i965/blorp: Only set src_z for gen8+ 3D textures
[mesa.git] / src / mesa / drivers / dri / i965 / brw_blorp_blit.cpp
2016-06-22 Jason Ekstrandi965/blorp: Only set src_z for gen8+ 3D textures
2016-06-02 Anuj Phogatblorp: Fix 16x multisample scaled blits
2016-05-14 Jason Ekstrandi965: Use blorp for all stencil blits
2016-05-14 Jason Ekstrandi965/blorp: Add support for 16x MSAA
2016-05-14 Jason Ekstrandi965/blorp: Get rid of the blorp_prog_data_int() helper
2016-05-14 Jason Ekstrandi965/blorp: Delete the old blorp shader emit code
2016-05-14 Jason Ekstrandi965/blorp: Stop doing f2i(i2f(sample_id))
2016-05-14 Jason Ekstrandi965/blorp: Refactor coordinate munging
2016-05-14 Jason Ekstrandi965/blorp: Add bilinear blending support to the NIR...
2016-05-14 Jason Ekstrandi965/blorp: Add support for averaging resolves to the...
2016-05-14 Jason Ekstrandi965/blorp: Add MSAA encode/decode support to the NIR...
2016-05-14 Jason Ekstrandi965/blorp: Add support for W-[de]tiling to the NIR...
2016-05-14 Jason Ekstrandi965/blorp: Add support for discard-based bounds checks...
2016-05-14 Jason Ekstrandi965/blorp: Add initial support for NIR-based blit...
2016-05-14 Jason Ekstrandi965/blorp: Refactor getting the blit kernel into a...
2016-05-14 Jason Ekstrandblorp: Add initial state setup support for SIMD8 dispatch
2016-05-14 Jason Ekstrandi965/blorp: Add a prog_data_init helper
2016-05-14 Jason Ekstrandi965/blorp: Simplify the sample layout calculation
2016-05-12 Topi Pohjolaineni965: Set render state for lossless compressed
2016-05-12 Topi Pohjolaineni965/blorp: Do not resolve lossless compressed blit...
2016-05-12 Topi Pohjolaineni965/blorp: Prepare blits for lossless compression
2016-05-12 Topi Pohjolaineni965: Deferred allocation of mcs for lossless compressed
2016-05-10 Jason Ekstrandi965/blorp: Don't blend integer values during MSAA...
2016-04-26 Jason Ekstrandi965/blorp: Turn brw_blorp_params into a C-style struct
2016-04-26 Jason Ekstrandi965/blorp: Turn coord_transform into a C-style struct
2016-04-26 Jason Ekstrandi965/blorp: Turn blorp_surface_info into a C-style...
2016-04-26 Jason Ekstrandi965/blorp: Get rid of the blorp_blit_params class
2016-04-26 Jason Ekstrandi965/blorp: Refactor to get rid of the get_wm_prog...
2016-04-22 Topi Pohjolaineni965/blorp: Add support for 2x msaa
2016-04-22 Topi Pohjolaineni965/blorp: Add support for encoding/decoding interleav...
2016-04-21 Topi Pohjolaineni965/blorp: Re-introduce clear programs
2016-04-21 Topi Pohjolaineni965/blorp: Reduce scope for generator and its inputs
2016-04-21 Topi Pohjolaineni965/blorp: Enable blits on gen8
2016-04-21 Topi Pohjolaineni965/blorp: Prepare stencil sampling for gen8
2016-04-21 Topi Pohjolaineni965/blorp: Add check for supported sample numbers
2016-04-21 Topi Pohjolaineni965/blorp: Add support for sampling 3D textures
2016-04-21 Topi Pohjolaineni965/blorp: Add support for source swizzle
2016-04-21 Topi Pohjolaineni965/blorp: Prepare sampling for gen9
2016-04-21 Topi Pohjolaineni965/blorp: Prepare render target write for gen8
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-21 Kenneth Graunkei965/blorp: Make BlitFramebuffer() do sRGB encoding...
2016-03-21 Kenneth Graunkei965/blorp: Refactor sRGB encoding/decoding.
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-16 Topi Pohjolaineni965: Add a few assertions on lossless compression
2016-02-13 Topi Pohjolaineni965: Add means for limiting color resolves
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-25 Iago Toral Quirogai965: remove trailing spaces in various files
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-24 Matt Turneri965: Mark count_trailing_one_bits() static.
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-07 Chris Wilsoni965: Disallow fast blit paths for CopyTexImage with...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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
next