Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-11 | progs/tests: Silence fprintf format warning. | Vinson Lee | |
2010-01-02 | progs/tests: Silence uninitialized variable warning. | Vinson Lee | |
2009-11-20 | progs/tests: Initialize variable in getprocaddress.c. | Vinson Lee | |
2009-08-07 | tests: have getprocaddress return a return code | Robert 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-07 | mesa: improve getprocaddress test | Robert 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-30 | test glStencilFuncSeparateATI() | Brian | |
2006-11-02 | test OpenGL 2.0 stencil funcs | Brian Paul | |
2006-05-31 | fix extension_supported() function, added comments | Brian Paul | |
2005-05-04 | Major 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-27 | silence warnings | Brian Paul | |
2003-09-03 | include math.h | Brian Paul | |
2003-07-10 | added GL_VERSION check | Brian Paul | |
2003-06-10 | update for new directory tree | Brian Paul | |
2002-11-08 | implemented automatic code gen and individual function validation | Brian Paul | |
2002-11-07 | added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElements | Brian Paul | |
2002-11-07 | added 1.4 functions | Brian Paul | |
2002-10-15 | minor updates | Brian Paul | |
2001-11-21 | minor update | Brian Paul | |
2001-11-18 | test for glXGetProcAddress() | Brian Paul | |