i965/msaa: Use MESA_FORMAT_R8 for MCS buffer.
[mesa.git] / src / mesa / drivers / dri / intel /
2012-07-27 Paul Berryi965/msaa: Use MESA_FORMAT_R8 for MCS buffer.
2012-07-26 Paul Berryintel: Make more consistent use of _mesa_is_{user,winsy...
2012-07-24 Paul Berryi965/msaa: Switch on 8x MSAA for Gen7.
2012-07-24 Paul Berryi965/msaa: Adjust MCS buffer allocation for 8x MSAA.
2012-07-24 Jordan Justenintel: move error on create context to proper path
2012-07-24 Brian Paulmesa: move some format helper functions to glformats.c
2012-07-19 Kenneth Graunkei965: Add a driconf option to disable GL_ARB_blend_func...
2012-07-17 Eric Anholtintel: Add a comment explaining why we early return...
2012-07-17 Eric Anholtintel: Drop other checks for old loader version.
2012-07-17 Eric Anholtintel: Replace the non-getBuffersWithFormat compat...
2012-07-17 Eric Anholtintel: Remove dead intel_framebuffer_has_hiz().
2012-07-17 Eric Anholtintel: Convert to using private depth/stencil buffers...
2012-07-17 Eric Anholtintel: Add a function for creating a private window...
2012-07-16 Chad Versaceintel: Fix build broken by ETC1 patch
2012-07-16 Chad Versaceintel: Enable GL_OES_compressed_ETC1_RGB8_texture
2012-07-16 Kristian Høgsberggbm: Add new gbm_bo_import entry point
2012-07-16 Kristian Høgsbergintel: Don't call _mesa_get_format_bytes for MESA_FORMA...
2012-07-12 Kenneth Graunkei965: Use the blitter in intel_bufferobj_subdata for...
2012-07-11 Paul Berryi965/msaa: Enable CMS layout on Gen7 for the formats...
2012-07-11 Paul Berryi965/msaa: Allocate MCS buffer when CMS MSAA is in...
2012-07-11 Paul Berryi965/msaa: Add an enum to describe MSAA layout.
2012-07-11 Kristian Høgsbergintel: Implement __DRIimage::createSubImage and bump...
2012-07-11 Kristian Høgsbergintel: Add offset field to miptree
2012-07-11 Kristian Høgsbergintel: Add support for new __DRIimage formats
2012-07-11 Eric Anholti965: Revert the VBOs-in-system-memory hack.
2012-07-10 Kenneth Graunkei965: Add hardware context support.
2012-07-05 Kristian Høgsbergintel: Share common __DRIimage allocation code
2012-07-05 Kristian Høgsbergintel: Just look up image->internal_format using _mesa_...
2012-07-05 Kristian Høgsbergintel: Remove unused __DRIimage::data_type field
2012-07-04 Eric Anholtintel: Fix a comment typo.
2012-06-27 Jordan Justeni965: enable ARB_instanced_arrays extension
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
next