summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Pick up dri2proto from the standard proto header include path.Kristian Høgsberg2008-04-021-1/+1
* | Initialize GLX_EXT_texture_from_pixmap attributes correctly.Kristian Høgsberg2008-04-021-4/+1
* | DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-3111-256/+1305
* | glx: Add isDirect back to __GLXcontextRec. It is neededXiang, Haihao2008-03-183-2/+9
* | Test createNewScreen for NULL, not createNewScreenName in driCreateScreen().Kristian Høgsberg2008-03-151-1/+1
* | glx: fix rotation regression. bug #14963Xiang, Haihao2008-03-141-2/+4
* | libGL: Pull the drawable hash back out in the generic code.Kristian Høgsberg2008-03-124-18/+29
* | Add another missing check for uninitialized DRI.Kristian Høgsberg2008-03-121-1/+2
* | Move make install logic for libGL back into src/mesa/Makefile.Kristian Høgsberg2008-03-102-26/+2
* | Only try to call DRI function if DRI got initialized properly.Kristian Høgsberg2008-03-102-4/+7
* | remove extra #include of assert.h (bug 14932)Brian2008-03-101-1/+0
* | dri: fix function call to add new parameter.Dave Airlie2008-03-101-0/+1
* | Properly revert the libGL loader path breakage.Kristian Høgsberg2008-03-091-0/+1
* | libGL: Fall back to DEFAULT_DRIVER_DIR properly.Kristian Høgsberg2008-03-091-1/+2
* | Use _X_HIDDEN to hide a bunch of leaked symbols.Kristian Høgsberg2008-03-085-37/+43
* | Move DRI context functions into dri_glx.c.Kristian Høgsberg2008-03-086-128/+152
* | Move DRI drawable creation into dri_glx.c.Kristian Høgsberg2008-03-084-56/+68
* | Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg2008-03-085-48/+58
* | Move DRI specific parts of CreateContext into dri_glx.c.Kristian Høgsberg2008-03-083-29/+43
* | Convert driCreateScreen and driDestroyScreen to function pointers.Kristian Høgsberg2008-03-083-19/+23
* | Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg2008-03-085-101/+37
* | Make __glXCloseDisplay static instead of prototyping it to avoid warning.Kristian Høgsberg2008-03-081-9/+1
* | Move libGL install target to the libGL Makefile.Kristian Høgsberg2008-03-082-2/+26
* | Simplify LIBGL_DRIVERS_PATH walking.Kristian Høgsberg2008-03-081-76/+19
* | Simplify dri loading code by eliminating dlopen "cache".Kristian Høgsberg2008-03-084-185/+46
* | libGL: Consolidate DRI initialization in dri_glx.cKristian Høgsberg2008-03-083-406/+411
* | Update libGL DRI loader to latest DRI interface changes.Kristian Høgsberg2008-02-293-58/+22
* | autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg2008-02-251-1/+1
* | Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-10/+2
* | Regenerated (see bug 11893)Brian2008-02-191-0/+4
* | Regenerated (raise GL_INVALID_VALUE if counter param is negative)Brian2008-02-191-0/+180
* | glapi: Generate xserver glapi sources in the mesa treeDan Nicholson2008-02-178-0/+16844
* | Assorted patches for miniglx/linux-solo (Gavin Li <[email protected]>)Brian2008-01-231-0/+4
* | fix pc vs. gc->ps usage (bug 14197)Brian2008-01-221-4/+4
* | Minor followup fixes for the previous commit.Michel Dänzer2007-12-061-1/+4
* | Always call dlopen in DriverOpen.George Nassas2007-12-062-2/+7
* | remove drawable from hash table when window is deleted (see bug 13091)WuNian2007-11-271-0/+1