summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_render.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: support index bias on r500 and DRM 2.3.0Marek Olšák2010-04-261-13/+40
* r300g: support rendering more than 65535 vertices in one batch on r500Marek Olšák2010-04-261-21/+4
* r300g: force prefetch for non-indexed verticesMarek Olšák2010-04-261-4/+4
* Merge branch 'gallium-index-bias'José Fonseca2010-04-201-17/+25
|\
| * r300g: Adapt for index bias interface change.José Fonseca2010-04-191-17/+25
* | r300g: more solid is_buffer_referenced implementationMarek Olšák2010-04-181-3/+3
* | r300g: do not tell st that a buffer is referenced by hwMarek Olšák2010-04-181-3/+3
|/
* r300g: various other cleanupsMarek Olšák2010-04-181-1/+1
* r300g: add debugging options "notiling" and "noimmd" (for testing)Marek Olšák2010-04-181-1/+1
* r300g: revisit some assertions and fix potential failuresMarek Olšák2010-04-111-2/+10
* Squashed commit of the following:Keith Whitwell2010-04-101-52/+68
* r300g: add fallback for back stencil reference value and masks for r3xx-r4xxMarek Olšák2010-04-051-30/+172
* r300g: simplify accessing screen from contextMarek Olšák2010-04-051-2/+2
* r300g: enable conditional rendering also for SWTCLMarek Olšák2010-04-051-0/+8
* r300g: add conditional renderingMarek Olšák2010-04-041-0/+8
* r300g: Bind constantbuf to Draw immediately, don't wait for render.Corbin Simpson2010-03-291-14/+0
* r300g: put common defines into one fileMarek Olšák2010-03-211-5/+2
* r300g: align misaligned ushort vertex indicesMarek Olšák2010-03-211-1/+29
* r300g: fix misaligned generated offset for ubyte vertex indicesMarek Olšák2010-03-211-1/+5
* r300g: Bump immediate limits.Corbin Simpson2010-03-201-3/+2
* r300g: Correctly hax max_index on pipe_vertex_buffers.Corbin Simpson2010-03-201-1/+1
* r300g: rebuild screen/winsys interfaceDave Airlie2010-03-151-7/+13
* r300g: refrain from using immediate mode if it causes slowdownMarek Olšák2010-03-131-2/+31
* r300g: Forcibly sanitize max index.Corbin Simpson2010-03-121-3/+3
* r300g: Properly clamp index limits.Corbin Simpson2010-03-121-1/+1
* r300g: Reorder regs, save one dword.Corbin Simpson2010-03-091-11/+14
* r300g: fix gallium-vertexlementcso merge damageRoland Scheidegger2010-03-091-25/+0
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-4/+29
|\
| * r300g: adapt to new vertex element csoRoland Scheidegger2010-03-011-6/+6
* | r300g: validate buffers when using SWTCLMarek Olšák2010-03-071-3/+5
* | r300g: clamp vertex max index according to currently bound buffersMarek Olšák2010-03-061-1/+1
* | 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