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