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
/
common
Age
Commit message (
Collapse
)
Author
2004-01-27
Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single
Keith Whitwell
array, texObj->Image[face][level].
2004-01-18
include sched.h to get sched_yield() prototype
Brian Paul
2004-01-18
make second param of driParseConfigFiles() const
Brian Paul
2004-01-16
Respect the 'in_use' field in the global LRU as a marker for
Keith Whitwell
kernel-reserved memory regions.
2004-01-08
Fixed a few typos in the german translation.
Felix Kuehling
2004-01-07
Use hand-made number parsing functions as the libc routines are ↵
Felix Kuehling
locale-dependent. Thanks to Pavel harry_x Palat for pointing that out.
2004-01-05
Added two new options: def_max_anisotropy and no_neg_lod_bias. The latter one
Felix Kuehling
is for disabling faked "anisotropy" in e.g. FlightGear.
2003-12-12
applied Felix's patch for configuration system
Brian Paul
2003-12-11
add driClipRectToFramebuffer helper function
Keith Whitwell
2003-12-05
bring in common from DRI trunk
Alan Hourihane
2003-12-04
build fix
Alan Hourihane
2003-10-21
Clean out some unused files
Jon Smirl
2003-10-21
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-08-06
Shared dri driver resources
Keith Whitwell