intel: Make mapping of texture slices track the region of interest.
[mesa.git] / src / mesa / drivers / dri / intel /
2011-10-03 Eric Anholtintel: Add a safety check for mapping 1D texture arrays.
2011-10-03 Eric Anholtintel: Add debug output to intel_map_texture_image.
2011-10-03 Eric Anholtintel: Add a helper function for getting miptree size...
2011-10-03 Eric Anholtintel: Consolidate texture validation copy code, and...
2011-10-03 Eric Anholtintel: Clean up the function chain for mapping texture...
2011-10-03 Eric Anholtintel: Make PBO TexImage use AllocTextureImageBuffer...
2011-10-03 Eric Anholtintel: Rely on Mesa core for glTexImage storage.
2011-10-03 Eric Anholtintel: Allocate s8z24 separate renderbuffers from Alloc...
2011-10-03 Eric Anholtintel: Add an AllocTextureImageBuffer() implementation...
2011-10-03 Brian Paulmesa: Convert _mesa_generate_mipmap to MapTexImage...
2011-09-29 Brian Paulintel: include version.h to get _mesa_override_glsl_ver...
2011-09-29 Ian Romanickmesa: Remove ARB_texture_mirrored_repeat extension...
2011-09-29 Ian Romanickmesa: Remove EXT_blend_subtract extension enable flag
2011-09-29 Ian Romanickmesa: Remove EXT_stencil_wrap extension enable flag
2011-09-29 Ian Romanickmesa: Remove EXT_texture_lod_bias extension enable...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_env_combine extension enable...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_env_add extension enable flag
2011-09-29 Ian Romanickmesa: Remove ARB_multitexture extension enable flag
2011-09-28 Chad Versaceintel: Remove unused function get_glsl_version()
2011-09-28 Chad Versacemesa: Allow overriding GLSL version with environment...
2011-09-27 Eric Anholtintel: Fix compiler warnings from the depth stall flush...
2011-09-27 Eric Anholtintel: Drop our custom glGetTexImage() code.
2011-09-27 Brian Paulmesa: Convert GetCompressedTexImage to using MapTexture...
2011-09-26 Eric Anholtintel: Rename region->buffer to region->bo, and remove...
2011-09-26 Eric Anholtintel: Drop stale comment about CopyTexSubImage.
2011-09-26 Eric Anholtintel: Rely on AllocTextureImageBuffer for our teximage...
2011-09-26 Eric Anholtintel: Rely on mesa core for compressed texture image...
2011-09-26 Eric Anholtintel: Allow src == NULL and *dst != NULL in intel_mipt...
2011-09-26 Eric Anholtintel: Drop the "intel" argument to intel_miptree_relea...
2011-09-26 Eric Anholtintel: Drop the immediate validation of the texture...
2011-09-26 Eric Anholtintel: Fix improper freeing of texture data in TFP.
2011-09-26 Eric Anholtintel: Refactor texture_from_pixmap and EGL_image regio...
2011-09-26 Eric Anholtintel: Drop some extra equality checks on reference...
2011-09-26 Ian Romanickmesa: Remove EXT_bgra and EXT_texture_format_BGRA8888...
2011-09-26 Ian Romanickmesa: Remove many extension enable flags
2011-09-26 Ian Romanickintel: Remove redundant GL_ARB_window_pos enable
2011-09-26 Ian Romanickdri: Remove redundant GL_SGIS_texture_edge_clamp enables
2011-09-26 Kenneth Graunkei965: Emit depth stalls and flushes before changing...
2011-09-26 Kenneth Graunkeintel: Introduce a new intel_context::gt field to go...
2011-09-26 Kenneth Graunkeintel: Remove intel_context::has_xrgb_textures/has_lumi...
2011-09-26 Yuanhan Liuintel: fix potential segfault error at intel_(un)map_te...
2011-09-24 Kenneth Graunkeintel: Remove pointless boolean return value from ...
2011-09-23 Paul Berryi965: Increase MaxClipPlanes to 8 for gen6+.
2011-09-23 Yuanhan Liuintel: fix the wrong code to detect null texture.
2011-09-22 Eric Anholtintel: Unindent the blit call in PBO blit uploads.
2011-09-22 Eric Anholtintel: Drop gratuitous flush in PBO blit upload.
2011-09-22 Eric Anholtintel: Clean up check_pbo_format to ignore internalFormat.
2011-09-22 Eric Anholtintel: Move more of the PBO blit upload logic into...
2011-09-22 Eric Anholtintel: Remove stale comment about non-intel gl_buffer_o...
2011-09-22 Eric Anholtintel: Remove the pbo zero-copy code.
2011-09-22 Eric Anholtintel: Remove extra FreeTextureImageBuffer() from glTex...
2011-09-22 Eric Anholti965: Add support for GL_EXT_packed_float.
2011-09-22 Eric Anholti965: Add support for GL_EXT_texture_shared_exponent.
2011-09-22 Brian Paulmesa: remove support for GL_APPLE_client_storage extension
2011-09-17 Brian Paulintel: make intel_texture_image a subclass of swrast_te...
2011-09-17 Brian Paulmesa: add new DeleteTextureImage() driver hook
2011-09-15 Eugeni DodonovChange strerror(ret) to strerror(-ret).
2011-09-14 Dave Airliemesa/colormac: introduce inline helper for 4 unclamped...
2011-09-14 Dave Airliemesa: introduce a clear color union to be used for...
2011-09-09 Ian Romanickdri: Remove all extension enabling utility functions
2011-09-09 Ian Romanickintel: Move S3TC extension enable bits to intel_extensi...
2011-09-09 Ian Romanickintel: Enable extensions by just setting the flags
2011-09-09 Ian Romanickintel: Silence "intel/intel_fbo.h:105:4: warning: compa...
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘depth0’"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘target’"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘fb’"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘intel’"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence many "intel_batchbuffer.h:97:39: warning...
2011-09-09 Chia-I Wuintel: add support for __DRI_IMAGE_FORMAT_ABGR8888
2011-09-03 Yuanhan Liuintel: fix build error
2011-09-02 Eugeni Dodonovintel: Give an explanation why we are exiting for debug...
2011-09-02 Eric Anholtintel: Upload batchbuffer contents even if INTEL_NO_HW...
2011-09-01 Chia-I Wuintel: fix GLESv1 support
2011-09-01 Chia-I Wuintel: rename intel_extensions_es2.c to intel_extension...
2011-08-30 Eric Anholtintel: Restructure TexSubImage as just the 2D implement...
2011-08-30 Eric Anholtintel: Remove the passthrough TexSubImage[13]D functions.
2011-08-29 Eric Anholtintel: Rely on Mesa core for the non-blit glTexSubImage...
2011-08-29 Eric Anholtintel: Remove our custom _mesa_store_compressed_texsubi...
2011-08-29 Eric Anholtintel: Add implementation of MapTextureImage/UnmapTextu...
2011-08-29 Eric AnholtRename some driver FreeTextureImageData functions to...
2011-08-29 Eric Anholtmesa: Rename FreeTexImageData to FreeTextureImageBuffer.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-24 Brian Paulintel: use new gl_texture_image:Face, Level fields
2011-08-23 Ian Romanickmesa: Eliminate dd_function_table::MapBuffer
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickintel: Correctly check for read-only mappings in intel_...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-22 Chad Versaceintel: Abort when DRI2 separate stencil handshake fails
2011-08-10 Ben Widawskyintel: GetBuffer fix
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Eric Anholtintel: Fix unused variable warning.
next