OSDN Git Service

i965: Mark needed downsamples for msaa winsys buffers
[android-x86/external-mesa.git] / src / mesa / drivers / dri / intel / intel_fbo.c
2012-08-07 Chad Versacei965: Mark needed downsamples for msaa winsys buffers
2012-08-07 Chad Versaceintel: Refactor creation of hiz and mcs miptrees
2012-08-07 Chad Versaceintel: Set num samples for winsys renderbuffers
2012-08-07 Chad Versaceintel: Refactor quantize_num_samples
2012-08-01 Paul Berryi965/msaa: Allow GL_SAMPLES to be set to 1 prior to...
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-17 Eric Anholtintel: Remove dead intel_framebuffer_has_hiz().
2012-07-17 Eric Anholtintel: Add a function for creating a private window...
2012-07-11 Paul Berryi965/msaa: Allocate MCS buffer when CMS MSAA is in...
2012-05-25 Paul Berryi965/msaa: Enable 4x MSAA on Gen7.
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-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-07 Paul Berryi965: Fix mipmap offsets for HiZ and separate stencil...
2012-05-04 Eric Anholtintel: Return success when asked to allocate a 0-width...
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-03 Ian Romanickintel: FBOs with texture border are unsupported
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-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-20 Chad Versaceintel/gen6: Some framebuffers having separate depthsten...
2012-01-12 Brian Paulintel: move declaration before code
2012-01-12 Brian Paulintel: fix mapping of malloc'd renderbuffers
2012-01-07 Brian Paulmesa: rework ctx->Driver.CopyTexSubImage() parameters
2011-12-29 Eric Anholtintel: Drop the batchbuffer flush on glRenderbufferStor...
2011-12-29 Eric Anholtintel: Drop the batchbuffer flush on glFramebufferRende...
2011-12-19 Eric Anholtintel: Stop creating the wrapped depth irb.
2011-12-19 Eric Anholti965: Properly demote the depth mt format for fake...
2011-12-19 Eric Anholtintel: Stop creating the wrapped stencil irb.
2011-12-14 Eric Anholtintel: Simplify and touch up the FBO completeness test.
2011-12-14 Eric Anholtintel: Remove another renderbuffer allocation path.
2011-12-14 Eric Anholtintel: Make the separate stencil RB storage path match...
2011-12-14 Eric Anholtintel: Move S8 width/height alignment to miptree creation.
2011-12-14 Eric Anholtintel: Drop check for wrapped_depth in RB mapping.
2011-12-14 Eric Anholtintel: Fix uninitialized values in debug output for...
2011-12-07 Eric Anholtintel: Rely on miptree mapping for all renderbuffer...
2011-12-07 Eric Anholtintel: Handle MapRenderbuffer of fake packed depth...
2011-12-07 Eric Anholtintel: Track miptrees for fake packed depth/stencil...
2011-12-07 Eric Anholtintel: Move separate-stencil s8 mapping logic to intel_...
2011-11-22 Eric Anholtintel: Improve debug output for begin/finish render...
2011-11-22 Eric Anholtintel: Remove duplicate test for texture attachment...
2011-11-22 Eric Anholti965: Don't require spans (swrast) support to consider...
2011-11-22 Eric Anholtintel: Add the context to the render_target_supported...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versaceintel: Use separate stencil whenever possible
2011-11-22 Chad Versaceintel: Enable HiZ for texture renderbuffers
2011-11-22 Chad Versaceintel: Resolve buffers in intel_map_renderbuffer()
2011-11-22 Chad Versaceintel: Add resolve functions for renderbuffers
2011-11-22 Chad Versaceintel: Replace intel_mipmap_tree::hiz_region with a...
2011-11-22 Chad Versaceintel: Replace intel_texture_image::stencil_irb with...
2011-11-22 Chad Versaceintel: Refactor intel_render_texture() [v2]
2011-11-22 Chad Versaceintel: Remove unneeded params from intel_renderbuffer_s...
2011-11-22 Chad Versaceintel: Track the miptree layer wrapped by a renderbuffe...
2011-11-22 Chad Versaceintel: Replace intel_renderbuffer::region with a miptre...
2011-11-22 Chad Versaceintel: Move inline functions from intel_fbo.h to .c
2011-11-22 Chad Versaceintel: Temporarily disable HiZ for textures
2011-11-22 Chad Versaceintel: Always gather stencil buffer in intel_map_render...
2011-11-15 Chad Versaceintel: Simplify stencil detiling arithmetic
2011-11-15 Chad Versaceintel: Fix intel_map_renderbuffer() for depthstencil...
2011-11-15 Chad Versaceintel: Fix software detiling of system stencil buffers
2011-11-15 Chad Versaceintel: Fix intel_unmap_renderbuffer_s8()
2011-11-15 Chad Versaceintel: Refactor intel_map_renderbuffer()
2011-11-04 Eric Anholti965/gen6: Improve glReadPixels() performance by blitti...
2011-11-01 Eric Anholtintel: Add an implementation of MapRenderbuffer.
2011-11-01 Eric Anholtintel: Improve the debug info for renderbuffer allocation.
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
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-09-26 Eric Anholtintel: Drop the "intel" argument to intel_miptree_relea...
2011-09-26 Eric Anholtintel: Drop some extra equality checks on reference...
2011-09-17 Brian Paulintel: make intel_texture_image a subclass of swrast_te...
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘target’"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘fb’"
2011-09-09 Chia-I Wuintel: add support for __DRI_IMAGE_FORMAT_ABGR8888
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-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Eric Anholtintel: Fix unused variable warning.
2011-07-28 Kenneth Graunkei965: Remove the now unused intel_renderbuffer::draw_of...
2011-07-28 Kenneth Graunkei965: Check actual tile offsets in Gen4 miptree workaround.
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-19 Chad Versaceintel: Fix stencil buffer to be W tiled
2011-07-18 Eric Anholtintel: Clarify the depthRb == stencilRb logic.
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-07 Eric Anholtintel: Remove gratuitous context checks in intel_delete...
2011-07-07 Eric Anholtintel: Remove now trivial intel_renderbuffer_set_{hiz_...
2011-07-07 Eric Anholtintel: Rely on intel_region_reference()'s support of...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
next