Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300g: fix microtiling for 16-bits-per-channel formats | Marek Olšák | 2010-10-05 | 1 | -3/+3 |
* | r300g: add support for 3D NPOT textures without mipmapping | Marek Olšák | 2010-09-28 | 1 | -12/+23 |
* | r300g: fix macrotiling on R350 | Marek Olšák | 2010-09-26 | 1 | -2/+2 |
* | r300g: fix a copy-paste typo for logging | Marek Olšák | 2010-09-24 | 1 | -3/+3 |
* | r300g: add new debug options for dumping scissor regs and disabling CBZB clear | Marek Olšák | 2010-09-13 | 1 | -0/+3 |
* | gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too | Luca Barbieri | 2010-08-20 | 1 | -2/+4 |
* | r300g: fix microtiling on RS6xx | Marek Olšák | 2010-08-01 | 1 | -4/+18 |
* | r300g: make sure a texture is large enough for the CBZB clear | Marek Olšák | 2010-07-25 | 1 | -52/+49 |
* | r300g: do not use TXPITCH_EN if the width is POT and the height is NPOT | Marek Olšák | 2010-07-25 | 1 | -0/+4 |
* | r300g: do not use TXPITCH_EN for power-of-two textures from the DDX | Marek Olšák | 2010-07-25 | 1 | -6/+14 |
* | r300g: cleanup texture creation code | Marek Olšák | 2010-07-25 | 1 | -0/+456 |