iris: Fix headerless sampler messages in compute shaders with preemption
[mesa.git] / src / gallium / drivers / iris / iris_state.c
2020-08-20 Kenneth Graunkeiris: Fix headerless sampler messages in compute shader...
2020-08-12 Jason Ekstrandiris: Upload kernel inputs with system values
2020-08-12 Jason Ekstrandiris: Implement set_global_binding
2020-08-12 Jason Ekstrandiris: no-op implement set_compute_resources
2020-06-24 Jordan Justeniris/compute: Split out iris_load_indirect_location
2020-06-24 Jordan Justeniris: Split walker and state update into iris_upload_gp...
2020-06-22 Jordan Justeniris/l3: Enable L3 full way allocation when L3 config...
2020-06-19 Nanley Cheryiris: Disable sRGB fast-clears for non-0/1 values
2020-06-19 Nanley Cheryiris: Remove the CCS_D fallback
2020-06-11 Francisco Jereziris/icl+: Report same caching domain as main surface...
2020-06-03 Francisco Jereziris: Update cache coherency matrix on PIPE_CONTROL.
2020-06-03 Francisco Jereziris: Report use of any in-flight buffers on first...
2020-06-03 Francisco Jereziris: Annotate all BO uses with domain and sequence...
2020-06-03 Francisco Jereziris: Bracket batch operations which access memory...
2020-06-03 Francisco Jereziris: Extend iris_context dirty state flags to 128...
2020-06-03 Francisco Jereziris: Simplify iris_batch_prepare_noop().
2020-05-28 Caio Marcelo de... intel: Add helper to calculate GPGPU_WALKER::RightExecu...
2020-05-28 Caio Marcelo de... iris: Use new helper functions to pick SIMD variant...
2020-05-28 Caio Marcelo de... iris: Set CS KernelStatePointer at dispatch
2020-05-20 Lionel Landwerliniris: store workaround address
2020-05-15 Sagar Ghugeiris: Use modfiy disables for 3DSTATE_WM_DEPTH_STENCIL...
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-01 Caio Marcelo de... iris: Implement ARB_compute_variable_group_size
2020-05-01 D Scott Phillipsanv,iris: Fix input vertex max for tcs on gen12
2020-04-29 Mike Blumenkrantziris: move iris_vtable to iris_screen
2020-04-29 Kenneth Graunkeiris: Fix downcast of bound_vertex_buffers from uint64_...
2020-04-21 Dylan Bakerreplace imports memory functions with utils memory...
2020-04-10 Caio Marcelo de... iris: Stop using cs_prog_data->threads
2020-04-10 Caio Marcelo de... intel/compiler: Replace cs_prog_data->push.total with...
2020-03-23 Sagar Ghugeiris: Set patch count threshold in 3DSTATE_HS
2020-03-16 Tapani Pälliiris: determine aux usage during predraw and state...
2020-03-16 Tapani Pälliiris: move existing image format fallback as a helper...
2020-03-10 Mathias Fröhlichiris: Move down iris_emit_sbe_swiz in profiles.
2020-03-03 Rafael Antognolliintel/gen12+: Disable mid thread preemption.
2020-03-03 Rafael Antognolliintel/isl: Implement D16_UNORM workarounds.
2020-03-02 Rafael Antognolliiris: Wait for the GPU to be idle before invalidating...
2020-03-02 Rafael Antognolliiris: Split aux map initialization from invalidation.
2020-02-26 Rafael Antognolliiris: Apply the flushes when switching pipelines.
2020-02-22 Kenneth Graunkeiris: Set MOCS for constant packets on Gen12+
2020-02-22 Kenneth Graunkeiris: Make mocs an inline helper in iris_resource.h
2020-02-13 Lionel Landwerliniris: add support INTEL_blackhole_render
2020-02-05 Lionel Landwerliniris: implement gen12 post sync pipe control workaround
2020-01-31 Jason Ekstrandiris: Plumb deref block size through to 3DSTATE_SF
2020-01-31 Jason Ekstrandintel/common: Return the block size from get_urb_config
2020-01-31 Jason Ekstrandiris: Consolodate URB emit
2020-01-31 Jason Ekstrandintel: Take a gen_l3_config in gen_get_urb_config
2020-01-31 Jason Ekstrandiris: Use the URB size from the L3$ config
2020-01-31 Jason Ekstrandiris: Store the L3$ configs in the screen
2020-01-31 Jason Ekstrandiris: Set SLMEnable based on the L3$ config
2020-01-31 Jason Ekstrandintel/genxml: Drop SLMEnable from L3CNTLREG on Gen11
2020-01-31 Jason Ekstrandanv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly...
2020-01-29 Kenneth Graunkeiris: Make iris_emit_default_l3_config pull devinfo...
2020-01-28 Jordan Justeniris: Emit CS Stall before Instruction Cache flush...
2020-01-23 Lionel Landwerlinanv/iris: warn gen12 3DSTATE_HS restriction
2020-01-23 Kenneth Graunkeintel: Fix aux map alignments on 32-bit builds.
2020-01-21 Kenneth Graunkeiris: Drop some workarounds which are no longer necessary
2020-01-21 Danylo Piliaieviris: Fix value of out-of-bounds accesses for vertex...
2020-01-17 Jordan Justeniris: Fix some indentation in iris_init_render_context
2020-01-16 Tapani Pälliiris: set depth stall enabled when depth flush enabled...
2020-01-16 Lionel Landwerliniris: implement another workaround for non pipelined...
2020-01-16 Lionel Landwerliniris: handle new PIPE_CONTROL field
2020-01-14 Lionel Landwerliniris: Implement Gen12 workaround for non pipelined...
2020-01-04 Kenneth Graunkeiris: Delete remnants of the unimplemented ASTC 5x5...
2020-01-03 Kenneth Graunkeintel: Drop Gen11 WaBTPPrefetchDisable workaround
2019-12-13 Rafael Antognolliiris: Implement WA for push constants.
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 Kenneth Graunkeiris: Enable Gen11 Color/Z write merging optimization
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-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-19 Rafael Antognolliintel: Add workaround for stencil state.
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 Kenneth Graunkeiris: Fix "Force Zero RTA Index Enable" setting again
2019-10-31 Jordan Justeniris/gen11+: Move flush for render target change
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-29 Sagar Ghugeintel: Track stencil aux usage on Gen12+
2019-10-29 Plamena Manolovairis: Implement new way for setting streamout buffers.
2019-10-28 Nanley Cheryiris: Enable HIZ_CCS in depth buffer instructions
2019-10-28 Plamena Manolovairis: Add support for depth bounds testing.
2019-10-28 Jordan Justeniris/gen12: Write GFX_AUX_TABLE base address register
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 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 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 Kenneth Graunkeiris: Fix iris_rebind_buffer() for VBOs with non-zero...
2019-09-23 Kenneth GraunkeRevert "intel/gen11+: Enable Hardware filtering of...
next