i965/blorp: Add an is_render_target parameter to surface_info::set.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_blorp_blit.cpp
2013-10-09 Kenneth Graunkei965/blorp: Add an is_render_target parameter to surfac...
2013-10-09 Eric Anholti965/blorp: Fix the register types on blorp's push...
2013-09-30 Paul Berryi965/blorp: retype destination register for texture...
2013-08-16 Anuj Phogati965/blorp: Add support for single sample scaled blit...
2013-08-16 Anuj Phogati965/blorp: Define a function to clamp texture coordinates
2013-08-16 Anuj Phogati965/blorp: Use more appropriate variable names
2013-07-25 Paul Berryi965: Initialize inout_offset parameter to brw_search_c...
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-01 Anuj Phogati965/blorp: Add bilinear filtering of samples for multi...
2013-06-26 Eric Anholti965: Add debug to INTEL_DEBUG=blorp describing hiz...
2013-06-17 Eric Anholtintel: Allow blorp CopyTexSubImage to nonzero destinati...
2013-06-12 Paul Berryi965/gen7+: Resolve color buffers when necessary.
2013-06-04 Paul Berryintel: Don't try to blorp or blit CopyTexSubImage(1D_AR...
2013-06-03 Eric Anholtintel: Fix copying of separate stencil data in glCopyTe...
2013-05-30 Anuj Phogatintel: Add multisample scaled blitting in blorp engine
2013-05-30 Anuj Phogatintel: Change the register type from UW to UD in blorp...
2013-05-06 Eric Anholti965: Use brw_blorp_blit_miptrees() for CopyTexSubImage().
2013-05-06 Eric Anholti965: Move blorp resolve setup into brw_blorp_blit_mipt...
2013-03-18 Paul Berryi965/blorp: Add INTEL_DEBUG=blorp flag.
2013-02-16 Christopher James... i965: Fix leak in blorp CopyTexSubImage2D
2013-02-14 Eric Anholti965: Remove writemask support from brw_SAMPLE().
2013-02-06 Kenneth Graunkei965/blorp: Support blits between ARGB and XRGB formats.
2013-02-06 Kenneth Graunkei965: Implement CopyTexSubImage2D via BLORP (and use...
2013-01-15 Anuj Phogatintel: Support blitting to multiple color draw buffers
2012-12-11 Eric Anholti965: Let brw_flag_reg() choose the flag reg and subreg.
2012-09-25 Paul Berryi965/blorp: Fix sRGB MSAA resolves.
2012-09-24 Paul Berryi965/blorp: Increase Y alignment for multisampled stenc...
2012-09-20 Kenneth Graunkei965/blorp: Add support for blits between SRGB and...
2012-09-12 Paul Berryi965/blorp: Fix offsets and width/height for stencil...
2012-09-12 Paul Berryi965/blorp: Reduce alignment restrictions for stencil...
2012-09-12 Paul Berryi965/blorp: don't reduce stencil alignment restrictions...
2012-09-12 Paul Berryi965/blorp: Thread level and layer through brw_blorp_bl...
2012-09-12 Paul Berryi965/blorp: store surface width/height in brw_blorp_mip...
2012-09-12 Paul Berryi965/blorp: Change gl_renderbuffer* params to intel_ren...
2012-08-07 Eric Anholtintel: Fix compiler warnings from winsys msaa.
2012-08-07 Chad Versacei965: Mark needed downsamples for msaa winsys buffers
2012-08-07 Chad Versacei965: Add function brw_blorp_blit_miptrees
2012-08-01 Paul Berryi965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPL...
2012-07-26 Paul Berryi965/msaa: use ROUND_DOWN_TO macro.
2012-07-26 Paul Berryintel: Make more consistent use of _mesa_is_{user,winsy...
2012-07-24 Paul Berryi965/blorp: Encode and decode IMS format for 8x MSAA...
2012-07-24 Paul Berryi965/blorp: Compute sample number correctly for 8x...
2012-07-24 Paul Berryi965/blorp: Properly adjust primitive size for 8x MSAA.
2012-07-24 Paul Berryi965/blorp: Parameterize manual_blend() by num_samples.
2012-07-24 Paul Berryi965/blorp: Handle DrawBuffers properly.
2012-07-24 Paul Berryi965/blorp: Rearrange order of blit validation and...
2012-07-24 Paul Berryi965/blorp: Don't fall back to swrast when miptrees...
2012-07-24 Paul Berryi965/blorp: Fixup scissoring of blits to window system...
2012-07-24 Paul Berryi965/blorp: Simplify check that src/dst width/height...
2012-07-20 Paul Berryi965/blorp: Use IMS layout when texturing from depth...
2012-07-20 Paul Berryi965/blorp: Loosen assertions in compute_msaa_layout_fo...
2012-07-20 Paul Berryi965/blorp: Optimize manual_blend() for compressed...
2012-07-20 Paul Berryi965/blorp: Fix integer downsampling on Gen7.
2012-07-20 Paul Berryi965/blorp: Modify manual_blend() to avoid unnecessary...
2012-07-11 Paul Berryi965/msaa: Add CMS support to blorp.
2012-07-11 Paul Berryi965/msaa: Add an enum to describe MSAA layout.
2012-07-11 Paul Berryi965/msaa: Move {rt,tex}_interleaved into blorp program...
2012-06-15 Paul Berryi965/blorp: Implement source clipping.
2012-06-07 Paul Berryi965/blorp: allow all buffer formats provided src and...
2012-06-07 Paul Berryi965/blorp: Implement logic for additional buffer formats.
2012-05-29 Paul Berryi965/blorp: Implement destination clipping and scissoring
2012-05-25 Paul Berryi965/msaa: Implement manual blending operation for...
2012-05-25 Paul Berryi965/msaa: Modify blorp code to account for Gen7 MSAA...
2012-05-25 Paul Berryi965/blorp: Enable blorp blits on Gen7.
2012-05-25 Paul Berryi965/blorp: Implement proper texel fetch messages for...
2012-05-25 Paul Berryi965/blorp: Use MSDISPMODE_PERSAMPLE rendering when...
2012-05-25 Paul Berryi965/blorp: Emit sample index in SAMPLE_LD message...
2012-05-25 Paul Berryi965/blorp: Generalize sampling code in preparation...
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-05-15 Paul Berryi965/blorp: Move exec() out of brw_blorp_params.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965/gen6+: Add code to perform blits on the render...