summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.c
AgeCommit message (Expand)Author
2010-06-16r300g: Fix indentation.Corbin Simpson
2010-06-14r300g: subclass pipe_surfaceMarek Olšák
2010-06-09r300g: debug output texture sizeMarek Olšák
2010-06-09r300g: return NULL texture early if buffer_create failsMarek Olšák
2010-06-07r300g: fix 24-bit depth texturingMarek Olšák
2010-06-03r300g: set the minimum texture stride to 64 bytes on RS600, RS690, and RS740Marek Olšák
2010-06-02r300g: store the GEM domain in buffer and texture structsMarek Olšák
2010-06-02r300g: blit directly to/from GTT when transfering texturesMarek Olšák
2010-06-02r300g: let the driver determine the GEM domain for buffer_createMarek Olšák
2010-05-31r300g: set correct pitch in libdrmMarek Olšák
2010-05-13r300g: fix texture transfersMarek Olšák
2010-05-08r300g: pass depth texture swizzle to the compiler if compare mode is enabledMarek Olšák
2010-05-04r300g: Fix memory leak on error path.Vinson Lee
2010-05-04r300g: advertise S3TC only when it's available in GalliumMarek Olšák
2010-05-03r300g: use util_format_short_name and util_format_is_plainMarek Olšák
2010-05-03r300g: refuse to create a texture with size 0Marek Olšák
2010-05-03r300g: improve texture debug output, split into TEX and TEXALLOC flagsMarek Olšák
2010-04-29r300g: fix tests/yuvrect and possibly even rendering to YUV texturesMarek Olšák
2010-04-29r300g: enable the RGBA16F renderbuffer tooMarek Olšák
2010-04-29r300g: enable float texturesMarek Olšák
2010-04-29r300g: compose swizzles from texture formats and sampler viewsMarek Olšák
2010-04-27r300g: fix mipmapped texture3D size calculationMarek Olšák
2010-04-26r300g: emit MSPOS regsMarek Olšák
2010-04-20r300g: add is_rv350 flagMarek Olšák
2010-04-18r300g: do not tell st that a buffer is referenced by hwMarek Olšák
2010-04-18r300g: various other cleanupsMarek Olšák
2010-04-18r300g: add debugging options "notiling" and "noimmd" (for testing)Marek Olšák
2010-04-18r300g: always create microtiled zbuffer regardless of texture dimensionsMarek Olšák
2010-04-11r300g: fix mipmapped 3D texturesMarek Olšák
2010-04-11r300g: support some exotic sampler formatsMarek Olšák
2010-04-11r300g: cleanup handling of sampler viewsMarek Olšák
2010-04-11r300g: pick up some new colorbuffer formatsMarek Olšák
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-10r300g: align the height of NPOT textures to POTMarek Olšák
2010-04-10r300g: do not use tiling for scanout buffersMarek Olšák
2010-04-05r300g: enforce microtiled zbuffer from X serverMarek Olšák
2010-04-05r300g: typecast using the r300_texture functionMarek Olšák
2010-04-05r300g: simplify accessing screen from contextMarek Olšák
2010-04-05r300g: is_npot -> uses_pitchMarek Olšák
2010-04-04r300g: fix TFP stride override.Dave Airlie
2010-04-04r300g: do not use the c++ template keywordMarek Olšák
2010-04-04r300g: properly setup textures from X serverMarek Olšák
2010-04-03r300g: fix color tiling for buffer from X server.Dave Airlie
2010-03-31r300g: Remove unnecessary header.Vinson Lee
2010-04-01r300g: add RGBA16F colorbuffer supportMarek Olšák
2010-04-01r300g: add RGTC texture supportMarek Olšák
2010-04-01r300g: format handling cleanupMarek Olšák
2010-03-30Merge branch 'master' into gallium-new-formatsRoland Scheidegger
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-29r300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYOUT_S3TC.José Fonseca