summaryrefslogtreecommitdiff
path: root/tests/spec/arb_texture_buffer_object
AgeCommit message (Expand)AuthorFilesLines
2014-06-25arb_texture_buffer_object-get: use piglit_get_gl_enum_name() in error msgBrian Paul1-2/+4
2014-05-14arb_texture_buffer_object: use default window sizeBrian Paul2-6/+0
2014-05-13arb_texture_buffer_object: use default window sizeBrian Paul7-14/+0
2014-01-20arb_texture_buffer_object-formats: Initialize variable.Vinson Lee1-1/+1
2013-11-13GL_ARB_texture_buffer_object: Test for a bug in i965 with glBufferData().Eric Anholt2-0/+103
2013-11-13GL_ARB_texture_buffer_object: Add a test for syncing with glBufferSubData().Eric Anholt2-0/+103
2013-10-08piglit: silence piglit_report_subtest_result() format warningsBrian Paul1-1/+1
2013-10-04arb_texture_buffer_object: Verify some behavior when the extenion isn't suppo...Ian Romanick2-0/+68
2013-08-16Use PIGLIT_STRIP_ARG() in formats.cPaul Berry1-17/+4
2013-07-30arb_texture_buffer_object/get: fix the default texture buffer formatMarek Olšák1-1/+3
2013-07-30framework: parse piglit core args during piglit_gl_test_config_init()Paul Berry1-16/+2
2013-07-30Convert some tests to use PIGLIT_GL_TEST_CONFIG_* macros.Paul Berry2-32/+4
2013-06-04piglit: Always request GNU C extensions.Eric Anholt1-1/+0
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt3-33/+6
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák10-10/+10
2013-01-25arb_texture_buffer_object: New test for rendering with no BO bound.Eric Anholt2-0/+146
2013-01-25arb_texture_buffer_object: New test for sampling outside of the buffer.Eric Anholt2-0/+146
2013-01-21arb_texture_buffer_object/formats: Report subtest results.Eric Anholt1-0/+2
2013-01-21tbo/formats: fix test to disconnect programDave Airlie1-0/+1
2012-12-19arb_texture_buffer_object_rgb32: add support for RGB32 formats to formats testDave Airlie1-3/+26
2012-12-17piglit-dispatch: Update enumext.spec from the registryIan Romanick1-2/+2
2012-11-30util/gl: Kill shader wrapper functionsChad Versace1-2/+2
2012-11-14GL_ARB_texture_buffer_object: Add support for GL core to a few other tests.Eric Anholt5-0/+5
2012-11-14GL_ARB_texture_buffer_object/formats: Add real support for testing GL core.Eric Anholt1-27/+69
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace8-0/+16
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace8-32/+56
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace8-8/+8
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č8-8/+8
2012-06-20tests: Let each test define main()Chad Versace8-24/+32
2012-05-23Merge branch 'waffle-v10' of git://people.freedesktop.org/~chadversary/piglitChad Versace1-2/+0
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-05-22Move minmax test infrastructure to piglitutil.Eric Anholt1-24/+4
2012-04-09GL_ARB_texture_buffer_object/formats: Add a test for all the format options.Eric Anholt2-0/+690
2012-04-09GL_ARB_texture_buffer_object/unused-name: Test another little bit of spec.Eric Anholt2-0/+76
2012-04-09GL_ARB_texture_buffer_object/get: New test for remaining queries.Eric Anholt2-0/+88
2012-04-09GL_ARB_texture_buffer_object/dlist: New test for display list handling.Eric Anholt2-0/+93
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-4/+4
2012-03-21cmake: Add GLEXT_INCLUDE_DIR include to arb_texture_buffer_object.José Fonseca1-0/+1
2012-03-20GL_ARB_texture_buffer_object/negative-bad-format: New test for error behaviorEric Anholt2-0/+64
2012-03-19GL_ARB_texture_buffer_object/negative-bad-target: New test for error behavior.Eric Anholt2-0/+68
2012-03-19GL_ARB_texture_buffer_object/negative-bad-bo: New test for error behavior.Eric Anholt1-0/+58
2012-03-19GL_ARB_texture_buffer_object: Add a first test for the extension.Eric Anholt3-0/+86