summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/XF86dri.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-211-5/+15
|\
| * glx: remove depency on glheader.h and GLboolean type in XF86DRI codeBrian Paul2008-09-181-5/+15
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+0
|\ \ | |/ |/|
| * revert the DRI2 commitsAlan Hourihane2008-06-121-30/+9
| * Bring in DRI2 changesAlan Hourihane2008-06-111-9/+30
| * Remove CVS keywords.José Fonseca2008-05-261-1/+0
* | Drop mostly unused __DRIid typedef.Kristian Høgsberg2007-10-101-3/+3
* | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-6/+3
* | Remove XIDs from DRI interface (see #5714).Kristian Høgsberg2007-10-051-0/+24
|/
* Don't define as const's to avoid compiler optimization & warning.Alan Hourihane2006-11-211-2/+2
* linux-indirect target fixes.Adam Jackson2006-08-101-0/+4
* Test sizeof(drm_handle_t) instead of LONG64 when returning handlesBrian Paul2005-12-021-6/+8
* fix X #includes so they're relative to X11/ directory (bug 4047)Brian Paul2005-08-111-1/+1
* Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).Adam Jackson2005-01-081-1/+1
* Mark the XF86DRI client-side extension API as PUBLIC.Adam Jackson2004-12-151-16/+18
* static char * -> static char []Adam Jackson2004-11-031-1/+1
* Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson2004-10-251-0/+615