summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/dri_glx.c
Commit message (Expand)AuthorAgeFilesLines
* Don't mess with emacs tab width.Kristian Høgsberg2008-11-111-1/+0
* Update DRI2 implementation according to new specification.Kristian Høgsberg2008-10-141-0/+9
* Revert pointless reindents to avoid merge conflicts.Kristian Høgsberg2008-10-141-467/+456
* glx: indent -br -i3 -npcs --no-tabs dri_glx.cRALOVICH, Kristóf2008-10-131-456/+467
* glx: add a line of Emacs helping variablesRALOVICH, Kristóf2008-10-131-0/+1
* glx: remove #include "glheader.h" linesBrian Paul2008-09-181-1/+0
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-0/+6
* glx: free context in driDestroyContext()Kristof Ralovich2008-08-201-0/+1
* glx/dri: only report DRI2 extensions when DRI2 is enabled.Dave Airlie2008-07-131-1/+1
* glx: load swrast_dri.soGeorge Sapountzis2008-06-131-1/+1
* glx: use ErrorMessageFGeorge Sapountzis2008-06-131-13/+10
* glx: use goto's vs. nested if's ala xserverGeorge Sapountzis2008-06-091-152/+136
* glx: add dri_common.c ala xserverGeorge Sapountzis2008-06-091-420/+43
* Default DRI driver directory to match X.Org xserverDan Nicholson2008-05-091-1/+1
* include <X11/Xlib.h>Alan Hourihane2008-04-231-0/+1
* glx: split out current context codeGeorge Sapountzis2008-04-231-6/+1
* Handle fbconfig comparison correctly for attributes the X server didn't send.Jie Luo2008-04-081-4/+5
* Only convert configs if screen creation was successful.Kristian Høgsberg2008-04-081-8/+10
* 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-311-94/+304
* 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-121-13/+9
* 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-081-1/+1
* Move DRI context functions into dri_glx.c.Kristian Høgsberg2008-03-081-24/+71
* Move DRI drawable creation into dri_glx.c.Kristian Høgsberg2008-03-081-2/+47
* Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg2008-03-081-20/+24
* Move DRI specific parts of CreateContext into dri_glx.c.Kristian Høgsberg2008-03-081-0/+37
* Convert driCreateScreen and driDestroyScreen to function pointers.Kristian Høgsberg2008-03-081-14/+16
* Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg2008-03-081-26/+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-081-150/+43
* libGL: Consolidate DRI initialization in dri_glx.cKristian Høgsberg2008-03-081-0/+407
* Minor followup fixes for the previous commit.Michel Dänzer2007-12-061-1/+4
* Always call dlopen in DriverOpen.George Nassas2007-12-061-2/+6
* Add macros to generate CreateNewScreen entrypoint.Kristian Høgsberg2007-10-051-4/+1
* Remove XIDs from DRI interface (see #5714).Kristian Høgsberg2007-10-051-1/+1
* Make sure GLX entrypoints are marked PUBLIC.Adam Jackson2007-04-081-2/+3
* always print error messages, unless LIBGL_DEBUG=quietBernardo Innocenti2007-03-271-1/+5
* fix mem leaksPanagiotis Papadakos2007-02-051-0/+1
* break if we removed driver from Drivers list in driDestroyDisplayPanagiotis Papadakos2007-02-051-0/+1
* driDestroyDisplay: Fix comment, it is called now.Michel Dänzer2007-02-011-1/+1
* driDestroyDisplay: Remove Drivers list entry when dlclosing its handle.Michel Dänzer2007-02-011-2/+18
* Bug #7169: Attempt to make libGL symbols visible to drivers.Michel Dänzer2006-08-141-5/+16
* New config var DRI_DRIVER_SEARCH_DIR to specify where libGL should searchBrian Paul2006-07-121-1/+1
* fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul2005-08-111-1/+1
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-1/+1