summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.c
AgeCommit message (Expand)Author
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-08r300g: add LATC supportMarek Olšák
2011-03-02r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák
2011-03-01r300g: fix RGTC2_SNORMMarek Olšák
2011-03-01r300g: reorder parts of translate_texformatMarek Olšák
2011-03-01r300g: fix RGTC1_UNORM and RGTC2_UNORMMarek Olšák
2011-03-01r300g: fix HiZ memory size computation and deciding when to use HiZMarek Olšák
2011-02-28r300g: force swizzles for RGTCDave Airlie
2011-02-25r300g: explicit sign bits on RGTC texturesDave Airlie
2011-02-16r300g: fix a race between CS and SET_TILING ioctlsMarek Olšák
2011-02-11r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák
2011-02-10r300g: add a way to change texture properties arbitrarilyMarek Olšák
2011-02-10r300g: consolidate buffers and textures to r300_resourceMarek Olšák
2011-02-10r300g: simplify WRITE_RELOC API and cleanupMarek Olšák
2011-02-10r300g: use format from pipe_surface instead of pipe_resourceMarek Olšák
2011-02-10Revert "r300g: support sRGB colorbuffers"Marek Olšák
2011-02-03r300g: Make the buffer and texture vbtls static const.Henri Verbeet
2011-01-27r300g: rename flag squaretiling -> drm_2_1_0Marek Olšák
2011-01-27r300g: fix some bugs with zbuffer compression (v4)Marek Olšák
2011-01-23r300g: support sRGB colorbuffersMarek Olšák
2010-12-23r300g: add support for B2G3R3 texturingMarek Olšák
2010-12-22r300g: fix precision issues with B10G10R10A2Marek Olšák
2010-12-13r300g: fixup rs690 tiling stride alignment calculations.Dave Airlie
2010-12-03r300g: use internal BO handle for add_buffer and write_relocMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-12-01r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák
2010-10-02r300g: add support for L8A8 colorbuffersMarek Olšák
2010-10-02r300g: add support for R8G8 colorbuffersMarek Olšák
2010-09-29r300g: add support for formats beginning with X, like X8R8G8B8Marek Olšák
2010-09-28r300g: add support for 3D NPOT textures without mipmappingMarek Olšák
2010-09-13r300g: add new debug options for dumping scissor regs and disabling CBZB clearMarek Olšák
2010-09-04Revert "r300g: refuse to create a texture with size 0"Marek Olšák
2010-08-28r300g: fix blitting between 2D NPOT mipmapsMarek Olšák
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie
2010-07-25r300g: implement D24X8 texture sampling for r3xx-r4xxMarek Olšák
2010-07-25r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák
2010-07-25r300g: cleanup texture creation codeMarek Olšák
2010-07-25r300g: reject resources from handles which are not large enoughMarek Olšák
2010-07-25r300g: cleanup texture debug loggingMarek Olšák
2010-07-25r300g: do not align texture height to 2^n for 1D and 2D non-mipmapped texturesMarek Olšák
2010-07-16r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák
2010-07-12r300g: implement fast color clearMarek Olšák
2010-07-09r300g: allow the GTT domain for samplersMarek Olšák
2010-07-08r300g: store/return the stride for winsys_handle in winsysMarek Olšák
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz
2010-06-20r300g: cleanup buffer_{from, get}_handleMarek Olšák
2010-06-20r300g: cleanup includesMarek Olšák
2010-06-20r300g: texture alignment code cleanup + use special alignment for AA texturesMarek Olšák
2010-06-16r300g: Moar MSAA setup.Corbin Simpson