summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r300g: do not use tiling for scanout buffersMarek Olšák2010-04-101-1/+2
* r300g: enforce microtiled zbuffer from X serverMarek Olšák2010-04-051-0/+31
* r300g: typecast using the r300_texture functionMarek Olšák2010-04-051-5/+5
* r300g: simplify accessing screen from contextMarek Olšák2010-04-051-3/+3
* r300g: is_npot -> uses_pitchMarek Olšák2010-04-051-3/+4
* r300g: fix TFP stride override.Dave Airlie2010-04-041-1/+1
* r300g: do not use the c++ template keywordMarek Olšák2010-04-041-15/+15
* r300g: properly setup textures from X serverMarek Olšák2010-04-041-4/+3
* r300g: fix color tiling for buffer from X server.Dave Airlie2010-04-031-0/+1
* r300g: Remove unnecessary header.Vinson Lee2010-03-311-1/+0
* r300g: add RGBA16F colorbuffer supportMarek Olšák2010-04-011-5/+8
* r300g: add RGTC texture supportMarek Olšák2010-04-011-1/+27
* r300g: format handling cleanupMarek Olšák2010-04-011-16/+9
* Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-301-1/+1
|\
| * r300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYOUT_S3TC.José Fonseca2010-03-291-1/+1
* | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-2/+2
|/
* r300g: fix macrotiling for non-square texturesMathias Fröhlich2010-03-271-1/+2
* r300g: disable tiling for YUV formatsMarek Olšák2010-03-211-3/+15
* r300g: fix scons buildMarek Olšák2010-03-211-2/+1
* r300g: add and enable square microtilingMarek Olšák2010-03-211-5/+6
* r300g: cleanup tiling flags propagationMarek Olšák2010-03-211-2/+2
* r300g: add PIPE_FORMAT_B5G5R5X1_UNORM colorbuffer support, cleanupsMarek Olšák2010-03-191-6/+7
* r300g: mark SRGB colorbuffers as unsupportedMarek Olšák2010-03-191-20/+1
* r300g: rebuild screen/winsys interfaceDave Airlie2010-03-151-15/+37
* Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-36/+0
* Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-18/+66
|\