aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/blorp: Get rid of redundant num_samples blorp param.Paul Berry2013-12-091-5/+0
* i965: Document conventions for counting layers in 2D multisample buffers.Paul Berry2013-12-091-0/+8
* i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats.Paul Berry2013-11-291-0/+15
* i965: Disable BLORP on Broadwell for now.Kenneth Graunke2013-11-211-2/+2
* i965: Move #define's inside function as local variablesAnuj Phogat2013-11-111-8/+5
* i965: Do not set bilinear_filter flag in case of multisample blitsAnuj Phogat2013-10-281-1/+1
* i965/blorp: Allow format conversions for CopyTexSubImage.Kenneth Graunke2013-10-091-1/+14
* i965/blorp: Rework sRGB override behavior.Kenneth Graunke2013-10-091-5/+9
* i965/blorp: Add an is_render_target parameter to surface_info::set.Kenneth Graunke2013-10-091-2/+2
* i965/blorp: Fix the register types on blorp's push constants.Eric Anholt2013-10-091-16/+16
* i965/blorp: retype destination register for texture SEND instruction to UW.Paul Berry2013-09-301-1/+1
* 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