summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex_image.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt2013-01-181-5/+4
* intel: Make intel_blit.c take pitches in bytes.Eric Anholt2013-01-181-1/+2
* intel: Clean up confusion between logical and physical surface dimensions.Paul Berry2013-01-091-1/+0
* intel: Add a force_y_tiling parameter to intel_miptree_create().Paul Berry2013-01-091-1/+2
* intel: Skip texture validation logic when nothing has changed.Eric Anholt2012-12-281-0/+1
* intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt2012-11-191-1/+1
* i965: Add some checks for array textures in unsupported paths.Eric Anholt2012-11-191-0/+6
* intel: Use core mesa support for determining lastLevel.Eric Anholt2012-11-171-3/+3
* intel: Improve teximage perf for Google Chrome paint rects (v3)Chad Versace2012-09-251-0/+12
* mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden2012-09-151-5/+0
* 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