aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-20Test that varying packing can pack floats, ints, and uints together.Paul Berry
2012-12-20Test that varyings can't be bools or structsPaul Berry
2012-12-19glean/texunits: Initialize TexUnitsTest member variables.Vinson Lee
2012-12-19glean/vertprog1: Initialize VertexProgramTest member variables.Vinson Lee
2012-12-19arb_internalformat_query: move this_test declaration before codeBrian Paul
2012-12-19getteximage-formats: print keyboard usage when not running in auto modeBrian Paul
2012-12-19arb_internalformat_query: Verify minimum maximumsIan Romanick
2012-12-19arb_internalformat_query: Verify glGetInternalformativ doesn't over-run the b...Ian Romanick
2012-12-19arb_internalformat_query: Add initial API error test for this extensionIan Romanick
2012-12-19Transform feedback: test buffer size change after binding.Paul Berry
2012-12-19quick-driver.tests: add parser tests and pointAtten backMarek Olšák
2012-12-19glean/pointAtten: test fewer combinations, don't call glFinishMarek Olšák
2012-12-19arb_texture_buffer_object_rgb32: add support for RGB32 formats to formats testDave Airlie
2012-12-17ext_framebuffer_multisample: Initialize Test member variables.Vinson Lee
2012-12-17varying-packing-simple: Fix memory leak.Vinson Lee
2012-12-17Remove #version from variable indexing shader tests.Stuart Abercrombie
2012-12-17piglit-dispatch: Update enumext.spec from the registryIan Romanick
2012-12-17arb_uniform_buffer: Fix block / field names in dlist testIan Romanick
2012-12-16arb_uniform_buffer_object: Remove unsigned comparison against 0.Vinson Lee
2012-12-16glsl-routing: Fix off-by-one error in for loop.Vinson Lee
2012-12-16util: Initialize Mersenne member variables.Vinson Lee
2012-12-16Add a simple test of varying packing.Paul Berry
2012-12-14shader_runner: Fix memory leak.Vinson Lee
2012-12-14gles-2.0: Check that ES 3 queries are not allowed in ES 2Matt Turner
2012-12-14Add gles-2.0 infrastructureMatt Turner
2012-12-14piglit-summary-junit: add missing sys.path.appendRoss Burton
2012-12-13getteximage-formats: Set pass to true for unsupported formats.Vinson Lee
2012-12-13shader_runner: s/version/component_version/Vinson Lee
2012-12-12igt: print out error message on missing igt symlinkDaniel Vetter
2012-12-12framework/shader_test: Assume the api is GL if no requirements are foundChad Versace
2012-12-11texelFetch: Ensure offset_arg is initialized.Vinson Lee
2012-12-11max-texture-size: Fix memory leak.Vinson Lee
2012-12-11ext_framebuffer_multisample: Initialize Fbo member variables.Vinson Lee
2012-12-11cmake: Request GLUT only when Waffle is not usedAdrian Marius Negreanu
2012-12-11shader_runner: fix MSVC buildBrian Paul
2012-12-11glsl-uniform-out-of-bounds-2: remove unused variable jBrian Paul
2012-12-11arb_uniform_buffer_object: Verify row_major cannot be used with a struct fieldIan Romanick
2012-12-11glsl-es-3.00: Verify serveral cases of uniform blocks w/instance namesIan Romanick
2012-12-11arb_uniform_buffer_object: Add serveral tests related to block namesIan Romanick
2012-12-11glsl-es-3.00: Add sanity.shader_testChad Versace
2012-12-11framework: Use shader_test.py to drive shader testsChad Versace
2012-12-11framework: New module shader_test.pyChad Versace
2012-12-11arb_fragment_program*: Add [require] block to all shader testsChad Versace
2012-12-11shader_runner: Build shader_runner_gles3Chad Versace
2012-12-11shader_runner: Add GLES workarounds (v2)Chad Versace
2012-12-11shader_runner: Remove extension suffixes when possibleChad Versace
2012-12-11shader_runner: Remove unneeded MSVC workaroundsChad Versace
2012-12-11shader_runner: Create an ES context if test requests oneChad Versace
2012-12-11shader_runner: Parse ES versionsChad Versace
2012-12-11shader_runner: Allow struct version to represent ES versionsChad Versace