aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_texture.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák2011-02-111-10/+9
* r300g: add a way to change texture properties arbitrarilyMarek Olšák2011-02-101-22/+35
* r300g: consolidate buffers and textures to r300_resourceMarek Olšák2011-02-101-57/+44
* r300g: simplify WRITE_RELOC API and cleanupMarek Olšák2011-02-101-11/+11
* r300g: use format from pipe_surface instead of pipe_resourceMarek Olšák2011-02-101-22/+14
* Revert "r300g: support sRGB colorbuffers"Marek Olšák2011-02-101-20/+0
* r300g: Make the buffer and texture vbtls static const.Henri Verbeet2011-02-031-1/+1
* r300g: rename flag squaretiling -> drm_2_1_0Marek Olšák2011-01-271-1/+1
* r300g: fix some bugs with zbuffer compression (v4)Marek Olšák2011-01-271-2/+0
* r300g: support sRGB colorbuffersMarek Olšák2011-01-231-0/+44
* r300g: add support for B2G3R3 texturingMarek Olšák2010-12-231-0/+5
* r300g: fix precision issues with B10G10R10A2Marek Olšák2010-12-221-0/+2
* r300g: fixup rs690 tiling stride alignment calculations.Dave Airlie2010-12-131-1/+1
* r300g: use internal BO handle for add_buffer and write_relocMarek Olšák2010-12-031-1/+4
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-24/+25
* r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák2010-12-011-7/+10
* r300g: add support for L8A8 colorbuffersMarek Olšák2010-10-021-0/+3
* r300g: add support for R8G8 colorbuffersMarek Olšák2010-10-021-1/+11
* r300g: add support for formats beginning with X, like X8R8G8B8Marek Olšák2010-09-291-7/+27
* r300g: add support for 3D NPOT textures without mipmappingMarek Olšák2010-09-281-9/+6
* r300g: add new debug options for dumping scissor regs and disabling CBZB clearMarek Olšák2010-09-131-1/+3
* Revert "r300g: refuse to create a texture with size 0"Marek Olšák2010-09-041-12/+0
* r300g: fix blitting between 2D NPOT mipmapsMarek Olšák2010-08-281-18/+25
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-2/+4
* r300g: implement hyper-z support. (v4)Dave Airlie2010-08-051-0/+9
* r300g: implement D24X8 texture sampling for r3xx-r4xxMarek Olšák2010-07-251-3/+7
* r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák2010-07-251-1/+2
* r300g: cleanup texture creation codeMarek Olšák2010-07-251-455/+138
* r300g: reject resources from handles which are not large enoughMarek Olšák2010-07-251-3/+15
* r300g: cleanup texture debug loggingMarek Olšák2010-07-251-18/+23
* r300g: do not align texture height to 2^n for 1D and 2D non-mipmapped texturesMarek Olšák2010-07-251-1/+5
* r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák2010-07-161-11/+11
* r300g: implement fast color clearMarek Olšák2010-07-121-0/+30
* r300g: allow the GTT domain for samplersMarek Olšák2010-07-091-2/+8
* r300g: store/return the stride for winsys_handle in winsysMarek Olšák2010-07-081-10/+6
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-281-1/+4
|\
* | r300g: cleanup buffer_{from, get}_handleMarek Olšák2010-06-201-9/+5
* | r300g: cleanup includesMarek Olšák2010-06-201-7/+10
* | r300g: texture alignment code cleanup + use special alignment for AA texturesMarek Olšák2010-06-201-36/+58
* | r300g: Moar MSAA setup.Corbin Simpson2010-06-161-0/+4
* | r300g: Fix indentation.Corbin Simpson2010-06-161-4/+7
* | r300g: subclass pipe_surfaceMarek Olšák2010-06-141-20/+21
* | r300g: debug output texture sizeMarek Olšák2010-06-091-1/+2
* | r300g: return NULL texture early if buffer_create failsMarek Olšák2010-06-091-5/+5
|/
* r300g: fix 24-bit depth texturingMarek Olšák2010-06-071-1/+3
* r300g: set the minimum texture stride to 64 bytes on RS600, RS690, and RS740Marek Olšák2010-06-031-2/+14
* r300g: store the GEM domain in buffer and texture structsMarek Olšák2010-06-021-4/+5
* r300g: blit directly to/from GTT when transfering texturesMarek Olšák2010-06-021-2/+5
* r300g: let the driver determine the GEM domain for buffer_createMarek Olšák2010-06-021-2/+2
* r300g: set correct pitch in libdrmMarek Olšák2010-05-311-6/+6