summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state_derived.c
AgeCommit message (Expand)Author
2011-03-08r300g: add LATC supportMarek Olšák
2011-03-01r300g: fix RGTC2_SNORMMarek Olšák
2011-03-01r300g: fix RGTC1_UNORM and RGTC2_UNORMMarek Olšák
2011-03-01r300g: fix HiZ memory size computation and deciding when to use HiZMarek Olšák
2011-02-16r300g: fix texture border color for float formatsMarek Olšák
2011-02-16r300g: disable linear filtering for float texturesMarek Olšák
2011-02-12r300g: when printing shader linker errors to stderr, report it's not a bugMarek Olšák
2011-02-10r300g: add a way to change texture properties arbitrarilyMarek Olšák
2011-02-10r300g: consolidate buffers and textures to r300_resourceMarek Olšák
2011-01-27r300g: fix some bugs with zbuffer compression (v4)Marek Olšák
2011-01-09r300g: fix crash when flushing ZMASKMarek Olšák
2010-12-23r300g: add support for B2G3R3 texturingMarek Olšák
2010-12-05r300g: optimize looping over atomsMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-12-01r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák
2010-11-30r300g: fix texture border color once againMarek Olšák
2010-11-17r300g: print FS inputs uninitialized due to hardware limits to stderrMarek Olšák
2010-11-13r300g: fix texture border color for all texture formatsMarek Olšák
2010-10-27r300g: add a default channel ordering of texture border for unhandled formatsMarek Olšák
2010-10-27r300g: Silence uninitialized variable warning.Vinson Lee
2010-10-24r300g: fix texture border for 16-bits-per-channel formatsMarek Olšák
2010-09-28r300g: fix swizzling of texture border colorMarek Olšák
2010-09-26r300g: fix glsl-fs-pointcoordDave Airlie
2010-09-24r300g: Silence uninitialized variable warning.Vinson Lee
2010-09-24r300g: fix the border color for every format other than PIPE_FORMAT_B8G8R8A8Marek Olšák
2010-09-13r300g: print unassigned FS inputs for DBG_RSMarek Olšák
2010-08-28r300g: fix blitting between 2D NPOT mipmapsMarek Olšák
2010-08-16r300g: fix assert in the rasterizer block for r3xx-r4xxMarek Olšák
2010-08-15r300g: rename dirty_zmask -> zmask_in_useMarek Olšák
2010-08-11r300g: initialize VAP_VTX_STATE_CNTLMarek Olšák
2010-08-11r300g: implement gl_FrontFacingMarek Olšák
2010-08-10r300g: Remove unnecessary header.Vinson Lee
2010-08-08r300g: flush zmasks of zbuffers we are going to use as samplersMarek Olšák
2010-08-07r300g: fix cbzb clears when hyperz is offMarek Olšák
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie
2010-08-02r300g: fix hardlock when using more than one stuffed sprite coordsMarek Olšák
2010-07-25r300g: implement D24X8 texture sampling for r3xx-r4xxMarek Olšák
2010-07-25r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák
2010-07-25r300g: cleanup texture creation codeMarek Olšák
2010-07-13r300g: extend and clean up debug loggingMarek Olšák
2010-07-13r300g/swtcl: do not emit texcoords if they are also stuffed in GAMarek Olšák
2010-06-21r300g: fix the KIL opcode for r3xx-r4xx (v4)Marek Olšák
2010-06-20r300g: manually assign texture cache regionsMarek Olšák
2010-06-13r300g: remove r300_state.hMarek Olšák
2010-05-28r300g: report vertex format support in is_format_supportedMarek Olšák
2010-05-27r300g/swtcl: fix secondary color and back-face color outputsMarek Olšák
2010-05-16r300g/swtcl: update PSC only once when a shader is changedMarek Olšák
2010-05-15r300g: the vertex_stream_state atom for SWTCL should be staticMarek Olšák
2010-05-08r300g: follow pipe_rasterizer_state::light_twosideMarek Olšák
2010-05-08r300g: pass depth texture swizzle to the compiler if compare mode is enabledMarek Olšák