aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_state_derived.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: fix RGTC2_SNORMMarek Olšák2011-03-011-0/+3
* r300g: fix RGTC1_UNORM and RGTC2_UNORMMarek Olšák2011-03-011-2/+16
* r300g: fix HiZ memory size computation and deciding when to use HiZMarek Olšák2011-03-011-2/+1
* r300g: fix texture border color for float formatsMarek Olšák2011-02-161-1/+14
* r300g: disable linear filtering for float texturesMarek Olšák2011-02-161-0/+45
* r300g: when printing shader linker errors to stderr, report it's not a bugMarek Olšák2011-02-121-3/+6
* r300g: add a way to change texture properties arbitrarilyMarek Olšák2011-02-101-4/+9
* r300g: consolidate buffers and textures to r300_resourceMarek Olšák2011-02-101-12/+12
* r300g: fix some bugs with zbuffer compression (v4)Marek Olšák2011-01-271-2/+26
* r300g: fix crash when flushing ZMASKMarek Olšák2011-01-091-34/+0
* r300g: add support for B2G3R3 texturingMarek Olšák2010-12-231-0/+4
* r300g: optimize looping over atomsMarek Olšák2010-12-051-1/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-6/+5
* r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák2010-12-011-2/+7
* r300g: fix texture border color once againMarek Olšák2010-11-301-2/+37
* r300g: print FS inputs uninitialized due to hardware limits to stderrMarek Olšák2010-11-171-7/+17
* r300g: fix texture border color for all texture formatsMarek Olšák2010-11-131-33/+31
* r300g: add a default channel ordering of texture border for unhandled formatsMarek Olšák2010-10-271-9/+5
* r300g: Silence uninitialized variable warning.Vinson Lee2010-10-271-0/+5
* r300g: fix texture border for 16-bits-per-channel formatsMarek Olšák2010-10-241-4/+9
* r300g: fix swizzling of texture border colorMarek Olšák2010-09-281-34/+7
* r300g: fix glsl-fs-pointcoordDave Airlie2010-09-261-5/+18
* r300g: Silence uninitialized variable warning.Vinson Lee2010-09-241-0/+1
* r300g: fix the border color for every format other than PIPE_FORMAT_B8G8R8A8Marek Olšák2010-09-241-1/+84
* r300g: print unassigned FS inputs for DBG_RSMarek Olšák2010-09-131-0/+9
* r300g: fix blitting between 2D NPOT mipmapsMarek Olšák2010-08-281-5/+19
* r300g: fix assert in the rasterizer block for r3xx-r4xxMarek Olšák2010-08-161-1/+1
* r300g: rename dirty_zmask -> zmask_in_useMarek Olšák2010-08-151-1/+1
* r300g: initialize VAP_VTX_STATE_CNTLMarek Olšák2010-08-111-0/+5
* r300g: implement gl_FrontFacingMarek Olšák2010-08-111-6/+37
* r300g: Remove unnecessary header.Vinson Lee2010-08-101-1/+0
* r300g: flush zmasks of zbuffers we are going to use as samplersMarek Olšák2010-08-081-0/+36
* 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/+3
* r300g: fix hardlock when using more than one stuffed sprite coordsMarek Olšák2010-08-021-18/+20
* r300g: implement D24X8 texture sampling for r3xx-r4xxMarek Olšák2010-07-251-12/+21
* r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák2010-07-251-1/+1
* r300g: cleanup texture creation codeMarek Olšák2010-07-251-4/+4
* r300g: extend and clean up debug loggingMarek Olšák2010-07-131-7/+6
* r300g/swtcl: do not emit texcoords if they are also stuffed in GAMarek Olšák2010-07-131-3/+6
* r300g: fix the KIL opcode for r3xx-r4xx (v4)Marek Olšák2010-06-211-0/+34
* r300g: manually assign texture cache regionsMarek Olšák2010-06-201-0/+3
* r300g: remove r300_state.hMarek Olšák2010-06-131-1/+0
* r300g: report vertex format support in is_format_supportedMarek Olšák2010-05-281-2/+9
* r300g/swtcl: fix secondary color and back-face color outputsMarek Olšák2010-05-271-2/+16
* r300g/swtcl: update PSC only once when a shader is changedMarek Olšák2010-05-161-6/+6
* r300g: the vertex_stream_state atom for SWTCL should be staticMarek Olšák2010-05-151-2/+1
* r300g: follow pipe_rasterizer_state::light_twosideMarek Olšák2010-05-081-4/+20
* r300g: pass depth texture swizzle to the compiler if compare mode is enabledMarek Olšák2010-05-081-0/+21
* r300g: merge VS output mapping state (VAP) to rasterizer block state (RS)Marek Olšák2010-05-021-23/+78