summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-03arb_direct_state_access: Add a compatibility-profile draw testarb-direct-state-accessFredrik Höglund3-0/+173
2015-04-03arb_direct_state_access: Add a compatibility-profile testFredrik Höglund3-0/+201
2015-04-03arb_direct_state_access: Add a core-profile testFredrik Höglund3-0/+188
2015-04-03arb_direct_state_access: Add a test for glGetVertexArray*ivFredrik Höglund3-0/+287
2015-04-03arb_direct_state_access: Add a test for glVertexArrayVertexBuffersFredrik Höglund3-0/+370
2015-04-03arb_direct_state_access: Add a test for glVertexArrayVertexBufferFredrik Höglund3-0/+143
2015-04-03arb_direct_state_access: Add a test for glVertexArrayElementBufferFredrik Höglund3-0/+125
2015-04-03arb_direct_state_access: Add a test for glVertexArrayBindingDivisorFredrik Höglund3-0/+121
2015-04-03arb_direct_state_access: Add a test for glVertexArrayAttribBindingFredrik Höglund3-0/+135
2015-04-02arb_direct_state_access: Add a test for glVertexArrayAttrib[I|L]FormatFredrik Höglund3-0/+807
2015-04-02arb_direct_state_access: Add a test for glEnable/DisableVertexArrayAttribFredrik Höglund3-0/+129
2015-04-02arb_direct_state_access: Add a test for glCreateVertexArraysFredrik Höglund3-0/+150
2015-04-02dsa/utils: Add check_vbo_binding()Fredrik Höglund2-0/+27
2015-04-02dsa/utils: Add check_indexed_vao_param()Fredrik Höglund2-0/+24
2015-03-31glsl-1.10: Add vec4 test for gl_FrontFacing ternary usage.Tapani Pälli1-0/+24
2015-03-30cl: Enable required extension before using double typeJan Vesely2-4/+4
2015-03-30tests/all: Fix Windows exclusion of GLX tests.Jose Fonseca1-2/+1
2015-03-30glsl-1.50: don't do link check in gs-also-uses-smooth-flat-noperspective.geomSamuel Iglesias Gonsalvez1-1/+1
2015-03-30arb_arrays_of_arrays: fix output sizeTimothy Arceri1-2/+3
2015-03-30glsl-es-1.00: add test for constant-index-expression indexingTapani Pälli1-0/+24
2015-03-28glsl-1.50: check read only interfaces are read onlyTimothy Arceri4-0/+80
2015-03-26gl-2.0: port const vertex attrib webgl test to piglitIlia Mirkin3-0/+138
2015-03-26glsl-1.20: add test to tickle copy propagation bug in st/mesaIlia Mirkin1-0/+99
2015-03-26cl: add atan2pi testJan Vesely1-0/+11
2015-03-26cl: add asinpi testJan Vesely1-0/+10
2015-03-26cl: add acospi testJan Vesely1-0/+10
2015-03-26igt.py: don't check the environment when in dry-run modeThomas Wood1-1/+1
2015-03-26profile.py: pass options to the pre-run and post-run hooksThomas Wood3-6/+10
2015-03-25arb_color_buffer_float: Don't try to use MRT if number of draw buffers is 1.Eric Anholt1-5/+13
2015-03-25arb_color_buffer_float: Actually use the enum names.Eric Anholt1-6/+10
2015-03-25variable-indexing: Re-run code generation and commit.Eric Anholt216-0/+216
2015-03-25variable-index-read/write.sh: Emit requirements for varying floats.Eric Anholt2-0/+17
2015-03-25variable-index-read/write.sh: Add a script for regenerating all of them.Eric Anholt1-0/+12
2015-03-25shader_runner: Add support for checking for max varying components.Eric Anholt1-0/+11
2015-03-25shader_runner: Generalize the check for vert/frag uniform components.Eric Anholt1-22/+29
2015-03-25tex-miplevel-selection: Fix textureProj failures due to precision errorsIago Toral Quiroga1-4/+4
2015-03-24arb_direct_state_access: Remove unused variables.Vinson Lee1-2/+0
2015-03-24fs-discard-exit-2: Fix Clang absolute-value warnings.Vinson Lee1-2/+2
2015-03-24arb_pipeline_statistics_query-comp: Fix out-of-bounds reads.Vinson Lee1-3/+3
2015-03-24arb_direct_state_access: Ignore scanf return value.Vinson Lee1-1/+1
2015-03-24glsl-1.50-geometry-primitive-id-restart: Add NORETURN attribute to print_usag...Vinson Lee1-1/+1
2015-03-24util/ktx: Remove stray semicolon.Vinson Lee1-1/+1
2015-03-24glsl-1.50/execution/geometry: Fix out-of-bounds read.Vinson Lee1-1/+1
2015-03-24backends_tests.py: Skip tests that require lxml if lxml isn't installedDylan Baker1-0/+3
2015-03-24Fix shader test for gl_FragCoord redeclarationGuo, Johney1-4/+2
2015-03-24framework: Use GLUT_3_2_CORE_PROFILE on MacOSX.Jose Fonseca1-1/+21
2015-03-24framework: Don't warn about using deprecated GLUT functions on MacOSX.Jose Fonseca1-0/+5
2015-03-24cmake: Silence CMP0042 warnings on MacOSX.Jose Fonseca1-0/+5
2015-03-24samplers: add a test that has a sampler array inside of a structIlia Mirkin1-0/+39
2015-03-24glsl-1.20: test intrastage linking with const arraysTapani Pälli1-0/+22