summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* r300g: add debug option for buffer upload loggingMarek Olšák2011-01-103-0/+9
* r300g: do not upload the same user buffer several timesMarek Olšák2011-01-091-1/+3
* r300g: fix crash when flushing ZMASKMarek Olšák2011-01-095-92/+81
* r300g: fix a surface leak when flushing ZMASKMarek Olšák2011-01-081-0/+1
* r300g: rework command submission and resource space checkingMarek Olšák2011-01-085-97/+96
* r300g: Remove invalid assertion.Łukasz Krotowski2011-01-081-1/+0
* r300g: derive user buffer sizes at draw timeMarek Olšák2011-01-079-104/+144
* r300g: fix corruption when nr_cbufs==0 and multiwrites enabledMarek Olšák2011-01-061-1/+2
* r300g: remove the buffer range checkingMarek Olšák2011-01-062-60/+1
* r300g: skip buffer validation of upload buffers when appropriateMarek Olšák2011-01-065-8/+36
* u_upload_mgr: new featuresMarek Olšák2011-01-061-4/+6
* r300g: support user buffers as constant buffersMarek Olšák2010-12-291-3/+9
* r300g: rename aos to vertex arraysMarek Olšák2010-12-286-45/+45
* r300g: mark vertex arrays as dirty after a buffer_offset changeMarek Olšák2010-12-281-0/+1
* r300g: simplify buffer_transfer_inline_writeMarek Olšák2010-12-251-8/+8
* r300g: simplify the code for buffer uploadsMarek Olšák2010-12-253-62/+32
* r300g: user index buffers are always alignedMarek Olšák2010-12-251-1/+2
* r300g: increase the size of upload buffersMarek Olšák2010-12-252-4/+3
* r300g/swtcl: re-enable LLVMMarek Olšák2010-12-243-1/+24
* r300g: turn back on rv530 hiz.Dave Airlie2010-12-241-1/+1
* r300g: hyperz fixing typo.Dave Airlie2010-12-241-2/+2
* r300g: add support for color0 writes to all bound color buffers.Dave Airlie2010-12-245-9/+54
* r300g: use a simpler fallback for misaligned ushort indices with trianglesMarek Olšák2010-12-231-26/+53
* r300g: add support for B2G3R3 texturingMarek Olšák2010-12-232-0/+9
* r300g: Remove unnecessary headers.Vinson Lee2010-12-222-3/+0
* r300g: fix precision issues with B10G10R10A2Marek Olšák2010-12-221-0/+2
* r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versionsMarek Olšák2010-12-222-3/+6
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-202-9/+7
* r300g: optimize the fallback for misaligned ushort indicesMarek Olšák2010-12-192-2/+22
* r300g: finally fix the texture corruption on r3xx-r4xxMarek Olšák2010-12-171-17/+15
* r300g: fixup rs690 tiling stride alignment calculations.Dave Airlie2010-12-133-31/+19
* r300g: fix rendering with a vertex attrib having a zero strideMarek Olšák2010-12-111-7/+7
* 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-077-13/+39
* r300g: cache packet dwords of 3D_LOAD_VBPNTR in a command buffer if possibleMarek Olšák2010-12-073-15/+65
* r300g: optimize looping over atomsMarek Olšák2010-12-0513-119/+121
* r300g: cleanup winsysMarek Olšák2010-12-055-11/+12
* r300g: try and use all of vertex constant spaceDave Airlie2010-12-054-47/+62
* r300g: do not use the index parameter in set_constant_bufferMarek Olšák2010-12-051-2/+1
* r300g: one more r500_index_bias_supported leftoverMarek Olšák2010-12-031-2/+1
* r300g: add capability bit index_bias_supportedMarek Olšák2010-12-036-12/+10
* r300g: do not remove unused constants if we are not near the limitMarek Olšák2010-12-032-2/+9
* r300g: fix pointer arithmetic with void* in transfer_inline_writeMarek Olšák2010-12-032-3/+3
* r300g: implement simple transfer_inline_write for buffersMarek Olšák2010-12-031-10/+38
* r300g: use internal BO handle for add_buffer and write_relocMarek Olšák2010-12-0310-35/+49
* r300g: fix buildMarek Olšák2010-12-031-1/+1
* r300g: Drop unnecessary castnobled2010-12-031-1/+1
* r300g: Abort if draw_create() failsnobled2010-12-031-0/+2
* r300g: Abort if atom allocations failnobled2010-12-031-18/+28
* r300g: fix up cubemap texture offset computationMarek Olšák2010-12-021-0/+1