i965/gen6+: Add support for edge flags.
[mesa.git] / src / mesa / drivers / dri / intel /
2012-03-30 Kenneth Graunkeintel: Add some PCI IDs for Haswell.
2012-03-30 Kenneth Graunkei965: Disable HiZ on Haswell for now.
2012-03-30 Kenneth Graunkei965: Add initial IS_HASWELL() macros.
2012-03-28 Yuanhan Liuintel: fix un-blanced map_refcount issue
2012-03-25 Dave Airlieintel: fix TFP at 16-bpp
2012-03-22 Dylan Noblesmithintel: fix null dereference processing HiZ buffer
2012-03-21 Eric Anholtintel: Make use of the new GPU-unsynchronized map funct...
2012-03-21 Eric Anholtintel: Drop the tracking of bo_map vs bo_map_gtt for...
2012-03-21 Eric Anholti965: Avoid flushing the batch for busy BOs for ARB_mbr...
2012-03-21 Eric Anholtintel: Handle devid overrides using libdrm.
2012-03-21 Eric Anholtintel: Ask libdrm to dump an AUB file if INTEL_DEBUG...
2012-03-20 Eric Anholti965: Change the hiz-override env var to a driconf...
2012-03-20 Eric Anholtintel: Drop the INTEL_NO_BLIT debug environment variable.
2012-03-20 Eric Anholtintel: Drop the INTEL_STRICT_CONFORMANCE environment...
2012-03-20 Anuj Phogatintel: Fix a case when mapping large texture fails
2012-03-20 Brian Paulmesa: rework texture completeness testing
2012-03-05 Daniel Vetteri965: fixup W-tile offset computation to take swizzling...
2012-03-03 Eric Anholtintel: Don't enable GL_ARB_draw_instanced pre-gen4.
2012-02-29 Kenneth Graunkei965: Enable the GL_ARB_draw_instanced extension.
2012-02-24 Brian Paulintel: remove MAX_WIDTH usage in intelInitContext()
2012-02-22 Paul Berryi915: Initialize swrast_texture_image structure fields.
2012-02-22 Jesse Barnesintel: bump DRI_IMAGE extension version to 3
2012-02-22 Jesse Barnesgbm: track buffer format through DRI drivers
2012-02-21 Eric Anholtintel: Silence valgrind warning for getparam ioctl...
2012-02-17 Eric Anholtintel: Fix rendering from textures after RenderTexture().
2012-02-17 Eric Anholtintel: Improve the fallback debug for framebuffer statu...
2012-02-16 Kenneth Graunkei965: Emit Ivybridge VS workaround flushes.
2012-02-07 Ian Romanickintel: Avoid divide by zero for very small linear blits
2012-02-07 Ian Romanickintel: Remove num_mapped_regions assertion from _intel_...
2012-02-04 Eugeni Dodonovintel: check for LLC support when reading maps
2012-02-04 Eugeni Dodonovintel: verify if hardware has LLC support
2012-02-03 Ian Romanickintel: FBOs with texture border are unsupported
2012-01-30 Eric Anholti965: Add a driconf option to force GLSL extension...
2012-01-30 Eric Anholtintel: Use libdrm's decode functionality instead of...
2012-01-27 Eric Anholtintel: Pass the gl_renderbuffer to render_target_suppor...
2012-01-27 Eric Anholtintel: Make a renderbuffer wrapping a texture have...
2012-01-27 Eric Anholtintel: Simplify intel_renderbuffer_update_wrapper(...
2012-01-27 Eric Anholtintel: Drop intel_wrap_miptree().
2012-01-27 Eric Anholtintel: Fix accum buffer mapping since the swrast rework.
2012-01-25 Marek Olšákmesa: remove ctx->Const.sRGBCapable
2012-01-24 Brian Paulintel: use swrast code to map/unmap renderbuffers for...
2012-01-24 Brian Paulintel: remove intel_span_supports_format()
2012-01-24 Brian Paulintel: derive intel_renderbuffer from swrast_renderbuffer
2012-01-24 Brian Paulintel: use intel_rb_format() to get renderbuffer format
2012-01-24 Brian Paulmesa: rename gl_renderbuffer::Data to Buffer
2012-01-24 Brian Paulmesa: remove gl_renderbuffer::DataType
2012-01-24 Brian Paulmesa: remove gl_renderbuffer:RowStride field
2012-01-24 Brian Paulintel: remove most of the span Get/PutRow code
2012-01-24 Brian Paulmesa: use gl_renderbuffer::Map for all depth/stencil...
2012-01-24 Brian Paulintel: make intel_renderbuffer_map/unmap() static
2012-01-24 Brian Paulswrast: s/Data/Map/ in swrast_texture_image
2012-01-20 Chad Versaceintel/gen6: Some framebuffers having separate depthsten...
2012-01-19 Ian Romanickmesa: Set default access flags based on the run-time API
2012-01-18 Kristian Høgsberggbm: Validate usage flags in gbm_bo_create_from_egl_image()
2012-01-18 Anuj Phogatintel: Return if pointer to intel_context is null
2012-01-17 Eric Anholtintel: Drop the version override code now that we don...
2012-01-17 Eric Anholtintel: Fix warnings of undefined ffs().
2012-01-17 Chad Versacei965: Fix gen6,gen7 when used with a non-HiZ capable DDX
2012-01-16 Anuj Phogatintel: Fix segfault in glXSwapBuffers with no bound...
2012-01-12 Brian Paulintel: move declaration before code
2012-01-12 Brian Paulintel: fix mapping of malloc'd renderbuffers
2012-01-12 Brian Paulmesa: remove _mesa_ffs(), implement ffs() for non-GNU...
2012-01-11 Anuj PhogatEnable is_front_buffer_rendering variable in case of...
2012-01-11 Eric Anholti965: Fix compiler warning from uninitialized "success...
2012-01-10 Chad Versacei965/gen7: Enable HiZ
2012-01-07 Brian Paulmesa: rework ctx->Driver.CopyTexSubImage() parameters
2012-01-06 Eric Anholti965: Turn on ARB_depth_buffer_float by default.
2012-01-06 Eric Anholti965/gen7: Enable transform feedback as long as kernel...
2012-01-06 Eric Anholti965/gen7: Use the updated interface for SO write point...
2012-01-05 Ian Romanicki965: Enable EXT_texture_integer by default
2012-01-04 Kenneth Graunkei965: Fix infinite loop regression in intel_miptree_all...
2012-01-04 Ian Romanickintel: Re-enable GL_OES_standard_derivatives on GEN4+
2012-01-04 Eric Anholtintel: Re-allow blitting glCopyBufferSubData() on gen...
2012-01-04 Eric Anholtintel: Fix pitch handling for linear blits.
2012-01-04 Eric Anholtintel: Fix bad read/write flags on self-copies for...
2012-01-04 Brian Paulmesa: remove unused _mesa_init_teximage_fields() target...
2012-01-04 Anuj PhogatFix read from pointer after free
2012-01-02 Brian Paulintel: include version.h in intel_screen.c to silence...
2012-01-02 Ian Romanickdri2: Add plumbing to get context version requirements...
2012-01-02 Brian Paulmesa: remove the dstX/Y/Zoffset params to _mesa_texstor...
2012-01-02 Brian Paulintel: pass xoffset, yoffset = 0 to _mesa_texstore()
2011-12-30 Brian Paulmesa: simplify Driver.TexImage() parameters
2011-12-30 Brian Paulmesa: simplify Driver.TexSubImage() parameters
2011-12-29 Chad Versaceintel: Fix memory leak in intel_miptree_create()
2011-12-29 Eric Anholtintel: Drop the batchbuffer flush on glRenderbufferStor...
2011-12-29 Eric Anholtintel: Drop the batchbuffer flush on glFramebufferRende...
2011-12-29 Eric Anholtintel: Make the batchbuffer flush debug more useful.
2011-12-29 Eric Anholtintel: Fix performance regression in Lightsmark since...
2011-12-29 Eric Anholtintel: Don't consider miptrees for other texture target...
2011-12-27 Chad Versacei965: Create mock implementation of GL_OES_EGL_image_ex...
2011-12-24 Eric Anholti965/gen7: Add register definitions for GL_EXT_transfor...
2011-12-24 Eric Anholti965/gen7: Enable EXT_transform_feedback extension...
2011-12-23 Paul Berryi965 Gen6+: Invalidate VF address-based cache on flush
2011-12-20 Paul Berryi965 gen6: Turn on transform feedback extension uncondi...
2011-12-20 Paul Berryi965 gen6+: Make intel_batchbuffer_emit_mi_flush()...
2011-12-20 Paul Berryi965 gen6: Turn on transform feedback extension.
2011-12-19 Eric Anholti965: Add support for GL_ARB_depth_buffer_float under...
2011-12-19 Eric Anholti965: Add separate stencil/HiZ setup for MESA_FORMAT_Z3...
2011-12-19 Eric Anholti965: Add support for mapping Z32_FLOAT_X24S8 fake...
2011-12-19 Eric Anholtintel: Stop creating the wrapped depth irb.
next