summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx
Commit message (Expand)AuthorAgeFilesLines
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-235-15/+20
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-235-5/+5
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-235-5/+5
* st/xlib: add HUD support for xlib/GLXBrian Paul2013-04-044-0/+34
* st/xlib: initialize the drawable size in create_xmesa_buffer()Brian Paul2013-02-191-2/+1
* Remove hacks for static MakefilesMatt Turner2013-01-131-6/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* state_trackers/glx: Convert to automakeMatt Turner2013-01-104-44/+47
* st/glx: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul2013-01-041-0/+14
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-1/+2
* st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0Brian Paul2012-12-031-4/+6
* 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