summaryrefslogtreecommitdiff
path: root/tests/spec/arb_texture_cube_map_array
AgeCommit message (Expand)AuthorFilesLines
2014-11-08tests/util: Consolidate the MSVC ffs implementations.José Fonseca2-42/+0
2014-10-21Replaced assert(glGetError()) with gl_check_gl_error()Juliet fru1-3/+6
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace6-6/+6
2014-05-13arb_texture_cube_map_array: use default window sizeBrian Paul1-2/+0
2013-12-02Always bind piglit_winsys_fbo instead of 0Marek Olšák1-1/+1
2013-09-11arb_texture_cube_map_array: scale texcoordsChris Forbes1-2/+6
2013-06-29Expect ARB_texture_cube_map_array/compiler/tex_bias-01.vert to fail.Kenneth Graunke1-1/+1
2013-06-25arb_texture_cube_map_array: sample-cube-map-array-shadow use glDrawArrays ins...Fabian Bieler1-47/+47
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt3-19/+5
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák2-2/+2
2012-11-30util/gl: Kill shader wrapper functionsChad Versace1-2/+2
2012-11-28Fix the test requirements for the cube_map_array tests.Eric Anholt10-10/+10
2012-11-06arb_texture_cube_map_array: test lod behaviour with cube map arrayDave Airlie2-0/+380
2012-11-06arb_texture_cube_map_array: sample-cube-map-array-shadow sample from second l...Dave Airlie1-10/+20
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace5-0/+10
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace5-20/+35
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace5-5/+5
2012-10-09tests,util: Wrap glutSwapBuffers with piglit_swap_buffersChad Versace1-1/+1
2012-09-23arb_texture_cube_map_array: add a bunch of compiler tests for new functionsDave Airlie10-0/+184
2012-09-23arb_texture_cube_map_array: fix assorted compiler warningsBrian Paul2-10/+8
2012-09-22arb_texture_cube_map_array: add fbo testDave Airlie2-0/+259
2012-09-22arb_texture_cube_map_array: add cube array shadow samplerDave Airlie2-0/+268
2012-09-22arb_texture_cube_map_array: test getting binding.Dave Airlie2-0/+62
2012-09-22arb_texture_cube_map_array: check for teximage3d invalid values.Dave Airlie2-0/+76
2012-09-22arb_texture_cube_map_array: basic cubemap test (v2)Dave Airlie3-0/+368