summaryrefslogtreecommitdiffstats
path: root/progs/tests/getprocaddress.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: have getprocaddress return a return codeRobert Ellison2009-08-071-11/+26
| | | | | | 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.
* mesa: improve getprocaddress testRobert Ellison2009-08-071-40/+3203
| | | | | | | | | | | | | | | - 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.
* test glStencilFuncSeparateATI()Brian2007-10-301-0/+26
|
* test OpenGL 2.0 stencil funcsBrian Paul2006-11-021-5/+83
|
* fix extension_supported() function, added commentsBrian Paul2006-05-311-4/+18
|
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-0/+1
| | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
* silence warningsBrian Paul2004-11-271-14/+16
|
* include math.hBrian Paul2003-09-031-1/+1
|
* added GL_VERSION checkBrian Paul2003-07-101-1/+8
|
* update for new directory treeBrian Paul2003-06-101-1/+179
|
* implemented automatic code gen and individual function validationBrian Paul2002-11-081-1054/+87
|
* added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul2002-11-071-1/+4
|
* added 1.4 functionsBrian Paul2002-11-071-2/+45
|
* minor updatesBrian Paul2002-10-151-2/+4
|
* minor updateBrian Paul2001-11-211-2/+4
|
* test for glXGetProcAddress()Brian Paul2001-11-181-0/+1167