summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_render.c
AgeCommit message (Expand)Author
2010-02-28r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)Marek Olšák
2010-02-28r300g: put validating buffers after flushingMarek Olšák
2010-02-27r300g: always emit the correct max vertex index to avoid DRM errorsMarek Olšák
2010-02-27r300g: remove pointless "while"Marek Olšák
2010-02-24r300g: prevent CS overflow when emitting the draw packetsMarek Olšák
2010-02-23r300g: fix draw_elements for "start" != 0Marek Olšák
2010-02-22Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie
2010-02-22r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie
2010-02-22r3OOg: support rendering of more than 65535 vertices per draw call (almost)Marek Olšák
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-30r300g: Silence uninitialized variable warning.Vinson Lee
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-28r300g: Fix bizarre half-flushes with immd mode.Corbin Simpson
2010-01-26r300g: Make vertex_format into an atom.Corbin Simpson
2010-01-25r300g: Finish and enable immediate mode.Corbin Simpson
2010-01-25Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson
2010-01-24r300g,radeong: finish and enable the immediate modeMarek Olšák
2010-01-24r300g: fix flushing harder.Dave Airlie
2010-01-23r300: fix wrong call in last commitDave Airlie
2010-01-23r300g: fix up buffer emission ordering.Dave Airlie
2010-01-16r300g: Stop using indices.Corbin Simpson
2010-01-16r300g: Respect fill modes in indices fallback.Corbin Simpson
2010-01-14r300g: Cleanup from last few commits.Corbin Simpson
2010-01-14r300g: Really destroy translated buffer at the end.Łukasz Krotowski
2010-01-13r300g: Use indices to translate index buffers of ubytes.Corbin Simpson
2010-01-13r300g: Disable immediate mode rendering for now.Corbin Simpson
2010-01-12r300g: Lower the immd mode threshold.Corbin Simpson
2010-01-12r300g: Switch to immediate mode for tiny renders.Corbin Simpson
2010-01-10r300g: Don't bother testing for empty scissors.Corbin Simpson
2010-01-10r300g: Atomize scissors.Corbin Simpson
2010-01-10r300g: Atomize rasterizer.Corbin Simpson
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2010-01-01r300: Fix scons build.José Fonseca
2009-12-26r300g: fixup for GS additionsDave Airlie
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell
2009-12-18r300g: Fix provoking vertex for non-quads.Corbin Simpson
2009-12-18r300g: Respect provoking vertex for trifans.Corbin Simpson
2009-12-18r300g: Eliminate a couple more asserts.Corbin Simpson
2009-12-18r300g: Nuke r300_vbo.Corbin Simpson
2009-12-15r300g: clamp vertex indices to [min,max] everywhereMarek Olšák
2009-12-06r300g: don't render if everything is culled by scissoringMarek Olšák
2009-11-20r300g: Begin separating HW TCL and SW TCL state and setup.Corbin Simpson
2009-11-08r300g: Fix up SW TCL rendering functions.Corbin Simpson
2009-11-08r300g: Unify context names for counts.Corbin Simpson
2009-11-07r300g: Minor code cleanup to avoid confusion.Corbin Simpson
2009-11-07r300g: Comments.Corbin Simpson
2009-11-07r300g: Don't assert on oversized VBOs, just return FALSE.Corbin Simpson
2009-11-07r300g: s/false/FALSE/Corbin Simpson
2009-11-07r300g: Clean up indexbuf render, switch to RELOC macro.Corbin Simpson
2009-11-07r300g: Clean up r300_setup_vertex_buffers.Corbin Simpson