summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-21util: Support FBOs also with GLES1 and GL1egl_and_gles_dispatchPauli Nieminen1-7/+3
2012-05-21oes_draw_texture: Use dispatch to resolve extension functionsPauli Nieminen1-12/+6
2012-05-21dispatch: Switch to use dispatch for EGL and GLESPauli Nieminen11-31/+63
2012-05-21tests/egl: Make test appear to be running from glut_wafflePauli Nieminen1-0/+10
2012-05-21tests/egl: Add missing type castPauli Nieminen1-1/+1
2012-05-21dispatch: Add support for GLES and EGL stub functionsPauli Nieminen1-0/+51
2012-05-21glapi: Add parsing support for GLES and EGL headersPauli Nieminen2-5/+196
2012-05-21dispatch: Don't assume that 1.0 version is presentPauli Nieminen1-1/+2
2012-05-21dispatch: Allow calling egl without initializingPauli Nieminen1-1/+3
2012-05-21dispatch: Add support for array parametersPauli Nieminen1-2/+3
2012-05-21dispatch: Add support for GLES and EGL dispatch categoriesPauli Nieminen1-10/+18
2012-05-21dispatch: Simplify function resolvingPauli Nieminen4-69/+19
2012-05-21util: Break some util function to core headerPauli Nieminen4-80/+98
2012-05-21dispatch: Use GetProcAddress from the platformPauli Nieminen2-1/+52
2012-05-21tests: Include glu.h where glu is usedPauli Nieminen4-0/+4
2012-05-21util: Fix GLES 1.x version string parsingPauli Nieminen1-5/+22
2012-05-21glapi: Make non integer enums to have zero int valuePauli Nieminen1-1/+4
2012-05-21glapi: Make json enums have complete namePauli Nieminen2-2/+4
2012-05-21glapi: Split enum value parsing to help functionPauli Nieminen1-11/+14
2012-05-21glapi: Read list of core extensionsPauli Nieminen1-2/+32
2012-05-21glapi: Make function category listPauli Nieminen2-4/+4
2012-05-21glapi: Refactor parser parameter passingPauli Nieminen1-8/+15
2012-05-21util: Check that egl is supported in the selected platformPauli Nieminen1-0/+20
2012-05-21util: Check that glx is supported in the selected platformPauli Nieminen1-0/+22
2012-05-21util: Add egl version and extension helpersPauli Nieminen2-0/+72
2012-05-21util: Add ifdef quards around redefined macrosPauli Nieminen1-0/+4
2012-05-21tests: Replace gl.h with piglit-util.hPauli Nieminen4-4/+4
2012-05-21EXT_unpack_subimage: Remove unnecessary egl.h includePauli Nieminen1-2/+0
2012-05-21texline: Replace glut with piglit-util and glut_wrap.hPauli Nieminen1-1/+2
2012-05-21make: Make util libraries shared in non-windows systemsPauli Nieminen4-0/+24
2012-05-19texgen: Convert to use piglit frameworkChad Versace1-49/+38
2012-05-19crossbar: Convert test to use piglit frameworkChad Versace1-60/+22
2012-05-19tests: Remove use of glutExtensionSupportedChad Versace16-36/+29
2012-05-16triangle-rasterization-overdraw: s/vector::data/&vector::front/Vinson Lee1-1/+1
2012-05-16triangle-rasterization-overdraw: Invert using blending instead of stencil.José Fonseca1-16/+8
2012-05-15fbo-viewport: exercise glViewport with FBOsBrian Paul3-0/+196
2012-05-15triangle-rasterization-overdraw: Fix MSVC build.José Fonseca1-2/+2
2012-05-15triangle-rasterization-overdraw: Add a triangle rasterisation overdraw test.James Benton3-0/+319
2012-05-15triangle-rasterization: Add triangle rasterization test.James Benton4-0/+688
2012-05-15util: Add include guards in piglit-util.h.Vinson Lee1-0/+4
2012-05-15Test rendering to various miplevels of depth and stencil textures.Paul Berry3-0/+443
2012-05-14fs-discard-exit-3: New test for another bug in handling 1.30's discard rule.Eric Anholt1-0/+76
2012-05-14GL_ARB_uniform_buffer_object/layout-std140: Fix bug in debug output.Eric Anholt1-2/+2
2012-05-14GL_ARB_ubo: New test for glGetUniformLocation() on a UBO.Eric Anholt3-0/+102
2012-05-14GL_ARB_ubo: Test 2 errors and 1 success case of glGetUniformIndices().Eric Anholt3-0/+131
2012-05-14GL_ARB_uniform_buffer_object: Test 3 pieces of glGetUniformBlockIndex().Eric Anholt3-0/+139
2012-05-14GL_ARB_uniform_buffer_object: Test that samplers are illegal.Eric Anholt1-0/+23
2012-05-14GL_ARB_uniform_buffer_object: Test that initializers are illegal.Eric Anholt1-0/+35
2012-05-14GL_ARB_uniform_buffer_object: Test more misuse of layout qualifiers.Eric Anholt3-0/+69
2012-05-14GL_ARB_uniform_buffer_object: New test for nested UBO declarations.Eric Anholt1-0/+26