panfrost: Fix panfrost_bo_access memory leak
[mesa.git] / src / gallium / drivers / iris /
2020-01-06 Danylo Piliaieviris/query: Implement PIPE_QUERY_GPU_FINISHED
2020-01-04 Kenneth Graunkeiris: Allow HiZ for copy_region sources
2020-01-04 Kenneth Graunkeiris: Delete remnants of the unimplemented ASTC 5x5...
2020-01-04 Kenneth Graunkeiris: Disable ASTC 5x5 support on Gen9 for now.
2020-01-03 Kenneth Graunkeiris: Set nir_shader_compiler_options::unify_interfaces.
2020-01-03 Kenneth Graunkeintel: Drop Gen11 WaBTPPrefetchDisable workaround
2019-12-23 Kenneth Graunkeiris: Avoid replacing backing storage for buffers with...
2019-12-23 Kenneth Graunkeiris: Fix shader recompile debug printing
2019-12-23 Kenneth Graunkeiris: Make helper functions to turn iris shader keys...
2019-12-18 Lionel Landwerlini965/iris/perf: factor out frequency register capture
2019-12-13 Rafael Antognolliiris: Implement WA for push constants.
2019-12-13 Kenneth Graunkeiris: Alphabetize source files after iris_perf.c was...
2019-12-13 Lionel Landwerlini965/iris: perf-queries: don't invalidate/flush 3d...
2019-12-12 Kenneth Graunkeiris: Default to X-tiling for scanout buffers without...
2019-12-11 Kenneth Graunkeiris: Create smaller program keys without legacy features
2019-12-11 Kenneth Graunkeintel/decoder: Make get_state_size take a full 64-bit...
2019-12-11 Dongwon Kimiris: INTEL performance query implementation
2019-12-11 Mark Janesiris: separating out common perf code
2019-12-11 Kenneth Graunkeiris: Enable Gen11 Color/Z write merging optimization
2019-12-10 Eric Engestrommeson: drop duplicate `lib` prefix on libiris_gen*
2019-12-06 Nanley Cheryiris: Fix import of multi-planar surfaces with modifiers
2019-12-05 Jason Ekstrandblorp: Pass the VB size to the VF cache workaround
2019-12-04 Rafael Antognolliiris: Add restriction to 3DSTATE_CONSTANT_ packets.
2019-12-04 Rafael Antognolliiris: Use 3DSTATE_CONSTANT_ALL when possible.
2019-12-04 Rafael Antognolliiris: Rework push constants emitting code.
2019-12-04 Jason Ekstrandiris: Stop setting up fake params
2019-12-03 Jordan Justeniris: Allow max dynamic pool size of 2GB for gen12
2019-12-02 Kenneth Graunkeiris: Map FXT1 texture formats
2019-11-26 Kenneth Graunkeiris: Disable VF cache partial address workaround on...
2019-11-25 Kenneth Graunkeiris: Update SURFACE_STATE addresses when setting sampl...
2019-11-25 Kenneth Graunkeiris: Maintain CPU-side SURFACE_STATE copies for views...
2019-11-25 Kenneth Graunkeiris: Create an "iris_surface_state" wrapper struct
2019-11-25 Kenneth Graunkeiris: Drop 'old_address' parameter from iris_rebind_buffer
2019-11-25 Kenneth Graunkeiris: Stop mutating the resource in get_rt_read_isl_surf().
2019-11-22 Kenneth Graunkeiris: Change keybox parenting
2019-11-19 Rafael Antognolliintel: Add workaround for stencil state.
2019-11-18 Jason Ekstrandiris: Re-enable param compaction
2019-11-18 Jason Ekstrandintel/compiler: Add a flag to avoid compacting push...
2019-11-14 Kenneth Graunkeiris: Wrap iris_fix_edge_flags in NIR_PASS
2019-11-14 Kenneth Graunkeiris: Properly move edgeflag_out from output list to...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-12 Rafael Antognolliiris: Use mocs from isl_dev.
2019-11-04 James Xiongiris: try to set the specified tiling when importing...
2019-11-04 Kenneth Graunkeiris: Fix "Force Zero RTA Index Enable" setting again
2019-10-31 Jordan Justeniris/gen11+: Move flush for render target change
2019-10-31 Jordan Justeniris: Add IRIS_DIRTY_RENDER_BUFFER state flag
2019-10-30 Rafael Antognolliiris: Add Tile Cache Flush for Unified Cache.
2019-10-30 Jordan Justeniris: Set MOCS for external surfaces to uncached
2019-10-30 Rafael Antognolliiris: Align fast clear color state buffer to a page.
2019-10-29 Sagar Ghugeiris: Resolve stencil resource prior to copy or used...
2019-10-29 Sagar Ghugeiris: Prepare resources before stencil blit operation
2019-10-29 Sagar Ghugeiris: Prepare depth resource if clear_depth enable
2019-10-29 Sagar Ghugeiris: Prepare stencil resource before clear depth stencil
2019-10-29 Sagar Ghugeiris: Resolve stencil buffer lossless compression with...
2019-10-29 Sagar Ghugeintel: Track stencil aux usage on Gen12+
2019-10-29 Nanley Cheryiris: Allocate main and aux surfaces together
2019-10-29 Nanley Cheryiris: Determine aux offsets within configure_aux
2019-10-29 Nanley Cheryiris: Bail resource creation upon aux creation error
2019-10-29 Nanley Cheryiris: Drop iris_resource::aux::extra_aux::bo
2019-10-29 Plamena Manolovairis: Implement new way for setting streamout buffers.
2019-10-28 Eric Engestromloader: default to iris for all future PCI IDs
2019-10-28 Sagar Ghugeiris: Create resource with aux_usage MCS_CCS
2019-10-28 Sagar Ghugeiris: Get correct resource aux usage for copy
2019-10-28 Sagar Ghugeiris: Define MCS_CCS state transitions and usages
2019-10-28 Sagar Ghugeiris: Initialize CCS to fast clear while using with MCS
2019-10-28 Nanley Cheryiris: Disallow incomplete resource creation
2019-10-28 Nanley Cheryiris: Don't leak the resource for unsupported modifier
2019-10-28 Nanley Cheryiris: Enable HIZ_CCS sampling
2019-10-28 Nanley Cheryiris: Start using blorp_can_hiz_clear_depth()
2019-10-28 Nanley Cheryiris: Enable HIZ_CCS in depth buffer instructions
2019-10-28 Nanley Cheryiris: Define initial HIZ_CCS state and transitions
2019-10-28 Nanley Cheryiris: Create an unusable secondary aux surface
2019-10-28 Nanley Cheryiris: Don't guess the aux_usage
2019-10-28 Nanley Cheryintel: Support HIZ_CCS in isl_surf_get_ccs_surf
2019-10-28 Nanley Cheryiris: Clear ::has_hiz when disabling aux
2019-10-28 Nanley Cheryiris: Allow for non-Y-tiled aux allocation
2019-10-28 Nanley Cheryiris: Don't assume CCS_E includes CCS_D
2019-10-28 Nanley Cheryiris: Drop support for I915_FORMAT_MOD_Y_TILED_CCS...
2019-10-28 Plamena Manolovairis: Add support for depth bounds testing.
2019-10-28 Jordan Justeniris: Mark aux-map BO as used by all batches
2019-10-28 Jordan Justeniris/gen12: Write GFX_AUX_TABLE base address register
2019-10-28 Jordan Justeniris: Map each surf to it's aux-surf in the aux-map...
2019-10-28 Jordan Justeniris/bufmgr: Initialize aux map context for gen12
2019-10-23 Kenneth Graunkeiris: Rework edgeflag handling
2019-10-23 Lionel Landwerlinintel/perf: move registers to their own header
2019-10-18 Jordan Justeniris/resource: Use isl surface alignment during bo...
2019-10-17 Jordan Justeniris: Let isl decide the supported tiling in more situa...
2019-10-17 Erik Faye-Lundnir: support feeding state to nir_lower_clip_[vg]s
2019-10-17 Erik Faye-Lundnir: support lowering clipdist to arrays
2019-10-15 James Xiongiris: finish aux import on get_param
2019-10-14 Kenneth Graunkeiris: Implement the Gen < 9 tessellation quads workaround
2019-10-14 James Xionggallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_C...
2019-10-10 Marek Olšákgallium: remove PIPE_SHADER_CAP_SCALAR_ISA
2019-10-10 Marek Olšáknir: add a strip parameter to nir_serialize
2019-10-09 Caio Marcelo de... iris: Disable fast clears when running with INTEL_DEBUG...
2019-10-09 Kenneth Graunkeiris: Implement the Broadwell NP Z PMA Stall Fix
2019-10-08 Kenneth Graunkeiris: Properly unreference extra VBOs for draw parameters
2019-10-08 Kenneth Graunkeiris: Update comment about 3-component formats and...
2019-10-08 Chris Wilsoniris: Allow packed RGB pbo uploads
2019-10-08 Marek Olšákgallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to...
next