intel/disasm: Label support in shader disassembly for UIP/JIP
[mesa.git] / src / mesa / drivers / dri / i965 / brw_misc_state.c
2019-08-12 Francisco Jerezi965/gen9: Optimize slice and subslice load balancing...
2019-08-08 Danylo Piliaievi965: Emit a dummy MEDIA_VFE_STATE before switching...
2019-04-15 Kenneth Graunkeintel: Emit 3DSTATE_VF_STATISTICS dynamically
2018-10-11 Jordan Justeni965/gen10+: Initialize new fields in STATE_BASE_ADDRESS
2018-09-26 Jason Ekstrandintel/isl: Add a unit suffixes to some struct fields...
2018-07-19 Nanley Cheryi965/misc: Use depth/stencil surf's tiling on gen4-5
2018-05-22 Jason Ekstrandi965: Remove ring switching entirely
2018-05-08 Jason Ekstrandi965: Simplify brw_emit_depthbuffer and brw_emit_depth_...
2018-05-08 Jason Ekstrandi965: Move brw_emit_depth_stencil_hiz higher up in...
2018-05-08 Jason Ekstrandi965: Use ISL for emitting depth/stencil/hiz state...
2018-05-08 Jason Ekstrandi965: Use the brw_depthbuffer atom on all gens
2018-03-28 Kenneth Graunkei965: Drop PIPE_CONTROL_NO_WRITE from various calls.
2018-03-01 Kenneth Graunkei965: Allow 48-bit addressing on Gen8+.
2018-03-01 Mark JanesRevert "i965: Only emit 3DSTATE_DRAWING_RECTANGLE once...
2018-02-28 Jason Ekstrandi965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+
2018-01-09 Kenneth Graunkeintel: Apply Geminilake "Barrier Mode" workaround.
2017-11-30 Kenneth Graunkei965: Reorganize batch/state BO fields into a 'brw_grow...
2017-11-29 Kenneth Graunkei965: Program the dynamic state heap size to MAX_STATE_...
2017-11-17 Kenneth Graunkei965: Upload invariant state once at the start of the...
2017-11-14 Jason Ekstrandi965: Add more precise cache tracking helpers
2017-09-14 Kenneth Graunkei965: Use a separate state buffer, but avoid changing...
2017-08-30 Lionel Landwerlini965: drop brw->has_surface_tile_offset in favor of...
2017-08-30 Lionel Landwerlini965: drop brw->is_haswell in favor of devinfo->is_haswell
2017-08-30 Lionel Landwerlini965: drop brw->is_g4x in favor of devinfo->is_g4x
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-08-04 Chris Wilsoni965: Reduce passing 2x32b of reloc_domains to 2 bits
2017-07-20 Topi Pohjolaineni965: Drop redundant check for non-tiled depth buffer
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::row_pitch
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::tiling
2017-07-18 Topi Pohjolaineni965/gen4: Set tile offsets to zero after depth rebase
2017-06-19 Topi Pohjolaineni965/gen4: Add support for single layer in alignment...
2017-06-18 Topi Pohjolaineni965/gen4: Refactor depth/stencil rebase
2017-06-18 Topi Pohjolaineni965: Drop depth/stencil miptree pointers in alignment...
2017-06-18 Topi Pohjolaineni965/gen4: Simplify depth/stencil invalidate check
2017-06-18 Topi Pohjolaineni965/gen4: Remove redundant check for depth when rebasi...
2017-06-18 Topi Pohjolaineni965/gen4: Remove non-existing stencil and hiz buffer...
2017-06-17 Topi Pohjolaineni965/gen4: Set depth offset when there is stencil attac...
2017-06-14 Jason Ekstrandi965: Do an end-of-pipe sync prior to STATE_BASE_ADDRESS
2017-06-14 Jason Ekstrandi965: Flush around state base address
2017-06-07 Jason Ekstrandi965/miptree: Store fast clear colors in an isl_color_value
2017-05-04 Rafael Antognollii965: Port gen4+ state emitting code to genxml.
2017-03-27 Anuj Phogati965: Delete tile resource mode code
2017-03-16 Topi Pohjolaineni965/gen8+: Do full stall when switching pipeline
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler
2017-03-13 Emil Velikovi965: split EU defines to brw_eu_defines.h
2017-03-06 Kenneth Graunkei965: Delete vestiges of resource streamer code.
2017-01-27 Topi Pohjolaineni965/gen6: Simplify hiz surface setup
2017-01-27 Topi Pohjolaineni965: Remove check for hiz on earlier gens than SNB
2016-10-31 Nanley Cheryi965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_inva...
2016-10-27 Jason Ekstrandi965/miptree: Remove the stencil_as_y_tiled parameter...
2016-08-17 Jason Ekstrandi965/miptree: Remove the stencil_as_y_tiled parameter...
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...
next