summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx
Commit message (Expand)AuthorAgeFilesLines
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-1/+1
* st/xlib: Don't destroy screen on XCloseDisplay()George Kyriazis2016-03-041-3/+7
* st/xlib: Hang off screen destructor off main XCloseDisplay() callback.George Kyriazis2016-03-043-35/+27
* st/xlib: Support unlimited number of display connectionsGeorge Kyriazis2016-03-041-19/+103
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-212-3/+3
* xlib: fix X_GLXCreateContextAtrribs/Attribs typoBrian Paul2015-05-261-10/+17
* Fix a few typosZoë Blade2015-04-271-1/+1
* configure: nuke --with-max-{width,height}Emil Velikov2015-04-011-1/+1
* st/glx: use strdup() instead of _mesa_strdup()Brian Paul2015-03-111-1/+2
* st/xlib: include stdio.hBrian Paul2015-03-052-0/+2
* st/xlib: include stdio.hBrian Paul2015-03-051-0/+1
* st/xlib: include p_compiler.h to get PUBLIC definitionBrian Paul2015-03-041-0/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-232-3/+3
* Don't cast the return value of malloc/reallocMatt Turner2014-12-083-9/+7
* st/xlib: Generate errors as specified.José Fonseca2014-11-141-16/+109
* st/glx: Implement GLX_EXT_create_context_es2_profile.José Fonseca2014-11-122-37/+54
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-242-12/+12
* mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner2014-09-241-2/+1
* st/glx/xlib: ship the SConscript in the release tarballEmil Velikov2014-09-051-0/+2
* 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