summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
...
* r300g: fix some bugs with zbuffer compression (v4)Marek Olšák2011-01-2711-291/+299
* r300g: remove unused functionMarek Olšák2011-01-241-22/+0
* r300g: remove any traces of depth_clampMarek Olšák2011-01-242-3/+2
* r300g: handle PIPE_CAP_INSTANCED_DRAWING in get_paramMarek Olšák2011-01-241-0/+1
* Revert "r300g/swtcl: re-enable LLVM"Jakob Bornecrantz2011-01-243-24/+1
* r300g: Increase fragment shader limits for r400 cardsTom Stellard2011-01-233-39/+88
* r300g: support sRGB colorbuffersMarek Olšák2011-01-232-6/+52
* r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák2011-01-234-1/+25
* 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