summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_render.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: Fix indexbuf upper limits.Corbin Simpson2010-03-041-1/+6
* r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)Marek Olšák2010-02-281-1/+1
* r300g: put validating buffers after flushingMarek Olšák2010-02-281-48/+6
* r300g: always emit the correct max vertex index to avoid DRM errorsMarek Olšák2010-02-271-2/+5
* r300g: remove pointless "while"Marek Olšák2010-02-271-1/+1
* r300g: prevent CS overflow when emitting the draw packetsMarek Olšák2010-02-241-4/+38
* r300g: fix draw_elements for "start" != 0Marek Olšák2010-02-231-7/+2
* Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie2010-02-221-24/+9
* r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie2010-02-221-9/+24
* r3OOg: support rendering of more than 65535 vertices per draw call (almost)Marek Olšák2010-02-221-29/+80
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* r300g: Silence uninitialized variable warning.Vinson Lee2010-01-301-1/+1
* gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-0/+2
* r300g: Fix bizarre half-flushes with immd mode.Corbin Simpson2010-01-281-1/+2
* r300g: Make vertex_format into an atom.Corbin Simpson2010-01-261-1/+1
* r300g: Finish and enable immediate mode.Corbin Simpson2010-01-251-31/+84
* Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson2010-01-251-111/+30
* r300g,radeong: finish and enable the immediate modeMarek Olšák2010-01-241-30/+111
* r300g: fix flushing harder.Dave Airlie2010-01-241-2/+2
* r300: fix wrong call in last commitDave Airlie2010-01-231-1/+1
* r300g: fix up buffer emission ordering.Dave Airlie2010-01-231-0/+4
* r300g: Stop using indices.Corbin Simpson2010-01-161-37/+17
* r300g: Respect fill modes in indices fallback.Corbin Simpson2010-01-161-2/+15
* r300g: Cleanup from last few commits.Corbin Simpson2010-01-141-5/+1
* r300g: Really destroy translated buffer at the end.Łukasz Krotowski2010-01-141-3/+5
* r300g: Use indices to translate index buffers of ubytes.Corbin Simpson2010-01-131-7/+58
* r300g: Disable immediate mode rendering for now.Corbin Simpson2010-01-131-1/+1
* r300g: Lower the immd mode threshold.Corbin Simpson2010-01-121-3/+8
* r300g: Switch to immediate mode for tiny renders.Corbin Simpson2010-01-121-4/+40
* r300g: Don't bother testing for empty scissors.Corbin Simpson2010-01-101-22/+0
* r300g: Atomize scissors.Corbin Simpson2010-01-101-1/+1
* r300g: Atomize rasterizer.Corbin Simpson2010-01-101-3/+4
* Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-32/+30
|\
| * gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-211-32/+30
* | r300: Fix scons build.José Fonseca2010-01-011-3/+4
* | r300g: fixup for GS additionsDave Airlie2009-12-261-2/+4
|/
* 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