summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_render.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: also revalidate the SWTCL vertex buffer after its reallocationMarek Olšák2010-12-071-0/+1
* r300g: validate buffers only if any of bound buffers is changedMarek Olšák2010-12-071-5/+21
* r300g: optimize looping over atomsMarek Olšák2010-12-051-5/+5
* r300g: cleanup winsysMarek Olšák2010-12-051-2/+2
* r300g: one more r500_index_bias_supported leftoverMarek Olšák2010-12-031-2/+1
* r300g: add capability bit index_bias_supportedMarek Olšák2010-12-031-9/+2
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-7/+15
* r300g: fix rendering with no vertex elementsMarek Olšák2010-11-201-4/+0
* r300g: clean up redundancy in draw functionsMarek Olšák2010-11-141-57/+45
* r300g/swtcl: fix CS overrunMarek Olšák2010-09-161-8/+27
* r300g/swtcl: unlock VBO after draw_flushMarek Olšák2010-09-131-4/+1
* r300g: fix SWTCLMarek Olšák2010-09-131-35/+89
* r300g: skip rendering if CS space validation failsMarek Olšák2010-09-131-36/+64
* r300g: remove u_upload_flush from r300_draw_arraysMarek Olšák2010-09-131-1/+0
* r300g: skip draw calls with no vertex elements, fixing hardlocksMarek Olšák2010-09-041-0/+3
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-251-11/+3
* r300g: reset the index bias to 0 at the end of CSMarek Olšák2010-08-251-4/+4
* r300g: Remove unused variable.Vinson Lee2010-08-231-2/+0
* r300g: avoid stall in no-tcl drawing when mapping vboDave Airlie2010-08-231-15/+20
* r300g: separate num_cs_end_dwords out from prepare_for_renderingMarek Olšák2010-08-151-24/+13
* r300g: fix cbzb clears when hyperz is offMarek Olšák2010-08-071-2/+1
* r300g: implement hyper-z support. (v4)Dave Airlie2010-08-051-1/+2
* r300g/swtcl: fix crash in ETQW and minor fixupsMarek Olšák2010-07-291-8/+14
* r300g/swtcl: fix crash after the draw_vbo mergeMarek Olšák2010-07-291-1/+1
* gallium: Avoid void pointer arithmetic.Chia-I Wu2010-07-291-1/+1
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-69/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-51/+91
* r300g: u_upload optimisationDave Airlie2010-07-181-4/+4
* r300g: Remove unnecessary header.Vinson Lee2010-07-161-1/+0
* r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák2010-07-161-37/+37
* r300g: extend and clean up debug loggingMarek Olšák2010-07-131-2/+4
* r300g: rework the draw_rectangle hookMarek Olšák2010-07-131-89/+23
* r300g: implement fast color clearMarek Olšák2010-07-121-0/+1
* r300g: clear and copy a resource with a rectangular point spriteMarek Olšák2010-07-121-0/+147
* r300g: do not use immediate mode if there is a VBO in VRAMMarek Olšák2010-07-121-3/+5
* r300g: immediate mode cleanupMarek Olšák2010-06-261-16/+12
* r300g: move AA registers into the new AA stateMarek Olšák2010-06-241-13/+15
* r300g: index buffer range checkingMarek Olšák2010-06-231-0/+6
* r300g: optimize the immediate mode emission path a bitMarek Olšák2010-06-221-21/+19
* r300g: fix surface leaksMarek Olšák2010-06-171-0/+3
* r300g: Fix up resolve.Corbin Simpson2010-06-161-12/+8
* r300g: Finish resolve function.Corbin Simpson2010-06-161-6/+14
* r300g: Add resource resolve function.Corbin Simpson2010-06-161-0/+35
* r300g: replace r300_cs_info with simplier get_cs_free_dwordsMarek Olšák2010-06-131-3/+3
* r300g: move two-sided stencilref fallback to its own fileMarek Olšák2010-06-131-130/+1
* r300g: move index buffer translate functions to their new homeMarek Olšák2010-06-131-127/+2
* r300g: add fallback for unaligned/unsupported vertex stride/offset/formatMarek Olšák2010-06-131-8/+20
* r300g: skip rendering for unsupported vertex formats instead of abortingMarek Olšák2010-06-081-1/+11
* r300g: workaround index bias on chipsets that do not support itMarek Olšák2010-06-061-45/+162
* r300g: use the stored GEM domain in add_buffer/write_relocMarek Olšák2010-06-021-1/+1