Re: [Piglit] [PATCH] primitive-restart: test primitive-restart with VBO

2012-05-11 Thread Brian Paul
On 05/10/2012 11:34 AM, Jordan Justen wrote: On Thu, May 10, 2012 at 9:26 AM, Jordan Justenjljus...@gmail.com wrote: On Thu, May 10, 2012 at 8:58 AM, Jordan Justenjljus...@gmail.com wrote: On Thu, May 10, 2012 at 7:10 AM, Brian Paulbri...@vmware.com wrote: I'd like to have a separate test

Re: [Piglit] [PATCH] primitive-restart: test primitive-restart with VBO

2012-05-11 Thread Jordan Justen
On Fri, May 11, 2012 at 8:06 AM, Brian Paul bri...@vmware.com wrote: On 05/10/2012 11:34 AM, Jordan Justen wrote: I'd like to leave the combined VBO for index/vertex data in the primitive-restart test. Do you agree? I'd rather have separate VBOs to keep the test focused on one thing

[Piglit] [Review Request 1/2] Added triangle rasterisation test

2012-05-11 Thread jbenton
From: James Benton jben...@vmware.com Ensures correct rasterisation by comparing with a software rasteriser The software rasteriser complies with the GL spec and has been verified against nvidia drivers --- tests/general/CMakeLists.gl.txt |1 +

Re: [Piglit] [PATCH] Accelerate running a bit more (for both piglit-print-commands.py and piglit-run.py:

2012-05-11 Thread Kenneth Graunke
On 05/11/2012 02:04 AM, Shuang He wrote: Before: time ./piglit-print-commands.py -t 'asmparsertest/ARBfp1.0/size_specifier-31.txt' -x 'asmparsertest/ARBfp1.0/size_specifier-31.txt'.+ -x valgrind/ tests/all.tests asmparsertest/ARBfp1.0/size_specifier-31.txt :::

Re: [Piglit] [PATCH] Accelerate running a bit more (for both piglit-print-commands.py and piglit-run.py:

2012-05-11 Thread Shuang He
On 2012/5/12 5:39, Kenneth Graunke wrote: On 05/11/2012 02:04 AM, Shuang He wrote: Before: time ./piglit-print-commands.py -t 'asmparsertest/ARBfp1.0/size_specifier-31.txt' -x 'asmparsertest/ARBfp1.0/size_specifier-31.txt'.+ -x valgrind/ tests/all.tests

[Piglit] [PATCH] ext_framebuffer_multisample: Add color, depth and stencil format variables in Fbo class

2012-05-11 Thread Anuj Phogat
These variables can be used to create an fbo with required formats. Note: These changes don't affect any of the existing test cases in directory ext_framebuffer_multisample Signed-off-by: Anuj Phogat anuj.pho...@gmail.com --- tests/spec/ext_framebuffer_multisample/common.cpp | 16

[Piglit] [PATCH] Add test to verify glBlitFramebuffer with non matching parameters in multisample FBOs

2012-05-11 Thread Anuj Phogat
This test verifies if glBlitFramebuffer() throws expected GL errors with multisample framebuffers. V2: Test is rewritten to utilize the functionality defined in common.cpp and to match the testing pattern of other blitting tests written by Paul Berry. Command line options are provided to