summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx
AgeCommit message (Expand)AuthorFilesLines
2013-10-09gallium/state_trackers/glx: X11/Xlib.h: No such file or directoryGaetan Nadon1-1/+1
2013-10-01st/glx: consolidate C sources list into Makefile.sourcesEmil Velikov3-15/+9
2013-09-11st/dri: do not create a new context for msaa copyMaarten Lankhorst1-1/+2
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson1-6/+6
2013-06-17st/xlib: Fix XImage stride calculationRichard Sandiford1-4/+4
2013-06-17st/xlib Fix XIMage bytes-per-pixel calculationRichard Sandiford1-3/+2
2013-06-07st/xlib: Flush the front buffer before doing CopySubBufferStéphane Marchesin1-0/+4
2013-06-07st/xlib: Fix upside down coordinates for CopySubBufferStéphane Marchesin1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller6-6/+0
2013-05-24st/glx: add null ctx check in glXDestroyContext()Brian Paul1-10/+12
2013-05-24st/glx/xlib: assorted whitespace, comment fixesBrian Paul1-8/+17
2013-05-21st/glx/xlib: check for null ctx pointer in glXIsDirect()Brian Paul1-3/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke5-15/+20
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke5-5/+5
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke5-5/+5
2013-04-04st/xlib: add HUD support for xlib/GLXBrian Paul4-0/+34
2013-02-19st/xlib: initialize the drawable size in create_xmesa_buffer()Brian Paul1-2/+1
2013-01-13Remove hacks for static MakefilesMatt Turner1-6/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10state_trackers/glx: Convert to automakeMatt Turner4-44/+47
2013-01-04st/glx: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul1-0/+14
2012-12-07gallium: pass the current context to the flush_front state tracker functionMarek Olšák1-1/+2
2012-12-03st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0Brian Paul1-4/+6
2012-10-11gallium: unify transfer functionsMarek Olšák1-16/+7
2012-09-05Remove useless checks for NULL before freeingMatt Turner2-8/+4
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-1/+1
2012-09-01mesa: s/FREE/free/Brian Paul3-8/+8
2012-09-01mesa: s/MALLOC/malloc/Brian Paul2-3/+3
2012-06-18st/glx: Do not undefine _R, _G, and _B.Vinson Lee1-3/+0
2012-02-24st/glx: remove STENCIL_BITS, DEFAULT_SOFTWARE_DEPTH_BITSBrian Paul1-3/+3
2012-02-24st/glx: remove MAX_WIDTH/HEIGHT usageBrian Paul1-3/+6
2012-02-18st/glx: Remove unused variables.Vinson Lee1-6/+3
2012-01-11st/glx/xlib: call register_with_display() in glXChooseFBConfig()Brian Paul1-0/+3
2011-12-30st/glx/xlib: check for null attrib_list in glXCreateContextAttribsARB()Brian Paul1-1/+1
2011-12-24egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers1-2/+3
2011-12-23st-api: Clean-up OpenGL profile handlingIan Romanick1-5/+17
2011-10-26st/glx: fix mixed declarations and code, remove unused varBrian Paul1-7/+7
2011-10-25st/glx: Implement texture_from_pixmap without DRI.Stéphane Marchesin3-9/+136
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-2/+2
2011-10-09st/glx/xlib: Advertise GLX_ARB_create_context(_profile)José Fonseca1-0/+2
2011-10-05st/glx: remove the duplicated Drawable member.Stéphane Marchesin3-7/+6
2011-10-04st/glx: Set the drawable attribute on xmesa_buffer creation.Stephen White1-1/+1
2011-07-11glx: add a few missing glXChooseFBConfig() attributesBrian Paul1-3/+6
2011-07-04st/glx: Fix endless loop in drawable validationThomas Hellstrom1-1/+8
2011-06-29st/glx: Fix compilation errorThomas Hellstrom2-4/+4
2011-06-08glx/xlib: Handle glXCreateContextAttribsARB in glXGetProcAddress.José Fonseca1-0/+3
2011-05-19st/glx: define/set new ST_CONTEXT_FLAG_bitsBrian Paul1-0/+12
2011-05-19st/glx: pass major, minor, context flags, etc to XMesaCreateContext()Brian Paul3-3/+9
2011-05-19st/glx: implement glXCreateContextAttribsARB()Brian Paul1-0/+95