aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_state.c
Commit message (Expand)AuthorAgeFilesLines
* iris/compute: Split out iris_load_indirect_locationJordan Justen2020-06-241-20/+29
* iris: Split walker and state update into iris_upload_gpgpu_walkerJordan Justen2020-06-241-35/+48
* iris/l3: Enable L3 full way allocation when L3 config is NULLJordan Justen2020-06-221-4/+11
* iris: Disable sRGB fast-clears for non-0/1 valuesNanley Chery2020-06-191-2/+0
* iris: Remove the CCS_D fallbackNanley Chery2020-06-191-0/+1
* iris/icl+: Report same caching domain as main surface for clear color BO.Francisco Jerez2020-06-111-2/+1
* iris: Update cache coherency matrix on PIPE_CONTROL.Francisco Jerez2020-06-031-0/+40
* iris: Report use of any in-flight buffers on first draw call after sync bound...Francisco Jerez2020-06-031-4/+4
* iris: Annotate all BO uses with domain and sequence number information.Francisco Jerez2020-06-031-76/+121
* iris: Bracket batch operations which access memory within sync regions.Francisco Jerez2020-06-031-0/+36
* iris: Extend iris_context dirty state flags to 128 bits.Francisco Jerez2020-06-031-49/+64
* iris: Simplify iris_batch_prepare_noop().Francisco Jerez2020-06-031-6/+5
* intel: Add helper to calculate GPGPU_WALKER::RightExecutionMaskCaio Marcelo de Oliveira Filho2020-05-271-8/+2
* iris: Use new helper functions to pick SIMD variant for CSCaio Marcelo de Oliveira Filho2020-05-271-5/+8
* iris: Set CS KernelStatePointer at dispatchCaio Marcelo de Oliveira Filho2020-05-271-1/+1
* iris: store workaround addressLionel Landwerlin2020-05-201-3/+5
* iris: Use modfiy disables for 3DSTATE_WM_DEPTH_STENCIL commandSagar Ghuge2020-05-151-4/+31
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-131-3/+3
* iris: Implement ARB_compute_variable_group_sizeCaio Marcelo de Oliveira Filho2020-05-011-0/+4
* anv,iris: Fix input vertex max for tcs on gen12D Scott Phillips2020-05-011-0/+2
* iris: move iris_vtable to iris_screenMike Blumenkrantz2020-04-291-30/+30
* iris: Fix downcast of bound_vertex_buffers from uint64_t to intKenneth Graunke2020-04-291-1/+1
* replace imports memory functions with utils memory functionsDylan Baker2020-04-211-0/+1
* iris: Stop using cs_prog_data->threadsCaio Marcelo de Oliveira Filho2020-04-091-6/+8
* intel/compiler: Replace cs_prog_data->push.total with a helperCaio Marcelo de Oliveira Filho2020-04-091-4/+5
* iris: Set patch count threshold in 3DSTATE_HSSagar Ghuge2020-03-231-0/+7
* iris: determine aux usage during predraw and state setupTapani Pälli2020-03-161-6/+14
* iris: move existing image format fallback as a helper functionTapani Pälli2020-03-161-22/+4
* iris: Move down iris_emit_sbe_swiz in profiles.Mathias Fröhlich2020-03-101-1/+2
* intel/gen12+: Disable mid thread preemption.Rafael Antognolli2020-03-031-0/+12
* intel/isl: Implement D16_UNORM workarounds.Rafael Antognolli2020-03-031-2/+18
* iris: Wait for the GPU to be idle before invalidating the aux table.Rafael Antognolli2020-03-021-0/+12
* iris: Split aux map initialization from invalidation.Rafael Antognolli2020-03-021-7/+32
* iris: Apply the flushes when switching pipelines.Rafael Antognolli2020-02-261-12/+4
* iris: Set MOCS for constant packets on Gen12+Kenneth Graunke2020-02-211-0/+7
* iris: Make mocs an inline helper in iris_resource.hKenneth Graunke2020-02-211-17/+10
* iris: add support INTEL_blackhole_renderLionel Landwerlin2020-02-131-0/+14
* iris: implement gen12 post sync pipe control workaroundLionel Landwerlin2020-02-051-1/+4
* iris: Plumb deref block size through to 3DSTATE_SFJason Ekstrand2020-01-301-6/+7
* intel/common: Return the block size from get_urb_configJason Ekstrand2020-01-301-1/+1
* iris: Consolodate URB emitJason Ekstrand2020-01-301-29/+15
* intel: Take a gen_l3_config in gen_get_urb_configJason Ekstrand2020-01-301-4/+1
* iris: Use the URB size from the L3$ configJason Ekstrand2020-01-301-1/+2
* iris: Store the L3$ configs in the screenJason Ekstrand2020-01-301-14/+2
* iris: Set SLMEnable based on the L3$ configJason Ekstrand2020-01-301-4/+4
* intel/genxml: Drop SLMEnable from L3CNTLREG on Gen11Jason Ekstrand2020-01-301-1/+1
* anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand2020-01-301-0/+4
* iris: Make iris_emit_default_l3_config pull devinfo from the batchKenneth Graunke2020-01-291-5/+4
* iris: Emit CS Stall before Instruction Cache flush for gen12 WAJordan Justen2020-01-281-0/+12
* anv/iris: warn gen12 3DSTATE_HS restrictionLionel Landwerlin2020-01-231-0/+10