index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
radeon
/
radeon_swtcl.c
Age
Commit message (
Expand
)
Author
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-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-08-16
Remove unused HAVE_INDEX define.
Eric Anholt
2004-07-01
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-01-27
Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single
Keith Whitwell
2004-01-05
Re-commit t_vertex.[ch] changes to fd.o server.
Keith Whitwell
2003-12-11
Updates to tnl_dd_dmatmp.h
Keith Whitwell
2003-12-09
Fix use of uninited value 'flags', removed unused vars.
Keith Whitwell
2003-12-09
Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floating
Keith Whitwell
2003-11-24
Import vtx-0-2-branch
Keith Whitwell
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