summaryrefslogtreecommitdiff
path: root/progs/tests/getprocaddress.c
AgeCommit message (Collapse)Author
2009-08-07tests: have getprocaddress return a return codeRobert Ellison
These minor changes allow getprocaddress to return an error code in the case of test failure. This allows the program to be integrated into the piglit test suite.
2009-08-07mesa: improve getprocaddress testRobert Ellison
- Allow the getprocaddress test to test extensions not supported by Mesa. The original getprocaddress.py script only included OpenGL extension functions that were in Mesa dispatch tables. Now all known extension functions (as detailed in gl_API.xml) are included. As the test does not link against any extension function symbols (i.e. it uses glXGetProcAddress() for all extension functions), it still compiles and links against Mesa; but now the same binary can be used to test extensions not yet supported by Mesa. - Extend the list of tested extension functions. The last revision of this test exercised 16 extension functions; this revision adds support for 95 more.
2007-10-30test glStencilFuncSeparateATI()Brian
2006-11-02test OpenGL 2.0 stencil funcsBrian Paul
2006-05-31fix extension_supported() function, added commentsBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
2004-11-27silence warningsBrian Paul
2003-09-03include math.hBrian Paul
2003-07-10added GL_VERSION checkBrian Paul
2003-06-10update for new directory treeBrian Paul
2002-11-08implemented automatic code gen and individual function validationBrian Paul
2002-11-07added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul
2002-11-07added 1.4 functionsBrian Paul
2002-10-15minor updatesBrian Paul
2001-11-21minor updateBrian Paul
2001-11-18test for glXGetProcAddress()Brian Paul