index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
common
/
glcontextmodes.c
Age
Commit message (
Expand
)
Author
2007-04-05
Move glcontextmodes.c to glx.
George Sapountzis
2006-04-11
FBConfig support for EXT_tfp
David Reveman
2006-04-03
Coverity #459: Silly off-by-one error.
Adam Jackson
2006-03-17
Don't use glx_ansic.h functions (__glXMemset).
Kristian Høgsberg
2006-02-09
remove the test for XFree86Server from prev patch (bug 5835)
Brian Paul
2006-02-08
include dix-config.h (Mike Harris) (bug 5835)
Brian Paul
2005-11-29
assorted fixes for server-side direct rendering (bug 5199)
Brian Paul
2005-08-08
Since glcontextmodes.[ch] are no longer used in the DRI drivers, removed the
Ian Romanick
2005-07-29
Commit Ian's fixes from Bug 3877
Jon Smirl
2005-07-24
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2004-06-07
Fix up some remaining include issues. Replace Xmalloc / Xfree with
Ian Romanick
2004-06-06
Remove the rest of the need for glxclient.h and remove it from the tree.
Ian Romanick
2004-06-02
Minor changes to make it work better outside X. "Success" is replaced
Ian Romanick
2004-05-27
Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
Ian Romanick