summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_texture.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-1/+2
* r600g: fixup pitch alignment like r600c.Dave Airlie2010-08-181-0/+1
* r600g: fix height calcs for miptreeDave Airlie2010-08-181-0/+1
* r600g: improve texture format checker.Dave Airlie2010-08-121-0/+248
* r600g: add bo wait after map.Dave Airlie2010-08-061-0/+2
* r600g: force flush on map as temporary fix to readpixelJerome Glisse2010-08-041-0/+2
* r600g: Remove unnecessary header.Vinson Lee2010-07-311-1/+0
* r600g: mipmap early support + EX2/ABS instruction + cullingJerome Glisse2010-07-291-13/+11
* r600g: cleanup resource buffer/texture messJerome Glisse2010-07-281-60/+103
* r600g: texture supportJerome Glisse2010-07-271-0/+4
* r600g: Move bootstrap code to targetJakob Bornecrantz2010-06-241-1/+1
* r600g: various fixesBas Nieuwenhuizen2010-05-271-1/+0
* r600g: adapt to latest interfaces changesMarek Olšák2010-05-271-53/+87
* r600g: Initial importJerome Glisse2010-05-271-0/+198