summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_texture_desc.c
Commit message (Expand)AuthorAgeFilesLines
* winsys/radeon: simplify how value queries workMarek Olšák2011-07-251-2/+2
* r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák2011-04-181-15/+13
* r300g: fix alignement for NPOT values in hyperz setupNicolas Peninguy2011-03-111-3/+3
* r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák2011-03-021-28/+1
* r300g: fix HiZ memory size computation and deciding when to use HiZMarek Olšák2011-03-011-21/+68
* r300g: fix blitting NPOT compressed texturesMarek Olšák2011-02-161-8/+8
* r300g: add a way to change texture properties arbitrarilyMarek Olšák2011-02-101-19/+18
* r300g: consolidate buffers and textures to r300_resourceMarek Olšák2011-02-101-142/+141
* r300g: 8x8-compressed zbuffer can only be point-sampledMarek Olšák2011-01-281-1/+2
* r300g: fix and re-enable 8x8 zbuffer compression modeMarek Olšák2011-01-281-0/+58
* r300g: rename flag squaretiling -> drm_2_1_0Marek Olšák2011-01-271-1/+1
* r300g: fixup rs690 tiling stride alignment calculations.Dave Airlie2010-12-131-29/+17
* r300g: fix up cubemap texture offset computationMarek Olšák2010-12-021-0/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-9/+3
* 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