summaryrefslogtreecommitdiff
path: root/src/glx/x11/dri_glx.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-751/+0
2010-02-01glx: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes1-5/+9
2010-01-08DRI2: add OML_sync_control supportJesse Barnes1-5/+9
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg1-1/+1
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-1/+1
2010-01-03apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSXJeremy Huddleston1-13/+0
2009-11-02glx: Fix memory leak if XF86DRICreateDrawable() failsVinson Lee1-1/+3
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf1-527/+542
2009-07-28glx: assign per screen driver configs (DRI)RALOVICH, Kristóf1-0/+2
2009-07-07GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant.Michel Dänzer1-0/+23
2009-05-04glx: replace Xmalloc() calls with Xcalloc()Brian Paul1-1/+1
2009-04-14glx: Make glXGetScreenDriver() work for DRI2Adam Jackson1-21/+35
2009-02-16dri2: support glXWaitX & glXWaitGL by using fake front buffer.Alan Hourihane1-0/+2
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg1-1/+0
2008-10-14Update DRI2 implementation according to new specification.Kristian Høgsberg1-0/+9
2008-10-14Revert pointless reindents to avoid merge conflicts.Kristian Høgsberg1-467/+456
2008-10-13glx: indent -br -i3 -npcs --no-tabs dri_glx.cRALOVICH, Kristóf1-456/+467
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf1-0/+1
2008-09-18glx: remove #include "glheader.h" linesBrian Paul1-1/+0
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg1-0/+6
2008-08-20glx: free context in driDestroyContext()Kristof Ralovich1-0/+1
2008-07-13glx/dri: only report DRI2 extensions when DRI2 is enabled.Dave Airlie1-1/+1
2008-06-13glx: load swrast_dri.soGeorge Sapountzis1-1/+1
2008-06-13glx: use ErrorMessageFGeorge Sapountzis1-13/+10
2008-06-09glx: use goto's vs. nested if's ala xserverGeorge Sapountzis1-152/+136
2008-06-09glx: add dri_common.c ala xserverGeorge Sapountzis1-420/+43
2008-05-09Default DRI driver directory to match X.Org xserverDan Nicholson1-1/+1
2008-04-23include <X11/Xlib.h>Alan Hourihane1-0/+1
2008-04-23glx: split out current context codeGeorge Sapountzis1-6/+1
2008-04-08Handle fbconfig comparison correctly for attributes the X server didn't send.Jie Luo1-4/+5
2008-04-08Only convert configs if screen creation was successful.Kristian Høgsberg1-8/+10
2008-04-02Initialize GLX_EXT_texture_from_pixmap attributes correctly.Kristian Høgsberg1-4/+1
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-94/+304
2008-03-15Test createNewScreen for NULL, not createNewScreenName in driCreateScreen().Kristian Høgsberg1-1/+1
2008-03-14glx: fix rotation regression. bug #14963Xiang, Haihao1-2/+4
2008-03-12libGL: Pull the drawable hash back out in the generic code.Kristian Høgsberg1-13/+9
2008-03-10dri: fix function call to add new parameter.Dave Airlie1-0/+1
2008-03-09Properly revert the libGL loader path breakage.Kristian Høgsberg1-0/+1
2008-03-09libGL: Fall back to DEFAULT_DRIVER_DIR properly.Kristian Høgsberg1-1/+2
2008-03-08Use _X_HIDDEN to hide a bunch of leaked symbols.Kristian Høgsberg1-1/+1
2008-03-08Move DRI context functions into dri_glx.c.Kristian Høgsberg1-24/+71
2008-03-08Move DRI drawable creation into dri_glx.c.Kristian Høgsberg1-2/+47
2008-03-08Introduce __GLXDRIscreen so we can start moving function pointers in there.Kristian Høgsberg1-20/+24
2008-03-08Move DRI specific parts of CreateContext into dri_glx.c.Kristian Høgsberg1-0/+37
2008-03-08Convert driCreateScreen and driDestroyScreen to function pointers.Kristian Høgsberg1-14/+16
2008-03-08Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg1-26/+26
2008-03-08Simplify LIBGL_DRIVERS_PATH walking.Kristian Høgsberg1-76/+19
2008-03-08Simplify dri loading code by eliminating dlopen "cache".Kristian Høgsberg1-150/+43
2008-03-08libGL: Consolidate DRI initialization in dri_glx.cKristian Høgsberg1-0/+407