Move compiler.h and imports.h/c from src/mesa/main into src/util
[mesa.git] / src / mesa / drivers / dri / i965 / brw_clear.c
2019-10-09 Caio Marcelo de... i965: Disable fast clears when running with INTEL_DEBUG...
2019-08-02 Sergii Romantsovi965/clear: clear_value better precision
2018-07-13 Nanley Cheryi965: Set the r8stencil flag in miptree_finish_write
2018-05-22 Jason Ekstrandi965: Remove some unused includes of intel_blit.h
2018-05-17 Nanley Cheryi965/clear: Drop a stale comment in fast_clear_depth
2018-05-17 Nanley Cheryi965: Update the indirect buffer in set_clear_color
2018-05-17 Nanley Cheryi965/clear: Remove an early return in fast_clear_depth
2018-05-17 Nanley Cheryi965: Use set_clear_color for depth miptrees
2018-04-24 Nanley Cheryi965: Add and use a single miptree aux_buf field
2018-04-09 Nanley Cheryi965: Use the brw_context for the clear color and value...
2018-04-05 Rafael Antognollii965/blorp: Update the fast clear value buffer.
2018-02-09 Jason Ekstrandintel/blorp: Use isl_aux_op instead of blorp_hiz_op
2017-09-18 Iago Toral Quirogai965: emit BRW_NEW_AUX_STATE when we change the fast...
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-08-22 Jason Ekstrandi965/clear: Quantize the depth clear value based on...
2017-07-26 Jason Ekstrandi965/clear: Don't perform redundant depth clears
2017-07-26 Jason Ekstrandi965: Only do depth resolves prior to clearing when...
2017-07-25 Jason Ekstrandi965: Simplify HiZ clears a bit
2017-07-23 Jason Ekstrandi965/miptree: Take an aux_usage in prepare/finish
2017-07-20 Topi Pohjolaineni965: Represent depth surfaces with isl
2017-06-26 Ian Romanicki915,i965: Don't condition use of GLSL clear on the...
2017-06-20 Ian Romanicki965: Fall back to normal blorp clear instead of meta...
2017-06-15 Jason Ekstrandi965: Use blorp for depth/stencil clears on gen6+
2017-06-08 Jason Ekstrandi965: Use the new tracking mechanism for HiZ
2017-06-08 Jason Ekstrandi965: Move depth to the new resolve functions
2017-06-08 Jason Ekstrandi965: Inline renderbuffer_att_set_needs_depth_resolve
2017-06-07 Jason Ekstrandi965: Move the pre-depth-clear flush/stalls to intel_hi...
2017-06-07 Jason Ekstrandi965/blorp: Take a layer range in intel_hiz_exec
2017-06-07 Jason Ekstrandi965/miptree: Store fast clear colors in an isl_color_value
2017-05-26 Jason Ekstrandi965: Use BLORP for color clears on gen4-5
2017-01-18 Topi Pohjolaineni965/gen6: Issue direct depth stall and flush after...
2017-01-18 Topi Pohjolaineni965: Make depth clear flushing more explicit
2016-09-01 Jordan Justeni965: fix noop_scissor range issue on width/height
2016-08-29 Jason Ekstrandi965: Move the hiz_op enum to blorp
2016-08-26 Jordan Justeni965: Track that the stencil data was updated when...
2016-05-14 Jason Ekstrandi965: Use blorp for all clears
2016-04-23 Topi Pohjolaineni965/blorp: Enable for normal color clears
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-24 Matt Turneri965: Drop #include of main/glheader.h.
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-09 Chad Versacei965/gen9: Enable rep clears on gen9
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-10 Ian Romanicki965: Fix typos in license
2015-09-10 Ian Romanicki965: Remove horizontal bars from file header comments
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Chris Wilsoni965: Rename intel_emit* to reflect their new location...
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-05 Ben Widawskyi965: Add buffer sizes to perf debug of fast clears
2014-11-03 Kenneth Graunkei965: Disable fast color clears on Skylake for now.
2014-08-15 Kristian Høgsbergi965: Implement fast color clears using meta operations
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-04-13 Iago Toral Quirogai965: glClearBuffer() should only clear a single buffer.
2014-04-10 Chris Forbesi965: Account for view parameters in fast depth clears
2014-02-26 Kenneth Graunkei965: Don't forget to subtract mt->first_level in minif...
2014-02-19 Kenneth Graunkei965: Enable fast depth clears.
2014-02-18 Eric Anholti965: Drop mt->levels[].width/height.
2014-02-10 Kenneth Graunkemesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT...
2014-02-08 Kenneth Graunkei965: Fix fast depth clear values on Broadwell.
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-20 Ian Romanicki965: Consider only the scissor rectangle for viewport...
2014-01-20 Courtney Goeltzenl... mesa: Update gl_scissor_attrib to support ARB_viewport_...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-10 Paul Berryi965: Fix clears of layered framebuffers with mismatche...
2013-11-22 Paul Berryi965: Fix fast clear of depth buffers.
2013-11-21 Kenneth Graunkei965: Disable BLORP on Broadwell for now.
2013-08-04 Jordan Justeni965 clear/draw: set renderbuffer attachment as needing...
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: Move front buffer rendering fields from intel_con...
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-09 Kenneth Graunkei965: Replace #include "intel_context.h" with brw_conte...
2013-07-03 Kenneth Graunkei965: Move contents of intel_clear.h to intel_context.h.
2013-06-12 Paul Berryi965/gen7+: Implement fast color clear operation in...
2013-05-04 Eric Anholti965: Enable fast clears on non-8x4-aligned sizes.
2013-04-30 Eric Anholti965: Implement color clears using a simple shader...
2013-04-10 Chad Versaceintel: Replace checks for hiz_mt with intel_has*hiz()
2013-03-19 Paul Berryi965: Avoid unnecessary copy when depthstencil workarou...
2013-03-15 Paul Berryi965: Apply depthstencil alignment workaround when...
2012-09-25 Kenneth Graunkei965: Allow fast depth clears if scissoring doesn't...
2012-08-24 Paul Berryi965: don't clear resolve map when doing fast depth...
2012-08-13 Eric Anholti965: Add performance debug for fast clear fallbacks.
2012-08-09 Tapani Pälliintel: use _mesa_meta_Clear with OpenGL ES 1.1 v2
2012-05-23 Eric Anholti965/gen6+: Add support for fast depth clears.
2012-05-23 Eric Anholti965: Rename the clear function for this driver.
2012-05-23 Eric Anholti965: Simplify the remaining clear logic by relying...
2012-05-23 Eric Anholti965: Switch blit color clears to tri clears on gen4/5.
2012-05-23 Eric Anholti965: Remove dead logic for non-tri depth/stencil clears.
2012-05-23 Eric Anholti965: We always have GLSL, so always use it for tri...
2012-05-23 Eric Anholtintel: Fork the intel_clear.c file between i915 and...