summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_render.c
AgeCommit message (Expand)Author
2010-12-19r300g: optimize the fallback for misaligned ushort indicesMarek Olšák
2010-12-07r300g: also revalidate the SWTCL vertex buffer after its reallocationMarek Olšák
2010-12-07r300g: validate buffers only if any of bound buffers is changedMarek Olšák
2010-12-05r300g: optimize looping over atomsMarek Olšák
2010-12-05r300g: cleanup winsysMarek Olšák
2010-12-03r300g: one more r500_index_bias_supported leftoverMarek Olšák
2010-12-03r300g: add capability bit index_bias_supportedMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-20r300g: fix rendering with no vertex elementsMarek Olšák
2010-11-14r300g: clean up redundancy in draw functionsMarek Olšák
2010-09-16r300g/swtcl: fix CS overrunMarek Olšák
2010-09-13r300g/swtcl: unlock VBO after draw_flushMarek Olšák
2010-09-13r300g: fix SWTCLMarek Olšák
2010-09-13r300g: skip rendering if CS space validation failsMarek Olšák
2010-09-13r300g: remove u_upload_flush from r300_draw_arraysMarek Olšák
2010-09-04r300g: skip draw calls with no vertex elements, fixing hardlocksMarek Olšák
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu
2010-08-25r300g: reset the index bias to 0 at the end of CSMarek Olšák
2010-08-23r300g: Remove unused variable.Vinson Lee
2010-08-23r300g: avoid stall in no-tcl drawing when mapping vboDave Airlie
2010-08-15r300g: separate num_cs_end_dwords out from prepare_for_renderingMarek Olšák
2010-08-07r300g: fix cbzb clears when hyperz is offMarek Olšák
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie
2010-07-29r300g/swtcl: fix crash in ETQW and minor fixupsMarek Olšák
2010-07-29r300g/swtcl: fix crash after the draw_vbo mergeMarek Olšák
2010-07-29gallium: Avoid void pointer arithmetic.Chia-I Wu
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-18r300g: u_upload optimisationDave Airlie
2010-07-16r300g: Remove unnecessary header.Vinson Lee
2010-07-16r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák
2010-07-13r300g: extend and clean up debug loggingMarek Olšák
2010-07-13r300g: rework the draw_rectangle hookMarek Olšák
2010-07-12r300g: implement fast color clearMarek Olšák
2010-07-12r300g: clear and copy a resource with a rectangular point spriteMarek Olšák
2010-07-12r300g: do not use immediate mode if there is a VBO in VRAMMarek Olšák
2010-06-26r300g: immediate mode cleanupMarek Olšák
2010-06-24r300g: move AA registers into the new AA stateMarek Olšák
2010-06-23r300g: index buffer range checkingMarek Olšák
2010-06-22r300g: optimize the immediate mode emission path a bitMarek Olšák
2010-06-17r300g: fix surface leaksMarek Olšák
2010-06-16r300g: Fix up resolve.Corbin Simpson
2010-06-16r300g: Finish resolve function.Corbin Simpson
2010-06-16r300g: Add resource resolve function.Corbin Simpson
2010-06-13r300g: replace r300_cs_info with simplier get_cs_free_dwordsMarek Olšák
2010-06-13r300g: move two-sided stencilref fallback to its own fileMarek Olšák
2010-06-13r300g: move index buffer translate functions to their new homeMarek Olšák
2010-06-13r300g: add fallback for unaligned/unsupported vertex stride/offset/formatMarek Olšák
2010-06-08r300g: skip rendering for unsupported vertex formats instead of abortingMarek Olšák
2010-06-06r300g: workaround index bias on chipsets that do not support itMarek Olšák