aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex_image.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul2012-01-041-1/+1
* mesa: simplify Driver.TexImage() parametersBrian Paul2011-12-301-25/+18
* i965: Create mock implementation of GL_OES_EGL_image_externalChad Versace2011-12-271-0/+2
* intel: Replace intel_texture_image::stencil_irb with intel_mipmap_tree::stenc...Chad Versace2011-11-221-128/+0
* intel: Remove unneeded params from intel_renderbuffer_set_draw_offset()Chad Versace2011-11-221-2/+2
* intel: Replace intel_renderbuffer::region with a miptree [v3]Chad Versace2011-11-211-3/+3
* Revert "intel: Drop the immediate validation of the texture object in TFP."Eric Anholt2011-11-011-0/+5
* intel: Drop texture border support code.Eric Anholt2011-10-261-28/+8
* intel: remove duplicated #include of texstore.hBrian Paul2011-10-231-1/+0
* mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()Brian Paul2011-10-231-0/+1
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-231-1/+1
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-2/+2
* intel: Add a helper function for getting miptree size from a texture image.Eric Anholt2011-10-031-13/+15
* intel: Make PBO TexImage use AllocTextureImageBuffer like non-PBO does.Eric Anholt2011-10-031-54/+15
* intel: Rely on Mesa core for glTexImage storage.Eric Anholt2011-10-031-52/+4
* intel: Allocate s8z24 separate renderbuffers from AllocTextureImageBuffer().Eric Anholt2011-10-031-1/+1
* intel: Add an AllocTextureImageBuffer() implementation using miptrees.Eric Anholt2011-10-031-1/+1
* intel: Drop our custom glGetTexImage() code.Eric Anholt2011-09-271-60/+0
* mesa: Convert GetCompressedTexImage to using MapTextureImage().Brian Paul2011-09-271-42/+6
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-261-2/+2
* intel: Drop stale comment about CopyTexSubImage.Eric Anholt2011-09-261-4/+0
* intel: Rely on AllocTextureImageBuffer for our teximage fallbacks.Eric Anholt2011-09-261-19/+5
* intel: Rely on mesa core for compressed texture image uploading.Eric Anholt2011-09-261-58/+20
* intel: Allow src == NULL and *dst != NULL in intel_miptree_reference().Eric Anholt2011-09-261-6/+1
* intel: Drop the "intel" argument to intel_miptree_release().Eric Anholt2011-09-261-1/+1
* intel: Drop the immediate validation of the texture object in TFP.Eric Anholt2011-09-261-10/+0
* intel: Fix improper freeing of texture data in TFP.Eric Anholt2011-09-261-4/+1
* intel: Refactor texture_from_pixmap and EGL_image region binding.Eric Anholt2011-09-261-55/+49
* intel: Unindent the blit call in PBO blit uploads.Eric Anholt2011-09-221-17/+12
* intel: Drop gratuitous flush in PBO blit upload.Eric Anholt2011-09-221-3/+0
* intel: Clean up check_pbo_format to ignore internalFormat.Eric Anholt2011-09-221-25/+13
* intel: Move more of the PBO blit upload logic into that function.Eric Anholt2011-09-221-26/+33
* intel: Remove the pbo zero-copy code.Eric Anholt2011-09-221-60/+0
* intel: Remove extra FreeTextureImageBuffer() from glTexImage*.Eric Anholt2011-09-221-1/+0
* intel: make intel_texture_image a subclass of swrast_texture_imageBrian Paul2011-09-171-40/+40
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-13/+4
* intel: Silence "warning: unused parameter ‘depth0’"Ian Romanick2011-09-091-3/+2
* intel: Add implementation of MapTextureImage/UnmapTextureImage.Eric Anholt2011-08-291-2/+2
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-291-1/+1
* intel: use new gl_texture_image:Face, Level fieldsBrian Paul2011-08-241-21/+14
* intel: Use _mesa_tex_target_to_face() helper function instead of our own.Eric Anholt2011-07-121-22/+3
* intel: During glTexImage, allocate renderbuffers for faking s8z24 texturesChad Versace2011-06-241-0/+62
* intel: Perform gather on s8z24 texture images during glGetTexImageChad Versace2011-06-241-0/+8
* intel: Define functions intel_texture_s8z24_scatter/gatherChad Versace2011-06-241-0/+70
* intel: Add fields to intel_texture for faking s8z24 with separate stencilChad Versace2011-06-241-12/+1
* intel: Drop the cpp argument to intel_miptree_create().Eric Anholt2011-06-141-4/+0
* intel: Calculate compress_byte in intel_miptree_create.Eric Anholt2011-06-141-7/+3
* intel: Use the gl_format to get the base_format for miptree create.Eric Anholt2011-06-141-1/+0
* intel: Drop the internal_format field of the mipmap tree.Eric Anholt2011-06-141-3/+1
* intel: Add the MESA_FORMAT as a field of the miptree.Eric Anholt2011-06-141-2/+3