| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | st/glx: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values | Brian Paul | 2013-01-04 | 1 | -0/+14 |
* | st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0 | Brian Paul | 2012-12-03 | 1 | -4/+6 |
* | Remove Xcalloc/Xmalloc/Xfree calls | Matt Turner | 2012-09-05 | 1 | -1/+1 |
* | st/glx: remove STENCIL_BITS, DEFAULT_SOFTWARE_DEPTH_BITS | Brian Paul | 2012-02-24 | 1 | -3/+3 |
* | st/glx: remove MAX_WIDTH/HEIGHT usage | Brian Paul | 2012-02-24 | 1 | -3/+6 |
* | st/glx: Remove unused variables. | Vinson Lee | 2012-02-18 | 1 | -6/+3 |
* | st/glx/xlib: call register_with_display() in glXChooseFBConfig() | Brian Paul | 2012-01-11 | 1 | -0/+3 |
* | st/glx/xlib: check for null attrib_list in glXCreateContextAttribsARB() | Brian Paul | 2011-12-30 | 1 | -1/+1 |
* | st/glx/xlib: Advertise GLX_ARB_create_context(_profile) | José Fonseca | 2011-10-09 | 1 | -0/+2 |
* | st/glx: remove the duplicated Drawable member. | Stéphane Marchesin | 2011-10-05 | 1 | -5/+5 |
* | glx: add a few missing glXChooseFBConfig() attributes | Brian Paul | 2011-07-11 | 1 | -3/+6 |
* | st/glx: pass major, minor, context flags, etc to XMesaCreateContext() | Brian Paul | 2011-05-19 | 1 | -1/+2 |
* | st/glx: implement glXCreateContextAttribsARB() | Brian Paul | 2011-05-19 | 1 | -0/+95 |
* | st/glx: pass version, context flags, etc to create_context() | Brian Paul | 2011-05-19 | 1 | -4/+9 |
* | st/glx: refactor create-context functions | Brian Paul | 2011-05-19 | 1 | -61/+40 |
* | st/glx: whitespace, 80-column fixes | Brian Paul | 2011-03-07 | 1 | -35/+50 |
* | st/glx: Replace MESA_VERSION_STRING by xmesa_get_name. | Chia-I Wu | 2010-11-18 | 1 | -5/+2 |
* | st/glx: re-order destruction of buffers, visuals | Brian Paul | 2010-09-01 | 1 | -1/+1 |
* | st/glx: Include main/core.h. | Chia-I Wu | 2010-08-24 | 1 | -5/+1 |
* | st/glx: Remove a wrong assertion in choose_pixel_format. | Chia-I Wu | 2010-03-30 | 1 | -0/+4 |
* | st/glx: Use st_api.h instead of st_public.h. | Chia-I Wu | 2010-03-12 | 1 | -4/+1 |
* | winsys/xlib: remove dependency on glx/x11 state tracker | Keith Whitwell | 2010-03-08 | 1 | -1/+1 |
* | st/glx: improved depth/stencil format selection code | Brian Paul | 2010-02-23 | 1 | -3/+2 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -4/+4 |
* | 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 |
* | st/xlib: Mark GLX functions as public. | Chia-I Wu | 2010-01-11 | 1 | -76/+76 |
* | gallium/xlib: Silence unused variable warning. | Vinson Lee | 2009-12-27 | 1 | -0/+1 |
* | gallium/xlib: call XQueryExtension() in glXQueryExtension() | Brian Paul | 2009-10-07 | 1 | -4/+6 |
* | gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320 | Brian Paul | 2009-10-07 | 1 | -12/+26 |
* | gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension() | Brian Paul | 2009-10-07 | 1 | -3/+5 |
* | gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual() | Brian Paul | 2009-10-02 | 1 | -2/+2 |
* | gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config() | Brian Paul | 2009-10-02 | 1 | -2/+2 |
* | gallium/xlib: fix GLX_RENDER_TYPE query | Brian Paul | 2009-09-29 | 1 | -4/+4 |
* | st/xlib: remove a couple more 'fake' references | Keith Whitwell | 2009-08-19 | 1 | -4/+2 |
* | st/xlib: remove dead ungrab helper | Keith Whitwell | 2009-08-19 | 1 | -13/+0 |
* | st/xlib: reduce the proliferation of GLX context types | Keith Whitwell | 2009-08-14 | 1 | -57/+37 |
* | gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/ | Brian Paul | 2009-08-12 | 1 | -5/+5 |
* | gallium/glx/xlib: updated comments | Brian Paul | 2009-08-12 | 1 | -1/+0 |
* | gallium/glx/xlib: rename fakeglx.c to glx_api.c | Brian Paul | 2009-08-12 | 1 | -0/+2665 |