aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex_image.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen2012-08-121-2/+1
* mesa: Remove unnecessary parameters from TexImagePauli Nieminen2012-08-121-13/+9
* i965/msaa: Add an enum to describe MSAA layout.Paul Berry2012-07-111-1/+1
* intel: Implement __DRIimage::createSubImage and bump supported version to 5Kristian Høgsberg2012-07-111-1/+1
* intel: Add offset field to miptreeKristian Høgsberg2012-07-111-3/+6
* mesa: consolidate internal glTexImage1/2/3D codeBrian Paul2012-06-061-53/+7
* i965/msaa: Properly handle sliced layout for Gen7.Paul Berry2012-05-251-1/+2
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-151-1/+2
* intel: Fix compile warning from 7b6424143d8bf572cadd46adcbaa91d2a5598635Eric Anholt2012-05-141-2/+2
* intel: fix TFP at 16-bppDave Airlie2012-03-251-6/+11
* 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