summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/dri_glx.c
Commit message (Expand)AuthorAgeFilesLines
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-751/+0
* glx: Remove unnecessary headers.Vinson Lee2010-02-011-1/+0
* Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes2010-01-111-5/+9
|\
| * DRI2: add OML_sync_control supportJesse Barnes2010-01-081-5/+9
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-051-1/+1
|\ \
| * | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-1/+1
| |/
* | apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSXJeremy Huddleston2010-01-031-13/+0
|/
* glx: Fix memory leak if XF86DRICreateDrawable() failsVinson Lee2009-11-021-1/+3
* glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf2009-08-131-527/+542
* glx: assign per screen driver configs (DRI)RALOVICH, Kristóf2009-07-281-0/+2
* GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant.Michel Dänzer2009-07-071-0/+23
* glx: replace Xmalloc() calls with Xcalloc()Brian Paul2009-05-041-1/+1
* glx: Make glXGetScreenDriver() work for DRI2Adam Jackson2009-04-141-21/+35
* dri2: support glXWaitX & glXWaitGL by using fake front buffer.Alan Hourihane2009-02-161-0/+2
* 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