summaryrefslogtreecommitdiff
path: root/src/glx/x11/XF86dri.c
AgeCommit message (Expand)Author
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-05glx: Don't mark the XF86DRI functions PUBLICKristian Høgsberg
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg
2008-10-13glx: indent -br -i3 -npcs --no-tabs XF86dri.cRALOVICH, Kristóf
2008-10-13glx: kill old K&R syntax in XF86dri.cRALOVICH, Kristóf
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18glx: remove depency on glheader.h and GLboolean type in XF86DRI codeBrian Paul
2007-10-10Drop mostly unused __DRIid typedef.Kristian Høgsberg
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-10-05Remove XIDs from DRI interface (see #5714).Kristian Høgsberg
2006-11-21Don't define as const's to avoid compiler optimization & warning.Alan Hourihane
2006-08-10linux-indirect target fixes.Adam Jackson
2005-12-02Test sizeof(drm_handle_t) instead of LONG64 when returning handlesBrian Paul
2005-08-11fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul
2005-01-08Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).Adam Jackson
2004-12-15Mark the XF86DRI client-side extension API as PUBLIC.Adam Jackson
2004-11-03static char * -> static char []Adam Jackson
2004-10-25Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson