aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_texture_desc.c
Commit message (Expand)AuthorAgeFilesLines
* 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