i965/gen6+: Parameterize barycentric interpolation modes.
[mesa.git] / src / mesa / drivers / dri / intel /
2011-10-26 Eric Anholtintel: Drop texture border support code.
2011-10-26 Eric Anholtintel: Enable stripping of texture borders.
2011-10-26 Kenneth Graunkei965: Remove "single threaded" INTEL_DEBUG mode.
2011-10-25 Chad Versaceintel: Kill dead code in intel_miptree_copy_teximage()
2011-10-23 Brian Paulintel: remove duplicated #include of texstore.h
2011-10-23 Brian Paulmesa: add swrast_texture_image::Buffer
2011-10-23 Brian Paulmesa: remove _mesa_alloc_texmemory(), _mesa_free_texmem...
2011-10-23 Brian Paulmesa: move gl_texture_image::Data, RowStride, ImageOffs...
2011-10-18 Chad Versaceintel: Add 'mode' param to intel_region_map
2011-10-18 Chad Versaceintel: Add HiZ operations to intel_context::vtbl for...
2011-10-18 Chad Versaceintel: Fix scatter/gather for depthstencil textures
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-12 Chad Versaceintel: Assert that no batch is emitted if a region...
2011-10-10 Chad Versacei965: Split brw_set_prim into brw/gen6 variants
2011-10-07 Brian Paulintel: silence uninitialized var warning
2011-10-06 Brian Paulmesa: get rid of imageOffsets arrays in texstore code
2011-10-04 Ian Romanickmesa: Remove ARB_draw_buffers extension enable flag
2011-10-03 Eric Anholti965: Add support for GL_EXT_texture_array and GL_MESA_...
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...
next