summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-116-104/+174
|\
| * DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-296-104/+174
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1126-69/+9
|\ \ | |/ |/|
| * fix compilationZack Rusin2008-08-131-1/+1
| * glx: added __glXPreferEGL() to tell libGL to prefer "egl_" drivers over regul...Brian Paul2008-07-112-16/+52
| * revert the DRI2 commitsAlan Hourihane2008-06-1228-4058/+1922
| * add missed files for DRI2 mergeAlan Hourihane2008-06-1110-0/+2732
| * Hook gallium i915 up to DRI2Alan Hourihane2008-06-111-0/+1
| * Bring in DRI2 changesAlan Hourihane2008-06-1119-2269/+1672
| * copy msaa visuals capabilityRoland Scheidegger2008-06-101-1/+4
| * mesa: disable visual warning unless LIBGL_DEBUG is definedBrian Paul2008-06-061-2/+4
| * Remove CVS keywords.José Fonseca2008-05-2622-22/+0
| * Regenerated API dispatch filesBrian Paul2008-05-183-126/+0
| * Simplify makefile boilerplate code.José Fonseca2008-02-191-3/+3
| * Add src/mesa to include path.José Fonseca2007-12-121-0/+1
| * Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2007-08-072-0/+2
* | glx: free driScreen in FreeScreenConfigs()Kristof Ralovich2008-08-201-0/+3
* | glx: free context in driDestroyContext()Kristof Ralovich2008-08-201-0/+1
* | glx: free vertex array state when context is destroyedKristof Ralovich2008-08-203-2/+30
* | fix mem leak (free psc->visuals)Kristof Ralovich2008-08-201-3/+6
* | Fixed 'make install' for darwinJeremy Huddleston2008-08-121-1/+1
* | Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2008-08-111-1/+2
* | glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protectionJeremy Huddleston2008-08-085-19/+93
* | glx/x11: Fix missing __GL_EXT_BYTES declarationJeremy Huddleston2008-08-082-1/+3
* | Drop unused 'entries' field from __glxHashTable.Adam Jackson2008-08-041-4/+2
* | glx: Update my e-mail address. :)Ian Romanick2008-07-151-1/+1
* | glx: Trivial clean-ups to __glXSetArrayEnableIan Romanick2008-07-151-4/+8
* | glx/dri: only report DRI2 extensions when DRI2 is enabled.Dave Airlie2008-07-135-6/+6
* | Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-122-2/+2
* | glx: add LIBGL_ALWAYS_SOFTWAREGeorge Sapountzis2008-07-071-2/+9
* | glcontextmodes.c is required remove the reference in .gitignoreAlan Hourihane2008-07-041-1/+0
* | Fix builds with compilers other than gcc 3.0 & newerAlan Coopersmith2008-06-213-0/+3
* | glx: load swrast_dri.soGeorge Sapountzis2008-06-135-2/+459
* | glx: use ErrorMessageFGeorge Sapountzis2008-06-131-13/+10
* | copy msaa visuals capabilityRoland Scheidegger2008-06-101-1/+4
* | glx: use goto's vs. nested if's ala xserverGeorge Sapountzis2008-06-091-152/+136
* | glx: add dri_common.c ala xserverGeorge Sapountzis2008-06-095-517/+504
* | Silence warningAlan Hourihane2008-06-051-1/+1
* | replace make with $(MAKE) (bug 16133)Brian Paul2008-05-281-1/+1
* | Revert "glapi: Generate xserver glapi sources in the mesa tree"Kristian Høgsberg2008-05-218-16848/+0
* | Default DRI driver directory to match X.Org xserverDan Nicholson2008-05-091-1/+1
* | Never fail `make clean'Dan Nicholson2008-05-071-1/+1
* | Always cleanup the makedepend backup filesDan Nicholson2008-05-062-2/+2
* | Error consistently when running recursive makeDan Nicholson2008-05-061-2/+2
* | include <X11/Xlib.h>Alan Hourihane2008-04-232-0/+2
* | glx: nitpick renamesGeorge Sapountzis2008-04-234-2/+2
* | glx: split out current context codeGeorge Sapountzis2008-04-237-521/+538
* | Get the default GLXPixmap texture target from the server when appropriate.Michel Dänzer2008-04-101-27/+37
* | Handle fbconfig comparison correctly for attributes the X server didn't send.Jie Luo2008-04-082-5/+6
* | Only convert configs if screen creation was successful.Kristian Høgsberg2008-04-081-8/+10