summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_emit.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: rework command submission and resource space checkingMarek Olšák2011-01-081-61/+68
* r300g: derive user buffer sizes at draw timeMarek Olšák2011-01-071-9/+7
* r300g: fix corruption when nr_cbufs==0 and multiwrites enabledMarek Olšák2011-01-061-1/+2
* r300g: rename aos to vertex arraysMarek Olšák2010-12-281-18/+18
* r300g: add support for color0 writes to all bound color buffers.Dave Airlie2010-12-241-6/+16
* r300g: Remove unnecessary headers.Vinson Lee2010-12-221-1/+0
* r300g: validate buffers only if any of bound buffers is changedMarek Olšák2010-12-071-6/+2
* r300g: cache packet dwords of 3D_LOAD_VBPNTR in a command buffer if possibleMarek Olšák2010-12-071-14/+59
* r300g: optimize looping over atomsMarek Olšák2010-12-051-6/+5
* r300g: try and use all of vertex constant spaceDave Airlie2010-12-051-36/+35
* r300g: add capability bit index_bias_supportedMarek Olšák2010-12-031-1/+1
* r300g: use internal BO handle for add_buffer and write_relocMarek Olšák2010-12-031-18/+18
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-7/+7
* r300g: Avoid returning values in a static array, fixing a potential raceMathias Fröhlich2010-11-221-11/+21
* r300g: rename has_hyperz -> can_hyperzMarek Olšák2010-11-101-2/+2
* r300g: add support for 3D NPOT textures without mipmappingMarek Olšák2010-09-281-4/+12
* r300g: fix glsl-fs-pointcoordDave Airlie2010-09-261-1/+3
* r300g: fix SWTCLMarek Olšák2010-09-131-1/+1
* r300g: add new debug options for dumping scissor regs and disabling CBZB clearMarek Olšák2010-09-131-0/+4
* r300g: skip rendering if CS space validation failsMarek Olšák2010-09-131-13/+6
* r300g: set the correct value in PVS_NUM_CNTLRSMarek Olšák2010-08-281-1/+1
* r300g: fix constant buffer upload once again for r3xx->r4xxMarek Olšák2010-08-261-1/+1
* r300g: eliminate unused constants in FSMarek Olšák2010-08-251-6/+22
* r300g: eliminate unused constants in VSMarek Olšák2010-08-251-1/+9
* r300g: reset the index bias to 0 at the end of CSMarek Olšák2010-08-251-0/+2
* r300g: do not use HiZ if HiZ RAM is not properly initializedMarek Olšák2010-08-151-0/+3
* r300g: rename dirty_zmask -> zmask_in_useMarek Olšák2010-08-151-2/+2
* r300g: separate num_cs_end_dwords out from prepare_for_renderingMarek Olšák2010-08-151-0/+11
* r300/compiler: Implement hardware assisted loops for vertex shaders.Tom Stellard2010-08-101-0/+16
* r300g: fix hiz/zmask offset emissions.Dave Airlie2010-08-091-2/+2
* r300g: flush zmasks of zbuffers we are going to use as samplersMarek Olšák2010-08-081-0/+3
* r300g: take hiz/zmask offsets into a/c when clearing.Dave Airlie2010-08-081-0/+4
* r300g: implement hyper-z support. (v4)Dave Airlie2010-08-051-9/+133
* r300g: final fix for r3xx constant buffer emissionMarek Olšák2010-07-171-1/+1
* r300g: fix typo in r3xx constant buffer emissionMarek Olšák2010-07-171-1/+1
* r300g: fix constant buffer emission on r3xxMarek Olšák2010-07-171-1/+1
* r300g: do not make copies of constant buffers, emit them directlyMarek Olšák2010-07-161-8/+8
* r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák2010-07-161-60/+37
* r300g: extend and clean up debug loggingMarek Olšák2010-07-131-3/+3
* r300g: Remove unnecessary header.Vinson Lee2010-07-121-1/+0
* r300g: implement fast color clearMarek Olšák2010-07-121-5/+39
* r300g: allow the GTT domain for samplersMarek Olšák2010-07-091-3/+4
* r300g: separate the hyperz state and pipelined FB regs out of the FB stateMarek Olšák2010-06-271-3/+20
* r300g: group debug messagesMarek Olšák2010-06-271-21/+24
* r300g: turn rasterizer state into a command bufferMarek Olšák2010-06-271-37/+5
* r300g: move emission of the MSPOS regs into the framebuffer stateMarek Olšák2010-06-271-41/+36
* r300g: turn invariant state into a command bufferMarek Olšák2010-06-271-0/+7
* r300g: introduce VAP invariant stateMarek Olšák2010-06-261-10/+7
* r300g: remove an XXX commentMarek Olšák2010-06-241-7/+0
* r300g: move AA registers into the new AA stateMarek Olšák2010-06-241-10/+21