summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: unify transfer functionsMarek Olšák2012-10-111-16/+7
* Remove useless checks for NULL before freeingMatt Turner2012-09-052-8/+4
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-013-8/+8
* mesa: s/MALLOC/malloc/Brian Paul2012-09-012-3/+3
* st/glx: Do not undefine _R, _G, and _B.Vinson Lee2012-06-181-3/+0
* st/glx: remove STENCIL_BITS, DEFAULT_SOFTWARE_DEPTH_BITSBrian Paul2012-02-241-3/+3
* st/glx: remove MAX_WIDTH/HEIGHT usageBrian Paul2012-02-241-3/+6
* st/glx: Remove unused variables.Vinson Lee2012-02-181-6/+3
* st/glx/xlib: call register_with_display() in glXChooseFBConfig()Brian Paul2012-01-111-0/+3
* st/glx/xlib: check for null attrib_list in glXCreateContextAttribsARB()Brian Paul2011-12-301-1/+1
* egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers2011-12-241-2/+3
* st-api: Clean-up OpenGL profile handlingIan Romanick2011-12-231-5/+17
* st/glx: fix mixed declarations and code, remove unused varBrian Paul2011-10-261-7/+7
* st/glx: Implement texture_from_pixmap without DRI.Stéphane Marchesin2011-10-253-9/+136
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* st/glx/xlib: Advertise GLX_ARB_create_context(_profile)José Fonseca2011-10-091-0/+2
* st/glx: remove the duplicated Drawable member.Stéphane Marchesin2011-10-053-7/+6
* st/glx: Set the drawable attribute on xmesa_buffer creation.Stephen White2011-10-041-1/+1
* glx: add a few missing glXChooseFBConfig() attributesBrian Paul2011-07-111-3/+6
* st/glx: Fix endless loop in drawable validationThomas Hellstrom2011-07-041-1/+8
* st/glx: Fix compilation errorThomas Hellstrom2011-06-292-4/+4
* glx/xlib: Handle glXCreateContextAttribsARB in glXGetProcAddress.José Fonseca2011-06-081-0/+3
* st/glx: define/set new ST_CONTEXT_FLAG_bitsBrian Paul2011-05-191-0/+12
* st/glx: pass major, minor, context flags, etc to XMesaCreateContext()Brian Paul2011-05-193-3/+9
* st/glx: implement glXCreateContextAttribsARB()Brian Paul2011-05-191-0/+95
* st/glx: pass version, context flags, etc to create_context()Brian Paul2011-05-191-4/+9
* st/glx: refactor create-context functionsBrian Paul2011-05-191-61/+40
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-6/+2
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-3/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-1/+1
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* st/glx: whitespace, 80-column fixesBrian Paul2011-03-071-35/+50
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-21/+13
* st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu2010-11-183-6/+16
* scons: Unify state tracker SConscriptsJakob Bornecrantz2010-11-051-4/+6
* scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz2010-11-051-3/+0
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-19/+19
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-1/+1
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-132-2/+2
* gl: Remove unused GLcontextModes fieldsKristian Høgsberg2010-10-132-7/+7
* st/xlib: add some commentsBrian Paul2010-10-121-0/+8
* st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu2010-09-163-4/+21
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-1/+6
* st/glx: added some commentsBrian Paul2010-09-031-0/+8
* st/glx: re-order destruction of buffers, visualsBrian Paul2010-09-011-1/+1
* st/glx: Include main/core.h.Chia-I Wu2010-08-245-21/+38
* glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell2010-08-223-4/+42