i965/msaa: Add backend support for centroid interpolation.
[mesa.git] / src / mesa / drivers / dri / intel /
2012-06-07 Kenneth Graunkei965: Enable the GL_ARB_shader_bit_encode extension.
2012-06-06 Brian Paulmesa: consolidate internal glCopyTexSubImage1/2/3D...
2012-06-06 Brian Paulmesa: consolidate internal glTexSubImage1/2/3D code
2012-06-06 Brian Paulmesa: consolidate internal glTexImage1/2/3D code
2012-06-01 Kenneth Graunkeintel: Change vendor string to "Intel Open Source Techn...
2012-05-25 Paul Berryi965/msaa: Enable 4x MSAA on Gen7.
2012-05-25 Paul Berryi965/msaa: Properly handle sliced layout for Gen7.
2012-05-25 Paul Berryi965/msaa: Expand odd-sized MSAA surfaces to account...
2012-05-24 Kenneth Graunkei965: Gut the separate OpenGL ES extension enabling.
2012-05-23 Jordan Justeni965: create code path to handle primitive restart...
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-05-23 Eric Anholti965/gen6+: Add support for fast depth clears.
2012-05-23 Eric Anholti965: Drop a layer of indirection in doing HiZ resolves.
2012-05-23 Eric Anholti965: Replace intel_need_resolve with the hiz ops it...
2012-05-23 Eric Anholti965: Add an interface for doing hiz ops from C code.
2012-05-23 Eric Anholtintel: Fork the intel_clear.c file between i915 and...
2012-05-22 Paul Berryi965: Completely annotate the batch bo when aub dumping.
2012-05-22 Paul Berryintel: When AUB dumping, flush before emitting final...
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965/gen6+: Add code to perform blits on the render...
2012-05-14 Eric Anholtintel: Fix compile warning from 7b6424143d8bf572cadd46a...
2012-05-14 Eric Anholtintel: Fix compiler warning from 3cd7bee48f7caf7850ea64...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-10 Paul Berryintel: Work around differences between C and C++ scopin...
2012-05-10 Paul Berryintel: Add extern "C" declarations to headers
2012-05-07 Paul Berryi965: Fix mipmap offsets for HiZ and separate stencil...
2012-05-07 Chad Versaceintel: Disable ARB_framebuffer_object in ES contexts
2012-05-05 Kenneth Graunkeintel: Remove pointless software fallback for glBitmap...
2012-05-04 Eric Anholtintel: Return success when asked to allocate a 0-width...
2012-05-04 Eric Anholti965: Add support for GL_ARB_draw_buffers_blend.
2012-05-03 Kristian Høgsberggbm: Add gbm_bo_write entry point
2012-05-01 Brian Paulintel: use _mesa_is_winsys/user_fbo() helpers
2012-04-30 Sean V Kelleyi965: Support Android RGBX8888 format for EGL generated...
2012-04-30 Ander Conselvan... intel: set dri_format field for all images
2012-04-30 Ander Conselvan... intel: properly return the image format on intel_query_...
2012-04-12 Eric Anholti965: When the kernel lacks the LLC check, assume it...
2012-04-12 Eric Anholtintel: Drop backwards compat code for not having libdrm...
2012-04-10 Paul Berryi965: Stop lying about cpp and height of a stencil...
2012-04-09 Eric Anholti965: Add support for sampling texture buffer objects...
2012-04-02 Kenneth Graunkei965/aub: Dump a final bitmap from DestroyContext.
2012-04-01 Eugeni Dodonovintel: add PCI IDs for Ivy Bridge GT2 server variant
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...
next