summaryrefslogtreecommitdiff
path: root/tests/spec/ext_texture_array
AgeCommit message (Expand)AuthorFilesLines
2017-05-18KHR_no_error: set compatibility status for a bunch of glCompressedTex* testsTimothy Arceri1-0/+1
2016-02-03ext_texture_array-compressed: add PBO upload modeNicolai Hähnle1-10/+41
2015-12-04ext_texture_array: Use piglit_build_simple_programIan Romanick1-12/+5
2015-12-04ext_texture_array: Allow compressed test to run with GL_EXT_texture_compressi...Ian Romanick1-2/+7
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2014-12-03ext_texture_array: add simple API errors testBrian Paul2-0/+175
2014-08-05Replace [vertex/fragment shader file] sections in shader_test files.Kenneth Graunke24-104/+369
2014-08-05ext_texture_array: add simple 1D/2D array rendering testsBrian Paul4-0/+158
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace3-3/+3
2014-06-27cmake: Don't link to the OpenGL ES 2.0 libraryChad Versace1-5/+1
2014-01-17ext_texture_array: Add sampler2DArray precision for GL ES 3.0Daniel Kurtz1-0/+1
2013-09-27ext_texture_array/compressed: check for GL_EXT_texture_arrayBrian Paul1-0/+1
2013-09-03ext_texture_array-gen-mipmap: test texture array mipmap generationBrian Paul2-0/+138
2013-08-26gles-3.0: Add missing default precision qualifiersIan Romanick1-0/+1
2013-08-21Make use of piglit_build_simple_program_unlinked() in some tests.Paul Berry1-5/+1
2013-07-30shader_runner: stick to the default GL_LUMINANCE depth modeMarek Olšák3-9/+9
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt1-5/+2
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
2013-01-09Add tests for glCompressedTex{Image,SubImage}3D().Paul Berry3-0/+316
2012-11-06ext_texture_array: remove config.window_width/height linesBrian Paul1-2/+0
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace1-0/+2
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace1-4/+7
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace1-1/+1
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-06-20tests: Let each test define main()Chad Versace1-3/+5
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-04-17shader_runner: Change texparameter syntax to include a space.Kenneth Graunke18-36/+36
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-1/+1
2012-03-12cmake: Include GLEXT_INCLUDE_DIR wherever OPENGL_INCLUDE_PATH is included.José Fonseca1-0/+1
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-01-24EXT_texture_array/maxlayers: New test for using all GL_MAX_TEXTURE_LAYERSEric Anholt3-0/+167
2011-09-08Add sampler1DArrayShadow and sampler2DArrayShadow GLSL testsMarek Olšák24-0/+636