index
:
external_mesa3d
history/lineage-16.0-base-old
history/mesa-before-lima-update
replicant-10
replicant-11
replicant-9
Mesa for Android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/compiler: Fix passthrough TCS regressions from program rename
Kenneth Graunke
2020-11-11
1
-1
/
+1
*
intel/fs: Fix use of undefined value in fixup_nomask_control_flow
Jason Ekstrand
2020-11-11
1
-1
/
+2
*
nir/builder: Add a name format arg to nir_builder_init_simple_shader().
Eric Anholt
2020-11-11
1
-2
/
+1
*
nir/builder: Drop the mem_ctx arg from nir_builder_init_simple_shader().
Eric Anholt
2020-11-11
1
-1
/
+1
*
intel: Drop the last uses of a mem_ctx in nir_builder_init_simple_shader().
Eric Anholt
2020-11-11
1
-1
/
+2
*
nir_builder: Return a new builder from nir_builder_init_simple_shader().
Eric Anholt
2020-11-11
1
-3
/
+2
*
intel/nir: Lower 8-bit ops to 16-bit in NIR on Gen11+
Jason Ekstrand
2020-11-09
4
-35
/
+40
*
intel/nir: Lower 8-bit scan/reduce ops to 16-bit
Jason Ekstrand
2020-11-09
2
-39
/
+33
*
intel/nir: Refactor lower_bit_size_callback
Jason Ekstrand
2020-11-09
1
-29
/
+35
*
nir/lower_bit_size: Pass a nir_instr to the callback
Jason Ekstrand
2020-11-09
1
-1
/
+5
*
intel/fs: Implement nir_intrinsic_{load,store}_shared_block_intel
Caio Marcelo de Oliveira Filho
2020-11-04
1
-4
/
+13
*
intel/fs: Implement nir_intrinsic_{load,store}_ssbo_block_intel
Caio Marcelo de Oliveira Filho
2020-11-04
1
-1
/
+78
*
intel/fs: Add surface OWORD BLOCK opcodes
Caio Marcelo de Oliveira Filho
2020-11-04
5
-25
/
+156
*
intel/fs: Implement nir_intrinsic_{load,store}_global_block_intel
Caio Marcelo de Oliveira Filho
2020-11-04
1
-0
/
+95
*
intel/fs: Add A64 OWORD BLOCK opcodes
Caio Marcelo de Oliveira Filho
2020-11-04
6
-3
/
+114
*
intel/compiler: remove branch weight heuristic
Marcin Ślusarz
2020-11-03
1
-15
/
+17
*
intel/compiler: use C++ template instead of preprocessor
Marcin Ślusarz
2020-11-03
4
-69
/
+63
*
intel: remove dead code
Marcin Ślusarz
2020-11-02
2
-2
/
+0
*
intel/fs: Don't emit_uniformize when getting a constant SSBO index
Caio Marcelo de Oliveira Filho
2020-10-29
1
-5
/
+3
*
nir: Rename replicated-result dot-product instructions
Ian Romanick
2020-10-22
1
-3
/
+3
*
intel/fs: Handle nir_intrinsic_terminate
Caio Marcelo de Oliveira Filho
2020-10-15
3
-19
/
+18
*
intel/compiler: Remove Gen10-specific code
Ian Romanick
2020-10-15
8
-47
/
+7
*
intel/compiler, anv: Delete cs_prog_data->slm_size
Kenneth Graunke
2020-10-14
2
-2
/
+0
*
intel/fs: Allow constant-propagation into SAMPLEINFO and IMAGE_SIZE
Jason Ekstrand
2020-10-14
1
-0
/
+2
*
intel/fs: Rework scratch handling on Gen9+
Jason Ekstrand
2020-10-13
2
-16
/
+111
*
intel/fs/ra: Use a set to track added spill/fill instructions
Jason Ekstrand
2020-10-13
1
-21
/
+32
*
intel/fs/ra: Sanity-check our IP counts
Jason Ekstrand
2020-10-13
1
-0
/
+8
*
intel/fs/ra: Store the last non-spill VGRF node
Jason Ekstrand
2020-10-13
1
-1
/
+4
*
intel/fs/ra: Refactor handling of Gen7 scratch reads
Jason Ekstrand
2020-10-13
1
-16
/
+15
*
intel/fs/ra: Increment spill_offset as part of the emit_spill loop
Jason Ekstrand
2020-10-13
1
-2
/
+4
*
intel/fs: Add a SCRATCH_HEADER opcode
Jason Ekstrand
2020-10-13
6
-33
/
+86
*
intel/fs: Copy the PTSS from g0 for scratch reads/writes
Jason Ekstrand
2020-10-13
1
-0
/
+5
*
radv/aco,nir/lower_subgroups: don't lower elect
Rhys Perry
2020-10-13
1
-0
/
+1
*
nir: Add ability to count primitives per stream.
Timur Kristóf
2020-10-09
1
-1
/
+2
*
nir: Count vertices per stream.
Timur Kristóf
2020-10-09
1
-1
/
+1
*
nir: Add ability to count emitted GS primitives.
Timur Kristóf
2020-10-09
3
-3
/
+3
*
intel/fs: Add an option to use dataport messages for UBOs
Jason Ekstrand
2020-10-08
3
-11
/
+63
*
intel/fs: Add an alignment to VARYING_PULL_CONSTANT_LOAD_LOGICAL
Jason Ekstrand
2020-10-08
3
-5
/
+9
*
intel/nir: Lower load_global_constant in lower_mem_access_bit_sizes
Jason Ekstrand
2020-10-08
1
-0
/
+1
*
intel/nir: Don't try to emit vector load_scratch instructions
Jason Ekstrand
2020-10-08
1
-1
/
+4
*
iris: Add support for load_work_dim as a system value
Jason Ekstrand
2020-10-07
1
-0
/
+1
*
intel: drop likely/unlikely around INTEL_DEBUG
Marcin Ślusarz
2020-10-06
8
-28
/
+28
*
intel/vec4: Remove leftover code from Gen8+ removal.
Vinson Lee
2020-10-03
1
-10
/
+1
*
intel/fs: Don't use NoDDClk/NoDDClr for split SHUFFLEs
Jason Ekstrand
2020-10-02
1
-3
/
+15
*
intel/fs: NoMask initialize the address register for shuffles
Jason Ekstrand
2020-10-02
1
-5
/
+32
*
nir: Drop the high_offset argument to the load_store_vectorizer filter.
Eric Anholt
2020-09-30
1
-1
/
+1
*
nir: Make the load_store_vectorizer provide align_mul + align_offset.
Eric Anholt
2020-09-30
1
-1
/
+9
*
intel/nir: Use nir control flow helpers
Connor Abbott
2020-09-30
1
-6
/
+3
*
intel/vec4: Remove everything related to VS_OPCODE_SET_SIMD4X2_HEADER_GEN9
Ian Romanick
2020-09-28
6
-37
/
+0
*
intel/vec4: Remove all support for Gen8+ [v2]
Ian Romanick
2020-09-28
8
-285
/
+87
[next]