i965: Disallow fast blit paths for CopyTexImage with PixelTransfer ops
[mesa.git] / src / mesa / drivers / dri / i965 / brw_blorp_blit.cpp
2015-09-07 Chris Wilsoni965: Disallow fast blit paths for CopyTexImage with...
2015-07-29 Matt Turneri965: Use float calculations when double is unnecessary.
2015-04-17 Anuj Phogati965: Update the comment about platforms supporting...
2015-04-14 Marius Preduti965: replace __FUNCTION__ with __func__
2015-02-24 Samuel Iglesias... i965/blorp: round to nearest when converting float...
2015-02-20 Matt Turneri965/blorp: Emit MADs.
2015-02-20 Matt Turneri965/blorp: Optimize clamping tex coords.
2015-02-02 Laura EkstrandDD: Refactor BlitFramebuffer.
2015-01-05 Kenneth Graunkei965: Fix BLORP sRGB MSAA overrides to cope with X...
2014-11-29 Kenneth Graunkei965: Add _CACHE_ in brw_cache_id enum names.
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc builtins with...
2014-09-05 Jason Ekstrandi965/blorp: Pass image formats seperately from the...
2014-08-21 Kenneth Graunkei965,meta: Stop unlocking the texture to try and preven...
2014-08-15 Kristian Høgsbergi965: Implement fast color clears using meta operations
2014-08-11 Neil Robertsi965: Don't check for format differences when using...
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-06-23 Neil Robertsi965: Allow the blorp blit between BGR and RGB
2014-05-25 Matt Turneri965/fs+blorp: Remove left over dump_file arguments.
2014-05-25 Matt Turneri965/fs: Don't hardcode DEBUG_WM in generic fs code.
2014-05-25 Matt Turneri965: Delete unused brw_blorp_blit_test_compile().
2014-05-12 Topi Pohjolaineni965/blorp: Expose coordinate scissoring and mirroring
2014-04-10 Chris Forbesi965: Account for MinLayer/MinLevel in blorp CTSI path
2014-03-21 Kenneth Graunkei965: Print number of multisamples in INTEL_DEBUG=blorp...
2014-03-14 Anuj Phogati965: Fix build warning of unused variable
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-02-18 Eric Anholti965: Move singlesample_mt to the renderbuffer.
2014-02-18 Eric Anholti965: Don't try to use the ctx->ReadBuffer when asked...
2014-02-10 Kenneth Graunkemesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT...
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-23 Topi Pohjolaineni965/blorp: switch eu-emitter to use FS IR and fs_generator
2014-01-23 Topi Pohjolaineni965/blorp: wrap brw_IF/ELSE/ENDIF() into eu-emitter
2014-01-23 Topi Pohjolaineni965/blorp: wrap RNDD (/brw_RNDD(&func, /emit_rndd(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap FRC (/brw_FRC(&func, /emit_frc(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap MUL (/brw_MUL(&func, /emit_mul(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap OR (/brw_OR(&func, /emit_or(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap SHL (/brw_SHL(&func, /emit_shl(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap SHR (/brw_SHR(&func, /emit_shr(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap ADD (/brw_ADD(&func, /emit_add(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap AND (/brw_AND(&func, /emit_and(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap MOV (/brw_MOV(&func, /emit_mov(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap emission of if-equal-assignment
2014-01-23 Topi Pohjolaineni965/blorp: wrap emission of conditional assignment
2014-01-23 Topi Pohjolaineni965/blorp: move emission of sample combining into...
2014-01-23 Topi Pohjolaineni965/blorp: move emission of rt-write into eu-emitter
2014-01-23 Topi Pohjolaineni965/blorp: move emission of texture lookup into eu...
2014-01-23 Topi Pohjolaineni965/blorp: move emission of pixel kill into eu-emitter
2014-01-23 Topi Pohjolaineni965/blorp: introduce separate eu-emitter for blit...
2014-01-22 Topi Pohjolaineni965/blorp: use BRW_COMPRESSION_2NDHALF for second...
2014-01-22 Topi Pohjolaineni965/blorp: patch jump counters also for endif
2014-01-20 Topi Pohjolaineni965/blorp: reduce the scope of the explicit compressio...
2014-01-20 Topi Pohjolaineni965/blorp: remove dependency to compression control...
2013-12-27 Topi Pohjolaineni965/blorp: allow unit tests to compile and dump assembly
2013-12-09 Paul Berryi965/blorp: Get rid of redundant num_samples blorp...
2013-12-09 Paul Berryi965: Document conventions for counting layers in 2D...
2013-11-30 Paul Berryi965/gen6: Fix multisample resolve blits for luminance...
2013-11-21 Kenneth Graunkei965: Disable BLORP on Broadwell for now.
2013-11-11 Anuj Phogati965: Move #define's inside function as local variables
2013-10-28 Anuj Phogati965: Do not set bilinear_filter flag in case of multis...
2013-10-09 Kenneth Graunkei965/blorp: Allow format conversions for CopyTexSubImage.
2013-10-09 Kenneth Graunkei965/blorp: Rework sRGB override behavior.
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.
next