aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_render.c
Commit message (Expand)AuthorAgeFilesLines
...
* r300g: fix warningMarek Olšák2011-02-111-1/+1
* r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák2011-02-111-28/+12
* r300g: consolidate buffers and textures to r300_resourceMarek Olšák2011-02-101-5/+5
* r300g: simplify WRITE_RELOC API and cleanupMarek Olšák2011-02-101-7/+2
* r300g: use the new vertex buffer managerMarek Olšák2011-02-071-72/+58
* r300g: rework vertex format fallbackMarek Olšák2011-01-301-4/+4
* r300g: fix crash when flushing ZMASKMarek Olšák2011-01-091-5/+4
* r300g: rework command submission and resource space checkingMarek Olšák2011-01-081-2/+1
* r300g: derive user buffer sizes at draw timeMarek Olšák2011-01-071-47/+56
* r300g: skip buffer validation of upload buffers when appropriateMarek Olšák2011-01-061-0/+6
* r300g: rename aos to vertex arraysMarek Olšák2010-12-281-20/+20
* r300g: simplify the code for buffer uploadsMarek Olšák2010-12-251-3/+4
* r300g: user index buffers are always alignedMarek Olšák2010-12-251-1/+2
* r300g: increase the size of upload buffersMarek Olšák2010-12-251-2/+1
* r300g: use a simpler fallback for misaligned ushort indices with trianglesMarek Olšák2010-12-231-26/+53
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-6/+5
* r300g: optimize the fallback for misaligned ushort indicesMarek Olšák2010-12-191-1/+21
* 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