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_cmdbuf.c
Age
Commit message (
Expand
)
Author
2007-05-17
remove CVS/XFree86 keywords
Christoff Brill
2006-10-13
implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...
Roland Scheidegger
2006-06-02
implement arb_vertex_program in hw for r200. Code contains still some hacks, ...
Roland Scheidegger
2006-06-02
remove code dealing with drmMinor version < 6 since all radeon drivers reques...
Roland Scheidegger
2005-10-05
enable point sizes larger than 1 (for aliased points only) by using the hw po...
Roland Scheidegger
2005-09-12
add complete support for ATI_fragment_shader for the r200. Most of the new co...
Roland Scheidegger
2005-03-15
add support for user-configurable brilinear filtering on r200
Roland Scheidegger
2005-02-17
s/0/NULL/ (Jeff Muizelaar)
Brian Paul
2005-02-17
remove extern (Jeff Muizelaar)
Brian Paul
2004-10-02
If an application cleared before any state had been emitted, that clear would
Eric Anholt
2004-09-30
OK, one more time. Simplify the state-backup system by just storing the full
Eric Anholt
2004-09-24
-O -Wall warnings cleanups in r200.
Eric Anholt
2004-09-24
Remove an unnecessary calculation of the dest pointer.
Eric Anholt
2004-09-23
fix for Erics new emit state code, rework out the dest pointer
Dave Airlie
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-05-27
change some explicit references to texture units 0/1 to unit < MaxTextureUnit...
Roland Scheidegger
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-01-09
Roland Scheidegger's r200_changeemitorder.diff.
Keith Whitwell
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