summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_tex_validate.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-141/+0
2013-05-28intel: Extend the force_y_tiling flag to allow forcing no tiling.Eric Anholt1-1/+1
2013-04-30swrast: Always use MapTextureImage for mapping textures for swrast.Eric Anholt1-90/+0
2013-04-30swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt1-26/+11
2013-03-19i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry1-1/+2
2013-03-05intel: Transition intel_region_map() to being a miptree operation.Eric Anholt1-3/+3
2013-01-18intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt1-4/+6
2013-01-09intel: Clean up confusion between logical and physical surface dimensions.Paul Berry1-1/+0
2013-01-09intel: Add a force_y_tiling parameter to intel_miptree_create().Paul Berry1-1/+2
2012-12-28intel: Skip texture validation logic when nothing has changed.Eric Anholt1-2/+16
2012-12-22i965: Assert that relayout laid out something that won't need it again.Eric Anholt1-0/+6
2012-12-22qi965: Add perf debug for texture relayout.Eric Anholt1-0/+5
2012-11-19intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt1-2/+2
2012-08-28i965: Move depth resolve for span fallbacks to a simpler place.Eric Anholt1-0/+3
2012-08-24mesa: new _mesa_num_tex_faces() helperBrian Paul1-3/+4
2012-07-11i965/msaa: Add an enum to describe MSAA layout.Paul Berry1-1/+1
2012-05-25i965/msaa: Properly handle sliced layout for Gen7.Paul Berry1-1/+2
2012-05-15i965/gen6: Initial implementation of MSAA.Paul Berry1-1/+2
2012-04-09i965: Add support for sampling texture buffer objects on gen7+.Eric Anholt1-0/+4
2012-03-20mesa: rework texture completeness testingBrian Paul1-1/+1
2012-02-17intel: Fix rendering from textures after RenderTexture().Eric Anholt1-8/+2
2012-01-24swrast: s/Data/Map/ in swrast_texture_imageBrian Paul1-3/+3
2011-12-29intel: Don't consider miptrees for other texture targets to match.Eric Anholt1-1/+0
2011-12-19intel: Reuse intel_miptree_match_image().Eric Anholt1-9/+6
2011-11-22intel: Kill intel_mipmap_level::nr_images [v4]Chad Versace1-1/+1
2011-11-02intel: fix potential segfault errorYuanhan Liu1-2/+4
2011-10-26intel: Drop texture border support code.Eric Anholt1-7/+0
2011-10-23mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul1-16/+5
2011-10-18intel: Add 'mode' param to intel_region_mapChad Versace1-5/+13
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-4/+4
2011-10-03i965: Add support for GL_EXT_texture_array and GL_MESA_texture_array.Eric Anholt1-1/+13
2011-10-03intel: Add a helper function for getting miptree size from a texture image.Eric Anholt1-6/+10
2011-10-03intel: Consolidate texture validation copy code, and reuse it correctly.Eric Anholt1-39/+3
2011-10-03intel: Clean up the function chain for mapping texture images for swrast.Eric Anholt1-44/+65
2011-09-26intel: Allow src == NULL and *dst != NULL in intel_miptree_reference().Eric Anholt1-2/+0
2011-09-26intel: Drop the "intel" argument to intel_miptree_release().Eric Anholt1-5/+3
2011-09-17intel: make intel_texture_image a subclass of swrast_texture_imageBrian Paul1-27/+27
2011-09-09intel: Silence "warning: unused parameter ‘intel’"Ian Romanick1-3/+2
2011-08-24intel: use new gl_texture_image:Face, Level fieldsBrian Paul1-6/+6
2011-06-14intel: Drop the cpp argument to intel_miptree_create().Eric Anholt1-8/+0
2011-06-14intel: Calculate compress_byte in intel_miptree_create.Eric Anholt1-4/+1
2011-06-14intel: Use the gl_format to get the base_format for miptree create.Eric Anholt1-1/+0
2011-06-14intel: Drop the internal_format field of the mipmap tree.Eric Anholt1-1/+0
2011-06-14intel: Make the intel_miptree_match_image format check more specific.Eric Anholt1-4/+2
2011-06-14intel: Add the MESA_FORMAT as a field of the miptree.Eric Anholt1-0/+1
2011-04-23intel: Add support for ARB_sampler_objects.Eric Anholt1-3/+8
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-1/+1
2011-03-07intel: check for miptree allocation failureChris Wilson1-0/+2
2011-01-10intel: Drop the speculatively-use-firstImage-mt in validation.Eric Anholt1-17/+0
2011-01-10intel: Don't relayout the texture on maxlevel change.Eric Anholt1-7/+6