Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa into 965...
[mesa.git] / src / mesa / drivers / dri / r300 / r300_emit.c
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-16 Oliver McFaddenr300: Enable the vertprog point size again.
2007-07-14 Oliver McFaddenr300: Disable vertex program point size; it's almost...
2007-07-13 Oliver McFaddenr300: Setup the back facing color bits correctly.
2007-07-11 Tommy Schultz Lassenr300: Added support for Back Facing Color.
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-07-01 Dave Airlier300: cleanup some of the swtcl code
2007-06-22 Dave Airlieclean up cache flush emission into one place
2007-06-20 Dave Airliefixup some bits of tcl path
2007-06-13 Dave Airliemove clip to r300 emit
2007-06-07 Oliver McFaddenr300: Removed a "don't think this is needed" comment...
2007-05-30 Oliver McFaddenr300: Added a comment in r300VAPInputCntl0.
2007-05-26 Oliver McFaddenr300: Rearranged the DWORD construction in r300VAPInput...
2007-05-26 Oliver McFaddenr300: Removed duplicate AOS format defines; already...
2007-05-26 Oliver McFaddenr300: Use "rmesa" not "r300" in r300_emit.c; some of...
2007-05-26 Oliver McFaddenr300: Cleaned up the non-TCL RENDERINPUTS, etc.
2007-05-26 Oliver McFaddenr300: Whitespace cleanup in r300_emit.c.
2007-05-26 Oliver McFaddenr300: Added the r300VAPInputCntl0 function.
2007-05-26 Oliver McFaddenr300: Added r300VAPOutputCntl0 and r300VAPOutputCntl1...
2007-05-26 Oliver McFaddenr300: Renamed the t_vic function.
2007-05-26 Oliver McFaddenr300: Renamed the t_vir0 and t_vir1 functions.
2007-05-25 Oliver McFaddenr300: Renamed "dt" to "attribptr" in the t_vir0 function.
2007-05-25 Oliver McFaddenr300: Specify the type in the t_vir0 function.
2007-05-25 Oliver McFaddenr300: Cleaned up t_vir0 and t_vir1 slightly.
2007-05-25 Oliver McFaddenr300: Use C style comments in r300_emit.c.
2007-05-25 Oliver McFaddenr300: Removed a (disabled and unneeded) assertion.
2007-05-25 Oliver McFaddenr300: Improved the r300EmitVec debugging information.
2007-05-25 Oliver McFaddenr300: Use #if 0 for disabled code.
2007-05-25 Oliver McFaddenr300: Added a TODO note and some tiny cleanups to r300_...
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-17 Tommy Schultz Lassenr300: Removed the radeon_vertex_buffer structure.
2007-05-11 Oliver McFaddenr300: Cleaned up function naming in r300_emit.c.
2007-05-11 Oliver McFaddenr300: Renamed r300_maos.c to r300_emit.c; it contains...