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
/
tdfx
/
tdfx_screen.c
Age
Commit message (
Expand
)
Author
2005-06-01
Move fallback and other debugging under TDFX_DEBUG using the same mechanism
Eric Anholt
2005-06-01
Add no_rast option.
Eric Anholt
2005-06-01
Fix the 3dfx driver by correcting what appears to be a typo GL_RGBA8 instead
Eric Anholt
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2004-12-27
Unused variable cleanup.
Adam Jackson
2004-12-15
Mark __driCreateNewScreen PUBLIC
Adam Jackson
2004-07-04
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
2004-06-10
silence a warning
Adam Jackson
2004-06-07
The required DDX and DRI version numbers were switched. This went unnoticed
Ian Romanick
2004-06-03
Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out
Jon Smirl
2004-06-02
driCheckDriDdxDrmVersion uses a function that is not available to
Ian Romanick
2004-06-01
Fix dumb mistake from a previous commit. __driCreateScreen is now
Ian Romanick
2004-06-01
Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the
Ian Romanick
2004-05-28
use new interface for tdfx (phase 2)
Adam Jackson
2004-04-26
bring over build fixes from stable branch
Alan Hourihane
2003-12-08
build in SOLO environment
Alan Hourihane
2003-12-04
add tdfx DRI driver
Alan Hourihane