r300g: fix reference counting when translating indices
[mesa.git] / src / gallium / drivers / r300 / r300_texture_desc.c
2011-02-10 Marek Olšákr300g: add a way to change texture properties arbitrarily
2011-02-10 Marek Olšákr300g: consolidate buffers and textures to r300_resource
2011-01-28 Marek Olšákr300g: 8x8-compressed zbuffer can only be point-sampled
2011-01-28 Marek Olšákr300g: fix and re-enable 8x8 zbuffer compression mode
2011-01-27 Marek Olšákr300g: rename flag squaretiling -> drm_2_1_0
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-13 Dave Airlier300g: fixup rs690 tiling stride alignment calculations.
2010-12-02 Marek Olšákr300g: fix up cubemap texture offset computation
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-05 Marek Olšákr300g: fix microtiling for 16-bits-per-channel formats
2010-09-28 Marek Olšákr300g: add support for 3D NPOT textures without mipmapping
2010-09-26 Marek Olšákr300g: fix macrotiling on R350
2010-09-24 Marek Olšákr300g: fix a copy-paste typo for logging
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-13 Marek Olšákr300g: add new debug options for dumping scissor regs...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-01 Marek Olšákr300g: fix microtiling on RS6xx
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-25 Marek Olšákr300g: make sure a texture is large enough for the...
2010-07-25 Marek Olšákr300g: do not use TXPITCH_EN if the width is POT and...
2010-07-25 Marek Olšákr300g: do not use TXPITCH_EN for power-of-two textures...
2010-07-25 Marek Olšákr300g: cleanup texture creation code