aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_emit.c
Commit message (Expand)AuthorAgeFilesLines
* [r300] Document some of the wild guesses in VAP_OUTPUT_VTX_FMT based on AMD specChristoph Brill2008-02-251-1/+1
* Revert "r300: fix bug with maniadrive rendering"Dave Airlie2008-01-021-13/+13
* r300: fix bug with maniadrive renderingDave Airlie2008-01-021-13/+13
* r300: Enable the vertprog point size again.Oliver McFadden2007-07-161-1/+1
* r300: Disable vertex program point size; it's almost certainly wrong.Oliver McFadden2007-07-141-1/+1
* r300: Setup the back facing color bits correctly.Oliver McFadden2007-07-131-5/+6
* r300: Added support for Back Facing Color.Tommy Schultz Lassen2007-07-111-2/+2
* r300: cleanup some of the swtcl codeDave Airlie2007-07-011-5/+5
* clean up cache flush emission into one placeDave Airlie2007-06-221-0/+16
* fixup some bits of tcl pathDave Airlie2007-06-201-16/+14
* move clip to r300 emitDave Airlie2007-06-131-1/+3
* r300: Removed a "don't think this is needed" comment, it actually is needed.Oliver McFadden2007-06-071-2/+0
* r300: Added a comment in r300VAPInputCntl0.Oliver McFadden2007-05-301-1/+2
* r300: Rearranged the DWORD construction in r300VAPInputRoute0 for clarity.Oliver McFadden2007-05-261-4/+4
* r300: Removed duplicate AOS format defines; already defined in r300_reg.h.Oliver McFadden2007-05-261-3/+3
* r300: Use "rmesa" not "r300" in r300_emit.c; some of the macros require "rmesa".Oliver McFadden2007-05-261-18/+17
* r300: Cleaned up the non-TCL RENDERINPUTS, etc.Oliver McFadden2007-05-261-38/+43
* r300: Whitespace cleanup in r300_emit.c.Oliver McFadden2007-05-261-41/+18
* r300: Added the r300VAPInputCntl0 function.Oliver McFadden2007-05-261-1/+7
* r300: Added r300VAPOutputCntl0 and r300VAPOutputCntl1 to r300_emit.c.Oliver McFadden2007-05-261-51/+56
* r300: Renamed the t_vic function.Oliver McFadden2007-05-261-2/+2
* r300: Renamed the t_vir0 and t_vir1 functions.Oliver McFadden2007-05-261-10/+10
* r300: Renamed "dt" to "attribptr" in the t_vir0 function.Oliver McFadden2007-05-251-4/+4
* r300: Specify the type in the t_vir0 function.Oliver McFadden2007-05-251-31/+9
* r300: Cleaned up t_vir0 and t_vir1 slightly.Oliver McFadden2007-05-251-16/+9
* r300: Use C style comments in r300_emit.c.Oliver McFadden2007-05-251-4/+13
* r300: Removed a (disabled and unneeded) assertion.Oliver McFadden2007-05-251-6/+1
* r300: Improved the r300EmitVec debugging information.Oliver McFadden2007-05-251-10/+6
* r300: Use #if 0 for disabled code.Oliver McFadden2007-05-251-5/+10
* r300: Added a TODO note and some tiny cleanups to r300_emit.c.Oliver McFadden2007-05-251-2/+3
* r300: Removed the radeon_vertex_buffer structure.Tommy Schultz Lassen2007-05-171-106/+45
* r300: Cleaned up function naming in r300_emit.c.Oliver McFadden2007-05-111-28/+19
* r300: Renamed r300_maos.c to r300_emit.c; it contains mostly emit code now.Oliver McFadden2007-05-111-0/+636