summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mesa: pass linear-ized texture format to _mesa_unpack_rgba_row()map-texture-image-v5Brian Paul2011-09-061-1/+1
* mesa: fix broken store_texel() functionsBrian Paul2011-08-312-39/+64
* meta: check if compressed format is unsignedBrian Paul2011-08-311-1/+3
* mesa: rework the generate_mipmap_compressed() functionBrian Paul2011-08-311-33/+28
* mesa: handle compressed images in get_tex_rgba()Brian Paul2011-08-311-64/+110
* mesa: new _mesa_decompress_image() functionBrian Paul2011-08-312-0/+91
* meta: added comment about decompression of signed formatsBrian Paul2011-08-311-0/+2
* mesa: added _mesa_get_uncompressed_format(), _mesa_format_num_components()Brian Paul2011-08-312-0/+71
* mesa: use ctx->Driver.AllocTextureImageBuffer() to alloc texture memoryBrian Paul2011-08-292-41/+24
* mesa: plug in swrast texture image alloc/free functionsBrian Paul2011-08-291-1/+2
* swrast: add Alloc/FreeTextureImageBuffer() driver functionsBrian Paul2011-08-292-0/+48
* mesa: add AllocTextureImageBuffer() driver hookBrian Paul2011-08-291-0/+6
* mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul2011-08-2915-355/+373
* swrast: plug in _swrast_new/delete_texture_image() functionsBrian Paul2011-08-291-2/+2
* radeon: make radeon_texture_image a subclass of swrast_texture_imageBrian Paul2011-08-295-29/+48
* intel: make intel_texture_image a subclass of swrast_texture_imageBrian Paul2011-08-298-92/+100
* swrast: introduce new swrast_texture_image structBrian Paul2011-08-293-0/+63
* mesa: add new DeleteTextureImage() driver hookBrian Paul2011-08-296-2/+26
* mesa: move software texel fetch code into swrastBrian Paul2011-08-298-10/+3393
* st/mesa: remove unneeded #includeBrian Paul2011-08-291-1/+0
* mesa: move _mesa_update_fetch_functions() into swrastBrian Paul2011-08-294-14/+7
* mesa: stop using gl_texture_image::FetchTexelc in glGetTexImage()Brian Paul2011-08-291-29/+32
* mesa: use ctx->Driver.GetTexImage() to decompress base texture imageBrian Paul2011-08-291-10/+13
* mesa: add new pixel format unpacking codeBrian Paul2011-08-294-0/+1545
* meta: added _mesa_meta_GetTexImage()Brian Paul2011-08-293-1/+225
* meta: move texcoord setup into setup_texture_coords()Brian Paul2011-08-291-92/+176
* xorg/xvmc: Only set decode buffer when availableMaarten Lankhorst2011-08-291-3/+6
* glsl_to_tgsi: fix a reference leak on an error pathMarek Olšák2011-08-291-0/+1
* i965: Avoid generating MOVs for most ir_assignment handling.Kenneth Graunke2011-08-292-0/+48
* i965/fs: Revert "Avoid generating MOVs for assignments for expressions."Kenneth Graunke2011-08-292-77/+10
* mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick2011-08-2911-160/+5
* dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted texturesIan Romanick2011-08-2912-32/+0
* scons: add swrast/s_texture.c to the buildBrian Paul2011-08-291-0/+1
* intel: Rely on Mesa core for the non-blit glTexSubImage* implementation.Eric Anholt2011-08-291-84/+65
* mesa: Convert texture debug dump function to using MapTextureImage().Brian Paul2011-08-292-44/+52
* intel: Remove our custom _mesa_store_compressed_texsubimage2d().Eric Anholt2011-08-291-83/+33
* mesa: Convert texstore.c to accessing textures using MapTextureImage.Brian Paul2011-08-291-107/+231
* nouveau: Add MapTextureImage() implementation.Eric Anholt2011-08-291-0/+81
* radeon: Add MapTextureImage() implementation.Eric Anholt2011-08-291-0/+77
* radeon: Refactor the common texture hook setup to common code.Eric Anholt2011-08-298-146/+52
* swrast: Add implementation of MapTextureImage/UnmapTextureImage.Brian Paul2011-08-294-0/+126
* intel: Add implementation of MapTextureImage/UnmapTextureImage.Eric Anholt2011-08-293-2/+92
* st/mesa: Add implementation of MapTextureImage.Brian Paul2011-08-291-0/+45
* mesa: Add driver hooks for texture image mapping/unmapping.Brian Paul2011-08-291-0/+19
* mesa: Don't check for image->Data when freeing an image's contents.Eric Anholt2011-08-293-12/+5
* Rename some driver FreeTextureImageData functions to FreeTextureImageBuffer.Eric Anholt2011-08-292-4/+5
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-2917-27/+27
* i915g: remove unused var in i915_flush_heuristically()Brian Paul2011-08-291-2/+0
* winsys/g3dvl: Fix include styleKai Wasserbäch2011-08-293-19/+19
* tests/unit: Fix include styleKai Wasserbäch2011-08-291-5/+5