index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
iris
/
iris_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris/compute: Split out iris_load_indirect_location
Jordan Justen
2020-06-24
1
-20
/
+29
*
iris: Split walker and state update into iris_upload_gpgpu_walker
Jordan Justen
2020-06-24
1
-35
/
+48
*
iris/l3: Enable L3 full way allocation when L3 config is NULL
Jordan Justen
2020-06-22
1
-4
/
+11
*
iris: Disable sRGB fast-clears for non-0/1 values
Nanley Chery
2020-06-19
1
-2
/
+0
*
iris: Remove the CCS_D fallback
Nanley Chery
2020-06-19
1
-0
/
+1
*
iris/icl+: Report same caching domain as main surface for clear color BO.
Francisco Jerez
2020-06-11
1
-2
/
+1
*
iris: Update cache coherency matrix on PIPE_CONTROL.
Francisco Jerez
2020-06-03
1
-0
/
+40
*
iris: Report use of any in-flight buffers on first draw call after sync bound...
Francisco Jerez
2020-06-03
1
-4
/
+4
*
iris: Annotate all BO uses with domain and sequence number information.
Francisco Jerez
2020-06-03
1
-76
/
+121
*
iris: Bracket batch operations which access memory within sync regions.
Francisco Jerez
2020-06-03
1
-0
/
+36
*
iris: Extend iris_context dirty state flags to 128 bits.
Francisco Jerez
2020-06-03
1
-49
/
+64
*
iris: Simplify iris_batch_prepare_noop().
Francisco Jerez
2020-06-03
1
-6
/
+5
*
intel: Add helper to calculate GPGPU_WALKER::RightExecutionMask
Caio Marcelo de Oliveira Filho
2020-05-27
1
-8
/
+2
*
iris: Use new helper functions to pick SIMD variant for CS
Caio Marcelo de Oliveira Filho
2020-05-27
1
-5
/
+8
*
iris: Set CS KernelStatePointer at dispatch
Caio Marcelo de Oliveira Filho
2020-05-27
1
-1
/
+1
*
iris: store workaround address
Lionel Landwerlin
2020-05-20
1
-3
/
+5
*
iris: Use modfiy disables for 3DSTATE_WM_DEPTH_STENCIL command
Sagar Ghuge
2020-05-15
1
-4
/
+31
*
gallium: change comments to remove 'state tracker'
Marek Olšák
2020-05-13
1
-3
/
+3
*
iris: Implement ARB_compute_variable_group_size
Caio Marcelo de Oliveira Filho
2020-05-01
1
-0
/
+4
*
anv,iris: Fix input vertex max for tcs on gen12
D Scott Phillips
2020-05-01
1
-0
/
+2
*
iris: move iris_vtable to iris_screen
Mike Blumenkrantz
2020-04-29
1
-30
/
+30
*
iris: Fix downcast of bound_vertex_buffers from uint64_t to int
Kenneth Graunke
2020-04-29
1
-1
/
+1
*
replace imports memory functions with utils memory functions
Dylan Baker
2020-04-21
1
-0
/
+1
*
iris: Stop using cs_prog_data->threads
Caio Marcelo de Oliveira Filho
2020-04-09
1
-6
/
+8
*
intel/compiler: Replace cs_prog_data->push.total with a helper
Caio Marcelo de Oliveira Filho
2020-04-09
1
-4
/
+5
*
iris: Set patch count threshold in 3DSTATE_HS
Sagar Ghuge
2020-03-23
1
-0
/
+7
*
iris: determine aux usage during predraw and state setup
Tapani Pälli
2020-03-16
1
-6
/
+14
*
iris: move existing image format fallback as a helper function
Tapani Pälli
2020-03-16
1
-22
/
+4
*
iris: Move down iris_emit_sbe_swiz in profiles.
Mathias Fröhlich
2020-03-10
1
-1
/
+2
*
intel/gen12+: Disable mid thread preemption.
Rafael Antognolli
2020-03-03
1
-0
/
+12
*
intel/isl: Implement D16_UNORM workarounds.
Rafael Antognolli
2020-03-03
1
-2
/
+18
*
iris: Wait for the GPU to be idle before invalidating the aux table.
Rafael Antognolli
2020-03-02
1
-0
/
+12
*
iris: Split aux map initialization from invalidation.
Rafael Antognolli
2020-03-02
1
-7
/
+32
*
iris: Apply the flushes when switching pipelines.
Rafael Antognolli
2020-02-26
1
-12
/
+4
*
iris: Set MOCS for constant packets on Gen12+
Kenneth Graunke
2020-02-21
1
-0
/
+7
*
iris: Make mocs an inline helper in iris_resource.h
Kenneth Graunke
2020-02-21
1
-17
/
+10
*
iris: add support INTEL_blackhole_render
Lionel Landwerlin
2020-02-13
1
-0
/
+14
*
iris: implement gen12 post sync pipe control workaround
Lionel Landwerlin
2020-02-05
1
-1
/
+4
*
iris: Plumb deref block size through to 3DSTATE_SF
Jason Ekstrand
2020-01-30
1
-6
/
+7
*
intel/common: Return the block size from get_urb_config
Jason Ekstrand
2020-01-30
1
-1
/
+1
*
iris: Consolodate URB emit
Jason Ekstrand
2020-01-30
1
-29
/
+15
*
intel: Take a gen_l3_config in gen_get_urb_config
Jason Ekstrand
2020-01-30
1
-4
/
+1
*
iris: Use the URB size from the L3$ config
Jason Ekstrand
2020-01-30
1
-1
/
+2
*
iris: Store the L3$ configs in the screen
Jason Ekstrand
2020-01-30
1
-14
/
+2
*
iris: Set SLMEnable based on the L3$ config
Jason Ekstrand
2020-01-30
1
-4
/
+4
*
intel/genxml: Drop SLMEnable from L3CNTLREG on Gen11
Jason Ekstrand
2020-01-30
1
-1
/
+1
*
anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+
Jason Ekstrand
2020-01-30
1
-0
/
+4
*
iris: Make iris_emit_default_l3_config pull devinfo from the batch
Kenneth Graunke
2020-01-29
1
-5
/
+4
*
iris: Emit CS Stall before Instruction Cache flush for gen12 WA
Jordan Justen
2020-01-28
1
-0
/
+12
*
anv/iris: warn gen12 3DSTATE_HS restriction
Lionel Landwerlin
2020-01-23
1
-0
/
+10
[next]