summaryrefslogtreecommitdiff
path: root/tests/spec/arb_sampler_objects
AgeCommit message (Expand)AuthorFilesLines
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2015-07-28arb_sampler_objects: use piglit_check_gl_error()Brian Paul1-16/+4
2014-10-21Replaced assert(glGetError()) with gl_check_gl_error()Juliet fru1-1/+2
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace4-4/+4
2013-12-02Always bind piglit_winsys_fbo instead of 0Marek Olšák1-2/+2
2013-08-27Use global function piglit_srgb_to_linear() to avoid code duplicationAnuj Phogat1-1/+1
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt1-3/+2
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák2-2/+2
2013-04-06arb_sampler_objects: use default window size to fix Windows runBrian Paul2-4/+0
2012-11-13arb_sampler_objects: prefix all tests with "arb_sampler_objects-"Brian Paul1-2/+2
2012-11-06arb_sampler_objects: remove config.window_width/height linesBrian Paul2-4/+0
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace4-0/+8
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace4-16/+26
2012-10-09tests: Remove direct includes of piglit-framework.hChad Versace4-4/+0
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace4-4/+4
2012-09-04Convert all glutSwapBuffers to piglit_present_resultsChris Forbes2-2/+2
2012-08-23GL_ARB_sampler_objects/framebufferblit: New interaction test.Eric Anholt2-0/+107
2012-08-23GL_ARB_sampler_objects/GL_EXT_texture_sRGB_decode: New interaction test.Eric Anholt2-0/+152
2012-08-23GL_ARB_sampler_objects/sampler-objects: Use piglit_require_extension()Eric Anholt1-2/+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č2-2/+2
2012-06-20tests: Let each test define main()Chad Versace2-7/+8
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-2/+2
2012-03-22sampler-incomplete: test texture (in)completeness with sampler objectsBrian Paul2-0/+143
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2011-05-13Make TIFF an optional dependency.José Fonseca1-1/+0
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-11/+11
2011-04-11sampler-objects: test for GL_ARB_sampler_objectsBrian Paul3-0/+271