| Commit message (Expand) | Author | Age | Files | Lines |
* | xlib: simplify context handling | Brian Paul | 2014-03-03 | 1 | -108/+26 |
* | glx: Validate the GLX_RENDER_TYPE value | Tomasz Lis | 2013-07-18 | 1 | -1/+4 |
* | glx: Changes to visual configs initialization. | Tomasz Lis | 2013-07-18 | 1 | -1/+6 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | xlib: add null ctx check in glXDestroyContext() | Brian Paul | 2013-05-24 | 1 | -10/+12 |
* | xlib: check for null ctx pointer in glXIsDirect() | Brian Paul | 2013-05-21 | 1 | -1/+1 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Replace MESA_VERSION with PACKAGE_VERSION. | Matt Turner | 2013-03-12 | 1 | -1/+1 |
* | xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values | Brian Paul | 2013-01-04 | 1 | -0/+14 |
* | Remove OpenVMS support | Matt Turner | 2012-11-16 | 1 | -4/+0 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 1 | -3/+1 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -4/+4 |
* | Remove Xcalloc/Xmalloc/Xfree calls | Matt Turner | 2012-09-05 | 1 | -9/+9 |
* | xlib: silence unused var warning | Brian Paul | 2012-02-27 | 1 | -0/+1 |
* | xlib: remove STENCIL_BITS | Brian Paul | 2012-02-24 | 1 | -3/+3 |
* | xlib: use SWRAST_MAX_WIDTH/HEIGHT | Brian Paul | 2012-02-24 | 1 | -3/+3 |
* | xlib: call register_with_display() in Fake_glXChooseFBConfig() | Brian Paul | 2012-01-11 | 1 | -0/+3 |
* | Remove remnants of legacy glide support | Guillem Jover | 2011-10-04 | 1 | -17/+0 |
* | glx: add a few missing glXChooseFBConfig() attributes | Brian Paul | 2011-07-11 | 1 | -0/+4 |
* | xlib: pass Display pointer to XMesaGarbageCollect() | Andy Skinner | 2011-02-22 | 1 | -4/+4 |
* | xlib: silence unused var warning | Brian Paul | 2010-10-25 | 1 | -0/+1 |
* | mesa/xlib: Remove support for color-index rendering | Ian Romanick | 2010-03-03 | 1 | -242/+101 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -5/+5 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -9/+9 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 1 | -2/+2 |
* | Remove _mesa_atoi in favor of plain atoi. | Kenneth Graunke | 2010-02-19 | 1 | -2/+2 |
* | Remove _mesa_strcmp in favor of plain strcmp. | Kenneth Graunke | 2010-02-19 | 1 | -6/+6 |
* | Remove _mesa_strncpy in favor of plain strncpy. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | mesa/xlib: call XQueryExtension() in glXQueryExtension() | Brian Paul | 2009-10-07 | 1 | -4/+6 |
* | mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320 | Brian Paul | 2009-10-07 | 1 | -12/+25 |
* | mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension() | Brian Paul | 2009-10-07 | 1 | -3/+5 |
* | xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual() | Brian Paul | 2009-10-02 | 1 | -2/+2 |
* | mesa/xlib: fix GLX_RENDER_TYPE query | Brian Paul | 2009-09-29 | 1 | -2/+2 |
* | mesa: added null ptr check in Fake_glXCreatePixmap() | Brian Paul | 2009-06-17 | 1 | -1/+1 |
* | mesa: make Xlib glXIsDirect() always return True | Brian Paul | 2009-02-04 | 1 | -3/+3 |
* | xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return True | Brian Paul | 2009-02-03 | 1 | -20/+25 |
* | xmesa: deprecate the "XMesa" interface | Brian Paul | 2009-01-10 | 1 | -1/+0 |
* | mesa: prefix more #includes with "main/" | Brian Paul | 2008-09-18 | 1 | -6/+6 |
* | allow GLX_SAMPLES_ARB==0 (bug 16073) | Brian Paul | 2008-05-27 | 1 | -4/+5 |
* | fix GLX_STEREO handling (bug 11705) | Brian | 2007-07-23 | 1 | -1/+6 |
* | return True for GLX_Y_INVERTED_EXT query | Brian | 2007-05-21 | 1 | -1/+1 |
* | Implement GLX_EXT_texture_from_pixmap. | Brian | 2007-05-19 | 1 | -9/+177 |
* | xmesa: spilt FX code to separate functions. | George Sapountzis | 2007-04-20 | 1 | -4/+14 |
* | Revert "xmesa: drop glide (FX) backend." | George Sapountzis | 2007-04-20 | 1 | -3/+10 |
* | xmesa: drop glide (FX) backend. | George Sapountzis | 2007-04-19 | 1 | -10/+3 |
* | fix a memleak in DestroyContext() | Brian Paul | 2006-09-20 | 1 | -5/+6 |
* | check if ext->name is null before strcmp() | Brian Paul | 2006-08-31 | 1 | -1/+1 |
* | Use XAddExtension() to register an XCloseDisplay() callback function. | Brian Paul | 2006-08-30 | 1 | -1/+83 |