summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-21util: Support FBOs also with GLES1 and GL1waffle_egl_and_gles_dispatchPauli Nieminen1-11/+5
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 Nieminen12-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-21glut_waffle: Allow piglit to query platformPauli Nieminen2-0/+8
2012-05-21tests: Replace glut with piglit-util and glut_wrap.hPauli Nieminen2-2/+4
2012-05-21make: Make util libraries shared in non-windows systemsPauli Nieminen4-0/+24
2012-05-21HACK: Don't set no input if using wafflePauli Nieminen1-0/+2
2012-05-21HACK: Select GL flavor also with glut_wafflePauli Nieminen1-0/+3
2012-05-21waffle_glut: Silence warning about function prototypePauli Nieminen1-0/+1
2012-05-19make: Fix USE_WAFFLE check to compile glut_wafflePauli Nieminen1-2/+2
2012-05-19HACK: Make sure everything includes glut_waffle if waffle is in usePauli Nieminen4-3/+19
2012-05-19HACK: Fix linking with glut_wafflePauli Nieminen9-6/+80
2012-05-18NO-COMMIT/tests: Blacklist tests incompatible with glut_waffleChad Versace4-6/+30
2012-05-18tests: Remove glutExtensionSupportedChad Versace16-36/+29
2012-05-18util: Replace glutInitAPIMask with glutInitWithAPIChad Versace1-5/+5
2012-05-18glut_egl: Add function glutInitWithAPI()Chad Versace2-0/+11
2012-05-17WIP/util: Implement piglit_framework_fbo_init() for WaffleChad Versace3-0/+154
2012-05-17util: Factor piglit_framework_fbo code into its own fileChad Versace4-127/+216
2012-05-17glut_waffle: Add libglut_waffleChad Versace6-0/+489
2012-05-17cmake: Add option USE_GLUT_WAFFLEChad Versace1-12/+30
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