aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r300g: fix texture transfersMarek Olšák2010-05-131-1/+1
* r300g: pass depth texture swizzle to the compiler if compare mode is enabledMarek Olšák2010-05-081-53/+59
* r300g: Fix memory leak on error path.Vinson Lee2010-05-041-0/+1
* r300g: advertise S3TC only when it's available in GalliumMarek Olšák2010-05-041-0/+5
* r300g: use util_format_short_name and util_format_is_plainMarek Olšák2010-05-031-19/+7
* r300g: refuse to create a texture with size 0Marek Olšák2010-05-031-0/+11
* r300g: improve texture debug output, split into TEX and TEXALLOC flagsMarek Olšák2010-05-031-6/+20
* r300g: fix tests/yuvrect and possibly even rendering to YUV texturesMarek Olšák2010-04-291-3/+5
* r300g: enable the RGBA16F renderbuffer tooMarek Olšák2010-04-291-1/+1
* r300g: enable float texturesMarek Olšák2010-04-291-9/+0
* r300g: compose swizzles from texture formats and sampler viewsMarek Olšák2010-04-291-18/+12
* r300g: fix mipmapped texture3D size calculationMarek Olšák2010-04-271-1/+1
* r300g: emit MSPOS regsMarek Olšák2010-04-261-2/+2
* r300g: add is_rv350 flagMarek Olšák2010-04-201-2/+2
* r300g: do not tell st that a buffer is referenced by hwMarek Olšák2010-04-181-1/+1
* r300g: various other cleanupsMarek Olšák2010-04-181-14/+3
* r300g: add debugging options "notiling" and "noimmd" (for testing)Marek Olšák2010-04-181-1/+6
* r300g: always create microtiled zbuffer regardless of texture dimensionsMarek Olšák2010-04-181-2/+3
* r300g: fix mipmapped 3D texturesMarek Olšák2010-04-111-0/+24
* r300g: support some exotic sampler formatsMarek Olšák2010-04-111-7/+16
* r300g: cleanup handling of sampler viewsMarek Olšák2010-04-111-27/+56
* r300g: pick up some new colorbuffer formatsMarek Olšák2010-04-111-0/+19
* Squashed commit of the following:Keith Whitwell2010-04-101-164/+124
* r300g: align the height of NPOT textures to POTMarek Olšák2010-04-101-1/+4