summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture_desc.c
AgeCommit message (Expand)Author
2011-03-11r300g: fix alignement for NPOT values in hyperz setupNicolas Peninguy
2011-03-02r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák
2011-03-01r300g: fix HiZ memory size computation and deciding when to use HiZMarek Olšák
2011-02-16r300g: fix blitting NPOT compressed texturesMarek 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-28r300g: 8x8-compressed zbuffer can only be point-sampledMarek Olšák
2011-01-28r300g: fix and re-enable 8x8 zbuffer compression modeMarek Olšák
2011-01-27r300g: rename flag squaretiling -> drm_2_1_0Marek Olšák
2010-12-13r300g: fixup rs690 tiling stride alignment calculations.Dave Airlie
2010-12-02r300g: fix up cubemap texture offset computationMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-10-05r300g: fix microtiling for 16-bits-per-channel formatsMarek Olšák
2010-09-28r300g: add support for 3D NPOT textures without mipmappingMarek Olšák
2010-09-26r300g: fix macrotiling on R350Marek Olšák
2010-09-24r300g: fix a copy-paste typo for loggingMarek Olšák
2010-09-13r300g: add new debug options for dumping scissor regs and disabling CBZB clearMarek Olšák
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-08-01r300g: fix microtiling on RS6xxMarek Olšák
2010-07-25r300g: make sure a texture is large enough for the CBZB clearMarek 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: do not use TXPITCH_EN for power-of-two textures from the DDXMarek Olšák
2010-07-25r300g: cleanup texture creation codeMarek Olšák