summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/blorp: Add support for single sample scaled blit with bilinear filterAnuj Phogat2013-08-161-34/+62
* i965/blorp: Define a function to clamp texture coordinatesAnuj Phogat2013-08-161-24/+39
* i965/blorp: Use more appropriate variable namesAnuj Phogat2013-08-161-13/+11
* i965: Initialize inout_offset parameter to brw_search_cache().Paul Berry2013-07-251-1/+1
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-4/+3
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-8/+6
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-20/+23
* i965/blorp: Add bilinear filtering of samples for multisample scaled blitsAnuj Phogat2013-07-011-11/+248
* i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.Eric Anholt2013-06-261-0/+10
* intel: Allow blorp CopyTexSubImage to nonzero destination slices.Eric Anholt2013-06-171-8/+4
* i965/gen7+: Resolve color buffers when necessary.Paul Berry2013-06-121-0/+7
* intel: Don't try to blorp or blit CopyTexSubImage(1D_ARRAY).Paul Berry2013-06-041-0/+6
* intel: Fix copying of separate stencil data in glCopyTexSubImage().Eric Anholt2013-06-031-8/+15
* intel: Add multisample scaled blitting in blorp engineAnuj Phogat2013-05-301-58/+80
* intel: Change the register type from UW to UD in blorp engineAnuj Phogat2013-05-301-43/+77
* i965: Use brw_blorp_blit_miptrees() for CopyTexSubImage().Eric Anholt2013-05-061-43/+41
* i965: Move blorp resolve setup into brw_blorp_blit_miptrees().Eric Anholt2013-05-061-7/+5
* i965/blorp: Add INTEL_DEBUG=blorp flag.Paul Berry2013-03-181-0/+6
* i965: Fix leak in blorp CopyTexSubImage2DChristopher James Halse Rogers2013-02-161-2/+2
* i965: Remove writemask support from brw_SAMPLE().Eric Anholt2013-02-131-1/+0
* i965/blorp: Support blits between ARGB and XRGB formats.Kenneth Graunke2013-02-061-14/+12
* i965: Implement CopyTexSubImage2D via BLORP (and use it by default).Kenneth Graunke2013-02-061-0/+88
* intel: Support blitting to multiple color draw buffersAnuj Phogat2013-01-151-2/+3
* i965: Let brw_flag_reg() choose the flag reg and subreg.Eric Anholt2012-12-111-1/+1
* i965/blorp: Fix sRGB MSAA resolves.Paul Berry2012-09-241-0/+13
* i965/blorp: Increase Y alignment for multisampled stencil blits.Paul Berry2012-09-241-2/+7
* i965/blorp: Add support for blits between SRGB and linear formats.Kenneth Graunke2012-09-201-2/+5
* i965/blorp: Fix offsets and width/height for stencil blits.Paul Berry2012-09-121-9/+37
* i965/blorp: Reduce alignment restrictions for stencil blits.Paul Berry2012-09-121-6/+17
* i965/blorp: don't reduce stencil alignment restrictions when multisampling.Paul Berry2012-09-121-9/+1
* i965/blorp: Thread level and layer through brw_blorp_blit_miptrees().Paul Berry2012-09-121-4/+11
* i965/blorp: store surface width/height in brw_blorp_mip_info.Paul Berry2012-09-121-7/+21
* i965/blorp: Change gl_renderbuffer* params to intel_renderbuffer*.Paul Berry2012-09-121-28/+32
* intel: Fix compiler warnings from winsys msaa.Eric Anholt2012-08-071-2/+0
* i965: Mark needed downsamples for msaa winsys buffersChad Versace2012-08-071-1/+1
* i965: Add function brw_blorp_blit_miptreesChad Versace2012-08-071-4/+20
* i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.Paul Berry2012-08-011-5/+5
* i965/msaa: use ROUND_DOWN_TO macro.Paul Berry2012-07-261-6/+6
* intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry2012-07-261-2/+3
* i965/blorp: Encode and decode IMS format for 8x MSAA correctly.Paul Berry2012-07-241-39/+107
* i965/blorp: Compute sample number correctly for 8x MSAA.Paul Berry2012-07-241-13/+42
* i965/blorp: Properly adjust primitive size for 8x MSAA.Paul Berry2012-07-241-4/+17
* i965/blorp: Parameterize manual_blend() by num_samples.Paul Berry2012-07-241-8/+5
* i965/blorp: Handle DrawBuffers properly.Paul Berry2012-07-241-7/+10
* i965/blorp: Rearrange order of blit validation and preparation steps.Paul Berry2012-07-241-55/+88
* i965/blorp: Don't fall back to swrast when miptrees absent.Paul Berry2012-07-241-6/+2
* i965/blorp: Fixup scissoring of blits to window system buffers.Paul Berry2012-07-241-12/+16
* i965/blorp: Simplify check that src/dst width/height match.Paul Berry2012-07-241-4/+2
* i965/blorp: Use IMS layout when texturing from depth/stencil surfaces.Paul Berry2012-07-201-23/+43
* i965/blorp: Loosen assertions in compute_msaa_layout_for_pipeline.Paul Berry2012-07-201-7/+2