radeonsi: initialize the per-context compiler on demand
[mesa.git] / src / gallium / drivers / iris /
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...
2019-10-07 Kenneth Graunkeiris: Drop vtbl usage for some load_register calls
2019-10-07 Jordan Justeniris/state: Move reg/mem load/store functions earlier...
2019-10-07 Eric Engestrommeson: drop duplicate inc_nir from libiris
2019-10-07 Eric Engestrommeson: add missing idep_nir_headers in iris_gen_libs
2019-10-07 Kenneth Graunkeiris: Drop bonus parameters from iris_init_*_context()
2019-10-07 Kenneth GraunkeRevert "iris: Hack up a SKL/Gen9LP PS push constant...
2019-10-05 Kenneth Graunkeiris: Hack up a SKL/Gen9LP PS push constant fifo depth...
2019-10-05 Kenneth Graunkeiris: Refactor push constant allocation so we can reuse it
2019-09-30 Caio Marcelo de... iris: Enable EXT_demote_to_helper_invocation
2019-09-30 Kenneth Graunkeiris: Fix iris_rebind_buffer() for VBOs with non-zero...
2019-09-30 Kenneth Graunkeiris: Disable CCS_E for 32-bit floating point textures.
2019-09-27 Kenneth Graunkeiris: Only resolve for image levels/layers which are...
2019-09-25 Tapani Pälliiris: disable aux on first get_param if not created...
2019-09-23 Kenneth Graunkeintel: Increase Gen11 compute shader scratch IDs to 64.
2019-09-23 Kenneth GraunkeRevert "intel/gen11+: Enable Hardware filtering of...
2019-09-19 Jason EkstrandMove blob from compiler/ to util/
2019-09-19 Kenneth Graunkeiris: Skip double-disabling TCS/TES/GS after BLORP...
2019-09-19 Kenneth Graunkeiris: Rework iris_update_draw_parameters to be more...
2019-09-19 Kenneth Graunkeiris: Use state_refs for draw parameters.
2019-09-18 Kenneth Graunkeiris: Avoid uploading SURFACE_STATE descriptors for...
2019-09-18 Kenneth Graunkeiris: Track per-stage bind history, reduce work accordingly
2019-09-18 Kenneth Graunkeiris: Don't flag IRIS_DIRTY_BINDINGS for constant usage...
2019-09-18 Kenneth Graunkeiris: Explicitly emit 3DSTATE_BTP_XS on Gen9 with DIRTY...
2019-09-18 Kenneth Graunkeiris: Flag IRIS_DIRTY_BINDINGS_XS on constant buffer...
2019-09-18 Marek Olšákgallium: extend resource_get_param to be as capable...
2019-09-17 Kenneth Graunkeiris: Skip allocating a null surface when there are...
2019-09-17 Tapani Pälliiris: close screen fd on iris_destroy_screen
2019-09-16 Danylo Piliaieviris: Fix fence leak in iris_fence_flush
2019-09-13 Kenneth Graunkeiris: Initialize ice->state.prim_mode to an invalid...
2019-09-12 Eric Engestrommeson/iris: replace partial list of nir dep files with...
2019-09-12 Kenneth Graunkeiris: trivial whitespace fixes
2019-09-11 Anuj Phogatintel/gen11+: Enable Hardware filtering of Semi-Pipelin...
2019-09-11 Kenneth Graunkeiris: Set bo->reusable = false in iris_bo_make_external...
2019-09-11 Kenneth Graunkeiris: Finish initializing the BO before stuffing it...
next