intel/gen_decoder: Fix unused-but-set-variable warning
[mesa.git] / src / intel /
2019-11-07 Kai Wasserbächintel/gen_decoder: Fix unused-but-set-variable warning
2019-11-06 Lionel Landwerlinanv: implement VK_KHR_separate_depth_stencil_layouts
2019-11-05 Eric Engestrommeson: move the generic symbols check arguments to...
2019-11-05 Eric Engestrommeson: add variable to control the symbols checks
2019-11-05 Paulo Zanoniintel/compiler: remove the operand restriction for...
2019-11-04 Lionel Landwerlinanv: Properly handle host query reset of performance...
2019-11-01 Erik Faye-Lundanv: remove incorrect polygonMode=point early-out
2019-10-31 Jason Ekstrandanv: Move the RT BTI flush workaround to begin_subpass
2019-10-31 Jason Ekstrandanv: Stop compacting render targets in the binding...
2019-10-31 Jason Ekstrandanv: Don't claim the null RT as a valid color target
2019-10-31 Jason Ekstrandanv: Don't delete fragment shaders that write sample...
2019-10-31 Jason Ekstrandanv: Use the new BO alloc API for Android
2019-10-31 Eric Engestromanv: add missing xmlconfig headers dependency
2019-10-31 Jason Ekstrandanv: Zero released anv_bo structs
2019-10-31 Jason Ekstrandanv: Use a bitset for tracking residency
2019-10-31 Jason Ekstrandanv: Set the batch allocator for compute pipelines
2019-10-31 Jason Ekstrandanv: Add a device parameter to anv_execbuf_add_bo
2019-10-31 Jason Ekstrandanv: Drop anv_bo_init and anv_bo_init_new
2019-10-31 Jason Ekstrandanv: Allocate misc BOs from the cache
2019-10-31 Jason Ekstrandanv: Allocate scratch BOs from the cache
2019-10-31 Jason Ekstrandanv: Allocate batch and fence buffers from the cache
2019-10-31 Jason Ekstrandanv: Allocate descriptor buffers from the BO cache
2019-10-31 Jason Ekstrandanv: Set more flags on descriptor pool buffers
2019-10-31 Jason Ekstrandanv: Allocate query pool BOs from the cache
2019-10-31 Jason Ekstrandanv: Use the query_slot helper in vkResetQueryPoolEXT
2019-10-31 Jason Ekstrandanv: Allocate block pool BOs from the cache
2019-10-31 Jason Ekstrandanv/tests: Initialize the BO cache and device mutex
2019-10-31 Jason Ekstrandanv/tests: Zero-initialize instances
2019-10-31 Jason Ekstrandanv: Choose BO flags internally in anv_block_pool
2019-10-31 Jason Ekstrandanv: Rework the internal BO allocation API
2019-10-31 Jason Ekstrandanv: Use anv_block_pool_foreach_bo in get_bo_from_pool
2019-10-31 Jason Ekstrandanv: Rework anv_block_pool_expand_range
2019-10-31 Jason Ekstrandanv: Fix a potential BO handle leak
2019-10-31 Jason Ekstrandanv: Handle state pool relocations using "wrapper" BOs
2019-10-31 Jason Ekstrandanv: Replace ANV_BO_EXTERNAL with anv_bo::is_external
2019-10-31 Jason Ekstrandanv: Inline anv_block_pool_get_bo
2019-10-31 Jason Ekstrandanv: Declare the bo in the anv_block_pool_foreach_bo...
2019-10-31 Jason Ekstrandanv: Stop storing the GEM handle in anv_reloc_list_add
2019-10-31 Jason Ekstrandanv: Fix a relocation race condition
2019-10-31 Jason Ekstrandanv: Use a util_sparse_array for the GEM handle ->...
2019-10-31 Jason Ekstrandanv: Move refcount to anv_bo
2019-10-31 Lionel Landwerlinintel/perf: fix Android build
2019-10-31 Bas Nieuwenhuizenanv: Remove _mesa_locale_init/fini calls.
2019-10-31 Lionel Landwerlinintel/perf: add TGL support
2019-10-31 Ian Romanickintel/compiler: Report the number of non-spill/fill...
2019-10-30 Lionel Landwerlinintel/dev: set default num_eu_per_subslice on gen12
2019-10-30 Jordan Justenintel/eu/validate/gen12: Add TGL to eu_validate tests.
2019-10-30 Jordan Justenintel/dev: Add preliminary device info for Tigerlake
2019-10-30 Lionel Landwerlinintel/dump_gpu: handle context create extended ioctl
2019-10-30 Rafael Antognollianv: Add Tile Cache Flush for Unified Cache.
2019-10-30 Rafael Antognolliblorp: Add Tile Cache Flush for Unified Cache.
2019-10-30 Jordan Justenintel/genxml: Add gen12 tile cache flush bit
2019-10-30 Rafael Antognollianv: Align fast clear color state buffer to a page.
2019-10-30 Matt Turnerintel/compiler: Add instruction compaction support...
2019-10-30 Matt Turnerintel/compiler: Make separate src0/src1 index tables
2019-10-30 Matt Turnerintel/compiler: Inline get_src_index()
2019-10-30 Matt Turnerintel/compiler: Restructure instruction compaction...
2019-10-30 Matt Turnerintel/compiler: Remove unreachable() from brw_reg_type.c
2019-10-30 Jason Ekstrandanv: Avoid emitting UBO surface states that won't be...
2019-10-30 Jason Ekstrandintel/vec4: Set brw_stage_prog_data::has_ubo_pull
2019-10-29 Sagar Ghugeintel/isl: Allow stencil buffer to support compression...
2019-10-29 Sagar Ghugeintel/blorp: Set stencil resolve enable bit
2019-10-29 Sagar Ghugeintel: Track stencil aux usage on Gen12+
2019-10-29 Sagar Ghugeintel/blorp: Add helper function for stencil buffer...
2019-10-29 Sagar Ghugeintel/blorp: Assign correct view while clearing depth...
2019-10-29 Sagar Ghugegenxml/gen12: Add Stencil Buffer Resolve Enable bit
2019-10-29 Jason Ekstrandanv: Reduce the minimum number of relocations
2019-10-29 Jason Ekstrandanv: Delay allocation of relocation lists
2019-10-29 Plamena Manolovaanv: Implement new way for setting streamout buffers.
2019-10-29 Plamena Manolovagenxml: Add 3DSTATE_SO_BUFFER_INDEX_* instructions
2019-10-29 Plamena Manolovaanv: Set depthBounds to true in anv_GetPhysicalDeviceFe...
2019-10-29 Plamena Manolovagenxml: Change 3DSTATE_DEPTH_BOUNDS bias.
2019-10-29 Lionel Landwerlinintel/perf: update ICL configurations
2019-10-29 Caio Marcelo de... anv: Fix output of INTEL_DEBUG=bat for chained batches
2019-10-28 Eric Engestromloader: default to iris for all future PCI IDs
2019-10-28 Eric Engestromanv: add a couple printflike() annotations
2019-10-28 Sagar Ghugeintel/isl: Support lossless compression with multisamples
2019-10-28 Sagar Ghugeintel/blorp: Use isl_aux_usage_has_mcs instead of comparing
2019-10-28 Sagar Ghugeintel/isl: Don't reconfigure aux surfaces for MCS
2019-10-28 Nanley Cheryintel/blorp: Satisfy clear color rules for HIZ_CCS
2019-10-28 Nanley Cheryintel: Fix and use HIZ_CCS write through mode
2019-10-28 Nanley Cheryintel/blorp: Satisfy HIZ_CCS fast-clear alignments
2019-10-28 Nanley Cheryintel: Refactor blorp_can_hiz_clear_depth()
2019-10-28 Nanley Cheryisl: Add isl_surf_supports_hiz_ccs_wt()
2019-10-28 Nanley Cheryintel/blorp: Treat HIZ_CCS like HiZ
2019-10-28 Nanley Cheryintel/blorp: Assert against HiZ in surface states
2019-10-28 Nanley Cheryintel: Support HIZ_CCS in isl_surf_get_ccs_surf
2019-10-28 Nanley Cheryisl: Reduce assertions during aux surf creation
2019-10-28 Nanley Cheryintel: Enable CCS_E for R24_UNORM_X8_TYPELESS on TGL+
2019-10-28 Nanley Cheryintel: Use 3DSTATE_DEPTH_BUFFER::ControlSurfaceEnable
2019-10-28 Jason Ekstrandintel/isl: Support HIZ_CCS in emit_depth_stencil_hiz
2019-10-28 Nanley Cheryintel: Use RENDER_SURFACE_STATE::DepthStencilResource
2019-10-28 Jordan Justenintel: Update alignment restrictions for HiZ surfaces.
2019-10-28 Nanley Cheryintel/blorp: Disable depth testing for slow depth clears
2019-10-28 Nanley Cheryintel: Enable CCS_E for some formats on Gen12
2019-10-28 Nanley Cheryisl: Redefine the CCS layout for Gen12
2019-10-28 Nanley Cheryisl: Add and use isl_tiling_flag_to_enum()
2019-10-28 Nanley Cheryisl/drm: Map HiZ and CCS tilings to Y
2019-10-28 Jason Ekstrandintel/isl: Update surf_fill_state for gen12
2019-10-28 Jason Ekstrandintel/isl/fill_state: Separate aux_mode handling from...
next