aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx
Commit message (Expand)AuthorAgeFilesLines
* st/xlib: Include the headers in the sources list.Emil Velikov2014-08-282-2/+4
* util: Gather some common macrosJason Ekstrand2014-08-041-0/+1
* st/xlib: Do minimal version checking in glXCreateContextAttribsARB.José Fonseca2014-04-241-19/+1
* st/xlib: Honour request of 3.1 contexts through core profile where available.José Fonseca2014-04-241-2/+15
* winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov2014-02-221-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-1/+1
* gallium/state_trackers/glx: X11/Xlib.h: No such file or directoryGaetan Nadon2013-10-091-1/+1
* st/glx: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-15/+9
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-111-1/+2
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-6/+6
* st/xlib: Fix XImage stride calculationRichard Sandiford2013-06-171-4/+4
* st/xlib Fix XIMage bytes-per-pixel calculationRichard Sandiford2013-06-171-3/+2
* st/xlib: Flush the front buffer before doing CopySubBufferStéphane Marchesin2013-06-071-0/+4
* st/xlib: Fix upside down coordinates for CopySubBufferStéphane Marchesin2013-06-071-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-056-6/+0
* st/glx: add null ctx check in glXDestroyContext()Brian Paul2013-05-241-10/+12
* st/glx/xlib: assorted whitespace, comment fixesBrian Paul2013-05-241-8/+17
* st/glx/xlib: check for null ctx pointer in glXIsDirect()Brian Paul2013-05-211-3/+1
* 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