summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_render.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: Fix provoking vertex for non-quads.Corbin Simpson2009-12-181-6/+25
* r300g: Respect provoking vertex for trifans.Corbin Simpson2009-12-181-2/+31
* r300g: Eliminate a couple more asserts.Corbin Simpson2009-12-181-3/+2
* r300g: Nuke r300_vbo.Corbin Simpson2009-12-181-2/+8
* r300g: clamp vertex indices to [min,max] everywhereMarek Olšák2009-12-151-3/+5
* r300g: don't render if everything is culled by scissoringMarek Olšák2009-12-061-0/+23
* r300g: Begin separating HW TCL and SW TCL state and setup.Corbin Simpson2009-11-201-4/+0
* r300g: Fix up SW TCL rendering functions.Corbin Simpson2009-11-081-20/+48
* r300g: Unify context names for counts.Corbin Simpson2009-11-081-1/+1
* r300g: Minor code cleanup to avoid confusion.Corbin Simpson2009-11-071-2/+1
* r300g: Comments.Corbin Simpson2009-11-071-1/+2
* r300g: Don't assert on oversized VBOs, just return FALSE.Corbin Simpson2009-11-071-4/+12
* r300g: s/false/FALSE/Corbin Simpson2009-11-071-2/+2
* r300g: Clean up indexbuf render, switch to RELOC macro.Corbin Simpson2009-11-071-15/+17
* r300g: Clean up r300_setup_vertex_buffers.Corbin Simpson2009-11-071-15/+13
* r300g: Don't pass hw_prim around in the context.Corbin Simpson2009-11-071-8/+68
* r300g: don't hang GPU on misbehaving appsMaciej Cencora2009-11-071-0/+6
* r300g: VBOs WIPMaciej Cencora2009-11-071-75/+60
* r300g: move vborender context function to seperate fileMaciej Cencora2009-11-071-1/+4
* r300g: Use u_trim_pipe_prim to prevent lockups from incorrect vert counts.Corbin Simpson2009-10-281-0/+9
* r300g: fix scons build yet againJoakim Sindholt2009-10-241-1/+2
* r300g: Clean up duplicate code in r300_render.Corbin Simpson2009-10-221-45/+4
* r300g: Move render functions to r300_render.Corbin Simpson2009-10-221-0/+192
* r300g: Cleanup header includes.Corbin Simpson2009-10-211-1/+4
* r300g: Use a hash table to look up vertex info.Corbin Simpson2009-10-161-1/+1
* r300g: Compiler warning cleanup.Corbin Simpson2009-10-141-7/+0
* r300g: Remove an unnecessarily created pipe buffer (and thus fix a leak)Nicolai Hähnle2009-10-031-7/+0
* r300g: Reset vbo_offset after allocation of a new bufferNicolai Hähnle2009-10-031-2/+3
* r300g: plug memory leakMaciej Cencora2009-09-271-1/+1
* r300g: only allocate one BO for vertex buffers, default size is 64*1024Cooper Yuan2009-09-111-35/+33
* r300g: Fix a number of warningsNicolai Hähnle2009-09-061-0/+1
* r300g: Debug flags infrastructureNicolai Hähnle2009-09-061-3/+3
* r300g: update the value of register VAP_VF_MAX_VTX_INDXCooper Yuan2009-09-051-1/+2
* r300-gallium: strip swtcl to the bare minimumJoakim Sindholt2009-06-021-34/+22
* r300-gallium: Finish space accounting.Corbin Simpson2009-05-081-20/+3
* r300-gallium: Don't use indexbufs for now.Corbin Simpson2009-04-151-2/+14
* r300-gallium: Properly emit indexbufs.Corbin Simpson2009-04-081-5/+4
* r300-gallium: Move swtcl_emit to render to reflect its true purpose.Corbin Simpson2009-04-041-0/+316