Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Generated automatically be the following shell command: $ git grep 'BRIAN PAUL BE LIABLE' | sed 's/:.*$//g' | xargs -I '{}' \ sed -i 's/BRIAN PAUL/THE AUTHORS/' {} The intention here is to protect all authors, not just Brian Paul. I believe that was already the sensible interpretation, but spelling it out is probably better. More practically, it also prevents people from accidentally copy & pasting the license into a new file which says Brian is not liable when he isn't even one of the authors. Reviewed-by: Brian Paul <[email protected]> | ||||
* | Implement GLX_EXT_texture_from_pixmap. | Brian | 2007-05-19 | 1 | -0/+5 |
| | | | | Could be done more efficiently... but works. | ||||
* | Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of | Ian Romanick | 2005-07-26 | 1 | -7/+0 |
| | | | | the evil, ugly GLX_PREFIX macro as well. | ||||
* | Use __GLXextFuncPtr type instead of void * for generic functions to | Brian Paul | 2004-11-25 | 1 | -9/+3 |
| | | | | | avoid gcc 3.4 compiler warnings. Remove the unused/obsolete GLX_render_texture stuff. | ||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | initial code for render-to-texture | Brian Paul | 2003-01-14 | 1 | -3/+8 |
| | |||||
* | added missing dispatch code for new AGP-related functions | Brian Paul | 2002-10-08 | 1 | -2/+5 |
| | |||||
* | stub functions for glXAllocate/FreeMemoryNV() | Brian Paul | 2002-08-22 | 1 | -1/+7 |
| | |||||
* | updated comments. removed dead code. | Brian Paul | 2002-03-15 | 1 | -6/+14 |
| | |||||
* | more DRI libGL-related changes | Brian Paul | 2001-05-29 | 1 | -2/+2 |
| | |||||
* | more work on XMesa / libGL integration | Brian Paul | 2001-05-25 | 1 | -40/+29 |
| | |||||
* | Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL. | Brian Paul | 2001-05-24 | 1 | -4/+19 |
| | |||||
* | added more GLX extension function stubs | Brian Paul | 2000-12-15 | 1 | -15/+55 |
| | |||||
* | added some more GLX extension entrypoints (fix GLUT link problems when using ↵ | Brian Paul | 2000-12-14 | 1 | -5/+23 |
| | | | | glxext.h) | ||||
* | variety of updates to better conform to real GLX | Brian Paul | 2000-06-08 | 1 | -23/+13 |
| | |||||
* | added glXGetFBConfigs(), fixed glXChooseFBConfig() | Brian Paul | 2000-04-10 | 1 | -2/+3 |
| | |||||
* | changed glXCopyContext() mask to unsigned long, per GLX spec | Brian Paul | 2000-02-27 | 1 | -2/+2 |
| | |||||
* | changed glXCopyContext mask back to GLuint | Brian Paul | 2000-02-25 | 1 | -2/+2 |
| | |||||
* | changed glXCopyContext()'s mask to unsigned long | Brian Paul | 2000-02-23 | 1 | -2/+2 |
| | |||||
* | initial rev | Brian Paul | 1999-11-28 | 1 | -0/+162 |