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_tcl.c
Age
Commit message (
Expand
)
Author
2006-10-31
remove vtxfmt code, switch over to vbo
Keith Whitwell
2006-09-10
remove code to deal with non-normalized texture coordinates for tex rect targ...
Roland Scheidegger
2005-10-29
Bug #4901: Correct secondary color emission when lighting is turned off, tested
Eric Anholt
2005-10-17
add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...
Roland Scheidegger
2005-10-05
Remove the tcl fallback for texture rectangle (by manipulating the texture ma...
Roland Scheidegger
2005-07-15
remove duplicate "User disable" string
Brian Paul
2005-07-14
added a few more fallbackStrings (Andreas Stenglein)
Brian Paul
2005-05-16
Apply r200 tcl fix to radeon - compiles but untested.
Keith Whitwell
2005-04-22
First pass at updating these drivers with pipeline_stage struct changes.
Keith Whitwell
2005-02-16
s/0/NULL/ (Jeff Muizelaar)
Brian Paul
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-12-02
silence warnings
Alan Hourihane
2004-11-12
brown paper bag, r100 can't do hardware quads.
Adam Jackson
2004-11-12
make render_quads_verts call EMIT_PRIM with the arguments in the right order,
Adam Jackson
2004-09-24
Clean up some warnings in the R100 driver with -O -Wall.
Eric Anholt
2004-08-17
Close some races with locking on R100 and R200 which could manifest as rendering
Eric Anholt
2004-04-08
build fixes
Alan Hourihane
2003-11-24
Import vtx-0-2-branch
Keith Whitwell
2003-08-22
patch to import Jon Smirl's work from Bitkeeper
Brian Paul