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
/
radeon
/
radeon_state_init.c
Age
Commit message (
Expand
)
Author
2006-10-31
remove vtxfmt code, switch over to vbo
Keith Whitwell
2006-01-07
cube maps on r100 require newer drm than the same feature on r200 (regression...
Roland Scheidegger
2005-11-02
First step of Radeon DRI unification:
Eric Anholt
2005-10-17
add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...
Roland Scheidegger
2005-10-15
enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...
Roland Scheidegger
2005-10-13
enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...
Roland Scheidegger
2005-09-01
Finish up some of the gl_renderbuffer work.
Brian Paul
2005-02-16
s/0/NULL/ (Jeff Muizelaar)
Brian Paul
2005-01-26
(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...
Roland Scheidegger
2005-01-26
replace magic number with macro constant RADEON_ZBLOCK16
Roland Scheidegger
2004-12-08
(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...
Roland Scheidegger
2004-09-30
OK, one more time. Simplify the state-backup system by just storing the full
Eric Anholt
2004-09-25
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-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-02-10
change lighting to use MULT instead of PREMULT (i.e. move some lighting color...
Roland Scheidegger
2004-01-23
Fix attenuation hardware state handling, inspired by the R200 DDK reference
Michel Dänzer
2003-12-07
merge some more of the radeon DRI 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-22
patch to import Jon Smirl's work from Bitkeeper
Brian Paul