aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex.c
Commit message (Expand)AuthorAgeFilesLines
* i965: add support for multisample texturesChris Forbes2013-03-021-0/+9
* intel: Skip texture validation logic when nothing has changed.Eric Anholt2012-12-281-0/+4
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-4/+2
* mesa: new _mesa_num_tex_faces() helperBrian Paul2012-08-241-1/+1
* intel: Implement ARB_texture_storageIan Romanick2012-08-141-0/+26
* mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen2012-08-121-6/+4
* i915: Initialize swrast_texture_image structure fields.Paul Berry2012-02-221-0/+2
* intel: Move the teximage mapping logic to a miptree level/slice mapping.Eric Anholt2011-12-071-48/+10
* intel: Resolve buffers in intel_map_texture_image()Chad Versace2011-11-221-0/+5
* intel: Replace intel_texture_image::stencil_irb with intel_mipmap_tree::stenc...Chad Versace2011-11-221-25/+16
* dri: Remove driver GenerateMipmap hooks.Eric Anholt2011-10-281-23/+0
* intel: Drop texture border support code.Eric Anholt2011-10-261-38/+20
* mesa: add swrast_texture_image::BufferBrian Paul2011-10-231-5/+5
* mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()Brian Paul2011-10-231-1/+1
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-231-5/+31
* intel: Add 'mode' param to intel_region_mapChad Versace2011-10-181-1/+2
* intel: Fix scatter/gather for depthstencil texturesChad Versace2011-10-181-5/+5
* intel: Add a safety check for mapping 1D texture arrays.Eric Anholt2011-10-031-0/+4
* intel: Add debug output to intel_map_texture_image.Eric Anholt2011-10-031-1/+7
* intel: Make PBO TexImage use AllocTextureImageBuffer like non-PBO does.Eric Anholt2011-10-031-0/+6
* intel: Allocate s8z24 separate renderbuffers from AllocTextureImageBuffer().Eric Anholt2011-10-031-0/+5
* intel: Add an AllocTextureImageBuffer() implementation using miptrees.Eric Anholt2011-10-031-0/+43
* mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.Brian Paul2011-10-031-29/+1
* intel: Drop our custom glGetTexImage() code.Eric Anholt2011-09-271-3/+7
* intel: Drop the "intel" argument to intel_miptree_release().Eric Anholt2011-09-261-5/+3
* intel: Drop some extra equality checks on reference/release functions.Eric Anholt2011-09-261-13/+4
* intel: fix potential segfault error at intel_(un)map_texture_imageYuanhan Liu2011-09-261-2/+3
* mesa: add new DeleteTextureImage() driver hookBrian Paul2011-09-171-0/+8
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+2
* intel: Add implementation of MapTextureImage/UnmapTextureImage.Eric Anholt2011-08-291-0/+84
* Rename some driver FreeTextureImageData functions to FreeTextureImageBuffer.Eric Anholt2011-08-291-2/+3
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-291-1/+1
* intel: use new gl_texture_image:Face, Level fieldsBrian Paul2011-08-241-5/+0
* intel: Add fields to intel_texture for faking s8z24 with separate stencilChad Versace2011-06-241-0/+9
* mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.Eric Anholt2011-06-141-1/+2
* intel: Merge our choosetexformat fallbacks into core.Eric Anholt2011-01-041-1/+0
* intel: Remove the magic unaligned memcpy code.Eric Anholt2010-11-031-89/+0
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-2/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* Remove unnescessary initializations of UpdateTexturePaletteIan Romanick2010-09-271-1/+0
* intel: Add fallback debug to glGenerateMipmap.Eric Anholt2010-09-241-0/+4
* intel: Remove dead intelIsTextureResident().Eric Anholt2010-09-231-18/+0
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-2/+2
* intel: fix broken sw generate mipmap pathBrian Paul2009-10-131-0/+22
* intel: wrap _mesa_meta_GenerateMipmap()Brian Paul2009-10-021-0/+27
* intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt2009-09-281-1/+0
* intel: make a bunch of glTexImage-related functions staticBrian Paul2009-06-091-16/+0
* intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt2009-05-081-55/+1
* intel: asst. casts to silence warningsBrian Paul2009-01-261-1/+1
* intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt2008-12-151-0/+1