index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r128
/
r128_screen.c
Age
Commit message (
Collapse
)
Author
2004-12-16
Also PUBLICize the config option table
Adam Jackson
2004-12-15
Mark __driCreateNewScreen PUBLIC
Adam Jackson
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-10-08
Add fallback debugging (R128_DEBUG=fall) output, and set DO_DEBUG=1 by default
Eric Anholt
so that we can use the env var to get output. Add a no_rast driconf option to force software fallbacks.
2004-10-02
Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers)
Eric Anholt
it's not that big of a deal in more normal apps, and axes a good bit of code. And I assume that t_vertex will only get faster. Removes ~43k from compiled binary. Tested with: quake3, ut, ipers, texcyl, chromium, tuxracer, neverball (kinda)
2004-07-04
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
uses the NEW_INTERFACE now so _SOLO isn't necessary anymore. Tested with the hardware that I own.
2004-06-03
Redo of removing __driRegisterExtensions(). I accidentally undid the ↵
Jon Smirl
previous check in.
2004-06-03
Enable use of new DRI interface in Rage128 driver.
Ian Romanick
2004-06-03
Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out
Jon Smirl
2004-06-03
kill __driRegisterExtensions(), none of the functions did anything
Jon Smirl
2004-04-29
Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.
Keith Whitwell
2004-03-12
Make R128 driver use sarea/defines from DRM. removed r128_common.h
Jon Smirl
and r128_sarea.h since they are redundant now.
2003-12-12
applied Felix's patch for configuration system
Brian Paul
2003-10-21
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-08-22
patch to import Jon Smirl's work from Bitkeeper
Brian Paul