summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_texture_desc.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: fix microtiling for 16-bits-per-channel formatsMarek Olšák2010-10-051-3/+3
* r300g: add support for 3D NPOT textures without mipmappingMarek Olšák2010-09-281-12/+23
* r300g: fix macrotiling on R350Marek Olšák2010-09-261-2/+2
* r300g: fix a copy-paste typo for loggingMarek Olšák2010-09-241-3/+3
* r300g: add new debug options for dumping scissor regs and disabling CBZB clearMarek Olšák2010-09-131-0/+3
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-2/+4
* r300g: fix microtiling on RS6xxMarek Olšák2010-08-011-4/+18
* r300g: make sure a texture is large enough for the CBZB clearMarek Olšák2010-07-251-52/+49
* r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák2010-07-251-0/+4
* r300g: do not use TXPITCH_EN for power-of-two textures from the DDXMarek Olšák2010-07-251-6/+14
* r300g: cleanup texture creation codeMarek Olšák2010-07-251-0/+456