summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * r300g: remove dead r300_get_texture_buffer functionKeith Whitwell2010-03-041-18/+0
| * r300g: Conversion to to winsys handleJakob Bornecrantz2010-03-011-0/+66
* | r300g: disable macrotiling when the texture height is smaller than a macrotileMarek Olšák2010-03-071-10/+17
* | r300g: enable micro- and macrotiling for all textures and renderbuffersMarek Olšák2010-03-071-0/+39
* | r300g: add ability to tile/detile textures using blit during transfersMarek Olšák2010-03-071-3/+2
* | r300: Remove PIPE_FORMAT_R8G8B8X8_SNORM support.José Fonseca2010-03-031-2/+0
* | r300: Rename pipe formats.José Fonseca2010-03-021-41/+41
* | r300: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca2010-03-011-2/+0
* | r300: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca2010-03-011-2/+2
* | r300: Don't implement PIPE_FORMAT_R8G8B8X8_SNORM.José Fonseca2010-03-011-2/+0
|/
* r300g: atomize texture and sampler statesMarek Olšák2010-02-281-1/+1
* r300: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca2010-02-241-12/+2
* r300g: fix texture swizzling for the SRGB formatsMarek Olšák2010-02-241-4/+20
* Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie2010-02-221-22/+19
* r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie2010-02-221-19/+22
* r300g: precompute framebuffer register valuesMarek Olšák2010-02-211-0/+231
* r300g: make r300_translate_texformat privateMarek Olšák2010-02-211-0/+244
* r300g: add macrotiling support to texture setupMarek Olšák2010-02-141-8/+40
* r300g: accelerate blitting for all formats by faking the texture formatMarek Olšák2010-02-141-0/+14
* r300g: Use util_format_name().José Fonseca2010-02-141-1/+1
* r300g: Correct colorbuffer measurements.Corbin Simpson2010-02-091-1/+0
* r300g,radeong: set tiling flags in libdrmMarek Olšák2010-01-241-0/+7
* r300g: do not align compressed textures to a tile sizeMarek Olšák2010-01-181-6/+14
* r300g: output texture debug messages if only RADEON_DEBUG=tex is setMarek Olšák2010-01-171-15/+22
* r300g: update the texture initialization so that it respects tilingMarek Olšák2010-01-121-6/+50
* r300g: Always emit scissors.Corbin Simpson2010-01-121-2/+4
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-4/+4
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-7/+5
|\