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
/
r200
/
r200_state_init.c
Age
Commit message (
Expand
)
Author
2004-09-22
The previous code would emit a full set of state during the first EmitState on
Eric Anholt
2004-08-17
Close some races with locking on R100 and R200 which could manifest as rendering
Eric Anholt
2004-06-02
add support for more than 2 texture units (max 6, default 4). use hang workar...
Roland Scheidegger
2004-05-21
fix constant texture environment color setup for texture units > 0
Roland Scheidegger
2004-05-20
Add support for GL_EXT_blend_[func|equation]_separate. Fix GL_EXT_blend_color...
Roland Scheidegger
2004-05-14
Fix GL_MIN and GL_MAX blend equations (set blend factors accordingly). Fix er...
Roland Scheidegger
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-02-10
Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light ...
Roland Scheidegger
2004-01-23
Fix attenuation hardware state handling, inspired by the R200 DDK reference
Michel Dänzer
2004-01-14
Fix initialisation of cubic tecture offsets (Andreas Stenglein)
Michel Dänzer
2004-01-05
Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diff
Eric Anholt
2003-12-07
sync some more of the r200 driver from the DRI trunk
Alan Hourihane
2003-10-21
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-08-06
r200 driver, brought over by Jon Smirl
Keith Whitwell