i965: Emit SNB write cache flush W/A from brw_emit_pipe_control_flush.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_misc_state.c
2016-07-07 Francisco Jerezi965: Emit SNB write cache flush W/A from brw_emit_pipe...
2016-05-25 Matt Turneri965: Assert that a depth_mt exists when using HiZ.
2016-05-16 Kenneth Graunkei965: Send the minimal number of STATE_BASE_ADDRESS...
2016-05-16 Kenneth Graunkei965: Combine Gen4-7 and Gen8+ state base address emitters.
2016-05-12 Kenneth Graunkei965: Drop BRW_NEW_BLORP from stipple and line paramete...
2016-04-23 Topi Pohjolaineni965/blorp: Do not trigger re-emission of base state...
2016-04-23 Kenneth Graunkei965: Make all atoms to track BRW_NEW_BLORP by default
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-08 Francisco Jerezi965: Rename define for the PIPE_CONTROL DC flush bit.
2016-01-30 Jason EkstrandMerge branch 'vulkan' into 'vulkan'
2016-01-25 Jason EkstrandMerge remote-tracking branch 'mattst88/nir-lower-pack...
2016-01-15 Francisco Jerezi965/gen7.5+: Disable resource streamer during GPGPU...
2016-01-15 Francisco Jerezi965/gen7: Emit stall and dummy primitive draw after...
2016-01-15 Francisco Jerezi965/gen4-5: Emit MI_FLUSH as required prior to switchi...
2016-01-15 Francisco Jerezi965/gen6-7: Implement stall and flushes required prior...
2016-01-15 Francisco Jerezi965/gen8+: Invalidate color calc state when switching...
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-05 Ilia Mirkini965: add EXT_polygon_offset_clamp support to gen4...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-28 Anuj Phogati965: Use intel_get_tile_dims() to get tile masks
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-24 Chris Wilsoni965: Always re-emit the pipeline select during invaria...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-03 Ian Romanicki965: Trivial formatting changes in brw_misc_state.c
2015-07-29 Matt Turneri965: Use float calculations when double is unnecessary.
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-17 Kevin Rogovini965: Use _mesa_geometric_ functions appropriately
2015-05-02 Jordan Justeni965/state: Emit pipeline select when changing pipelines
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2015-03-10 Jordan Justeni965/hiz: Start to separate miptree out from hiz buffers
2015-02-17 Kenneth Graunkei965: Do Sandybridge workaround flushes before each...
2014-12-03 Kenneth Graunkei965: Delete brw_state_flags::cache and related code.
2014-12-03 Kenneth Graunkei965: Move BRW_NEW_*_PROG_DATA flags to .brw (not ...
2014-12-03 Kenneth Graunkei965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
2014-11-29 Kenneth Graunkei965: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_S...
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-11-13 Ben Widawskyi965: Always enable VF statistics
2014-11-03 Kenneth Graunkei965/skl: Set mask bits in PIPELINE_SELECT on Skylake.
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
2014-08-16 Jordan Justeni965/gen6 depth surface: program 3DSTATE_DEPTH_BUFFER...
2014-05-12 Eric Anholti965: Move has_hiz from the slice to the level.
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-05-01 Eric Anholti965: Move intel_region_get_aligned_offset() to be...
2014-05-01 Eric Anholti965: Move intel_region_get_tile_masks() to be a miptre...
2014-05-01 Kenneth Graunkei965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STAT...
2014-03-06 Eric Anholti965: Fix render-to-texture in non-FinishRenderTexture...
2014-02-19 Kenneth Graunkei965: Pull format conversion logic out of brw_depthbuff...
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-19 Kenneth Graunkei965: Update invariant state for Broadwell.
2014-01-17 Kenneth Graunkei965: Remove CACHED_BATCH support altogether.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-11-07 Kenneth Graunkei965: Use has_surface_tile_offset in depth/stencil...
2013-10-28 Kenneth Graunkei965: Emit post-sync non-zero flush before 3DSTATE_DRAW...
2013-10-13 Kenneth Graunkei965: Remove has_aa_line_parameters.
2013-09-19 Kenneth Graunkei965: Move binding table code to a new file, brw_bindin...
2013-09-13 Kenneth Graunkei965: Use brw_stage_state for WM data as well.
2013-09-01 Paul Berryi965: Move data from brw->vs into a base class if gs...
2013-09-01 Paul Berryi965: rename legacy gs structs and functions to ff_gs.
2013-08-21 Ville Syrjäläi965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
2013-08-21 Ville Syrjäläi965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)
2013-08-04 Jordan Justengen7 depth surface: program 3DSTATE_DEPTH_BUFFER to...
2013-08-04 Jordan Justeni965: init global state first in brw_workaround_depthst...
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 intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Move must_use/has_separate_stencil fields to...
2013-07-09 Kenneth Graunkei965: Shorten context base class dereference chains.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::vtbl to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-06-29 Matt Turneri965: NULL check depth_mt to quiet static analysis.
2013-06-10 Kenneth Graunkei965: Emit invariant state once at startup on Gen6+.
2013-05-21 Kenneth Graunkei965: Kill software primitive counting entirely.
2013-04-24 Chia-I Wui965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERN
2013-04-12 Eric Anholti965: Fix an unused variable warning in the release...
2013-04-10 Chad Versacei965: Remove brw_context::depthstencil::hiz_mt
2013-04-10 Chad Versaceintel: Replace checks for hiz_mt with intel_has*hiz()
2013-04-10 Chad Versacei965: Change signature of brw_get_depthstencil_tile_masks()
2013-04-02 Paul Berryi965: Reduce code duplication in handling of depth...
2013-03-19 Paul Berryi965: Avoid unnecessary copy when depthstencil workarou...
2013-01-18 Eric Anholtintel: Make intel_region's pitch be bytes instead of...
2012-12-22 Eric Anholti965: Add perf debug for depth/stencil alignment workar...
2012-11-28 Eric Anholti965/gen4-5: Fix segfaults with stencil-only depth...
2012-11-19 Eric Anholti965: Use the separate stencil buffer's offsets for...
2012-11-19 Eric Anholti965: Move all the depth/stencil/hiz offset logic into...
2012-11-19 Eric Anholti965: When rebasing depth or stencil, update x/y before...
2012-11-01 Eric Anholti965/gen4: Fix assertion failures in depthstencil pigli...
2012-10-16 Eric Anholti965: Fix rendering to small mipmaps of depth/stencil...
2012-10-16 Eric Anholti965: Share the draw x/y offset masking code between...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_a...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_t...
2012-05-23 Eric Anholti965/gen6+: Add support for fast depth clears.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
next