index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
x11
/
XF86dri.c
Age
Commit message (
Expand
)
Author
2008-10-15
glx: add a line of Emacs helping variables
RALOVICH, Kristóf
2008-09-21
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-18
glx: remove depency on glheader.h and GLboolean type in XF86DRI code
Brian Paul
2008-09-11
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-06-12
revert the DRI2 commits
Alan Hourihane
2008-06-11
Bring in DRI2 changes
Alan Hourihane
2008-05-26
Remove CVS keywords.
José Fonseca
2007-10-10
Drop mostly unused __DRIid typedef.
Kristian Høgsberg
2007-10-10
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-05
Remove XIDs from DRI interface (see #5714).
Kristian Høgsberg
2006-11-21
Don't define as const's to avoid compiler optimization & warning.
Alan Hourihane
2006-08-10
linux-indirect target fixes.
Adam Jackson
2005-12-02
Test sizeof(drm_handle_t) instead of LONG64 when returning handles
Brian Paul
2005-08-11
fix X #includes so they're relative to X11/ directory (bug 4047)
Brian Paul
2005-01-08
Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).
Adam Jackson
2004-12-15
Mark the XF86DRI client-side extension API as PUBLIC.
Adam Jackson
2004-11-03
static char * -> static char []
Adam Jackson
2004-10-25
Import the GLX client side library, formerly from xc/lib/GL/glx. Build it
Adam Jackson