aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: add emulation of all mirrored-clamp wrap modes for NPOT texturesMarek Olšák2010-04-171-1/+5
* r300/compiler: make ARB_shadow_ambient optionalMarek Olšák2010-04-161-6/+0
* r300/compiler: fix repeat wrap mode for TXP and NPOTsMarek Olšák2010-04-161-2/+1
* r300/compiler: kill off RC_WRAP_CLAMPMarek Olšák2010-04-151-6/+0
* r300g: mask out the mirrored bit correctly in the registersMarek Olšák2010-04-151-12/+12
* r300g: fix the MIRROR_CLAMP_TO_BORDER wrap modeMarek Olšák2010-04-151-1/+1
* r300g: add missing r300_state.hMarek Olšák2010-04-151-0/+30
* r300g: disable the REPEAT NPOT fallback until it worksMarek Olšák2010-04-151-1/+2
* r300g: do not use NPOT fallback for CLAMP wrap modesMarek Olšák2010-04-151-23/+29
* r300g: pick a new fragment shader when either a sampler state or view is changedMarek Olšák2010-04-153-17/+24
* r300g: fix regression in texdepth.Dave Airlie2010-04-151-5/+7
* r300g: fix possible crash when shader compilation failsMarek Olšák2010-04-142-0/+6
* r300g: simplify get_shader_constant to be rc-constant-state specificMarek Olšák2010-04-141-47/+34
* r300g: remove the CS compenstation for non-atomized statesMarek Olšák2010-04-141-3/+0
* r300g: remove always_dirty flag and correct leftoversMarek Olšák2010-04-142-7/+5
* r300g: atomize beginning occlusion queryMarek Olšák2010-04-147-17/+8
* r300g: atomize VS constant bufferMarek Olšák2010-04-147-25/+30
* r300g: emit VS immediates along with VS codeMarek Olšák2010-04-144-7/+37
* r300g: make setting up fragment depth output less hackishMarek Olšák2010-04-143-16/+18
* r300g: kill off r300_fragment_shader::shadow_samplers and friendsMarek Olšák2010-04-142-9/+0
* r300g: Silence uninitialized variable warning.Vinson Lee2010-04-131-0/+1
* r300g: add generating texture coordinates for point spritesMarek Olšák2010-04-135-21/+85
* r300g: Move declaration before code.Vinson Lee2010-04-121-2/+4
* r300/compiler: Implement texcoord repeat and mirror for NPOT.Corbin Simpson2010-04-111-25/+26
* r300g: Setup external state for wrap modes.Corbin Simpson2010-04-111-0/+26
* r300g: Cleanup fragment program external state setup.Corbin Simpson2010-04-111-18/+16
* r300g: atomize FS constant bufferMarek Olšák2010-04-126-41/+37
* r300g: atomize compiler's state variables for fragment shaderMarek Olšák2010-04-125-16/+15
* r300g: atomize fragment shaderMarek Olšák2010-04-1210-59/+98
* r300g: remove a false commentMarek Olšák2010-04-121-3/+0
* r300g: emit FS depth output config with FS codeMarek Olšák2010-04-121-19/+20
* r300g: FS constants emission reworkMarek Olšák2010-04-125-21/+156
* r300g: Remove unnecessary headers.Vinson Lee2010-04-112-3/+0
* r300g: Initialize base.bind member variable.Vinson Lee2010-04-111-0/+1
* r300g: Add r300_resource.c to SCons build.Vinson Lee2010-04-111-0/+1
* r300g: a fix for piglit/texrect-manyMarek Olšák2010-04-111-1/+4
* r300g: use a dummy replacement vertex shader if the shader compilation failsMarek Olšák2010-04-113-19/+51
* r300g: use a dummy replacement fragment shader if the shader compilation failsMarek Olšák2010-04-115-33/+80
* r300g: revisit some assertions and fix potential failuresMarek Olšák2010-04-116-31/+42
* r300g: use cliprects for scissoringMarek Olšák2010-04-114-71/+29
* r300g: fix mipmapped 3D texturesMarek Olšák2010-04-112-1/+26
* r300g: support some exotic sampler formatsMarek Olšák2010-04-112-8/+17
* r300g: cleanup handling of sampler viewsMarek Olšák2010-04-118-97/+157
* r300g: pick up some new colorbuffer formatsMarek Olšák2010-04-112-1/+23
* r300g: hack around issue with doom3 and 0 strideDave Airlie2010-04-111-0/+5
* r300g: use clamp-to-edge instead of repeat/mirrored-repeat for NPOT texturesMarek Olšák2010-04-101-0/+19
* Squashed commit of the following:Keith Whitwell2010-04-1022-537/+651
* r300g: align the height of NPOT textures to POTMarek Olšák2010-04-101-1/+4
* r300g: do not use tiling for scanout buffersMarek Olšák2010-04-101-1/+2
* r300g: Fill out dummy fence functions.Corbin Simpson2010-04-091-0/+24