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
/
intel
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
1
-6
/
+3
*
i965: Enable INTEL_shader_integer_functions2 on Gen8+
Ian Romanick
2020-01-23
1
-0
/
+2
*
intel/fs: Implement support for NIR opcodes for INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+67
*
intel/fs: Add SHADER_OPCODE_[IU]SUB_SAT pseudo-ops
Ian Romanick
2020-01-23
3
-0
/
+101
*
intel/fs: Don't lower integer multiplies that don't need lowering
Ian Romanick
2020-01-23
1
-0
/
+11
*
intel/compiler: Move Gen4/5 rounding to visitor
Matt Turner
2020-01-22
4
-37
/
+28
*
intel/compiler: Return early if read() failed
Emmanuel Gil Peyrot
2020-01-22
1
-1
/
+4
*
intel/compiler: Fix array bounds warning on GCC 10.
Timur Kristóf
2020-01-22
1
-0
/
+2
*
intel/compiler: Test compaction on Gen <= 12
Matt Turner
2020-01-22
1
-1
/
+1
*
intel/compiler: Validate fuzzed instructions
Matt Turner
2020-01-22
3
-1
/
+7
*
intel/compiler: Add unit tests for new EU validation checks
Matt Turner
2020-01-22
1
-0
/
+396
*
intel/compiler: Validate some instruction word encodings
Matt Turner
2020-01-22
1
-10
/
+84
*
intel/compiler: Factor out brw_validate_instruction()
Matt Turner
2020-01-22
1
-26
/
+35
*
intel/compiler: Handle invalid compacted immediates
Matt Turner
2020-01-22
1
-1
/
+15
*
intel/compiler: Handle invalid inputs to brw_reg_type_to_*()
Matt Turner
2020-01-22
1
-0
/
+6
*
intel/compiler: Split hw_type tables
Matt Turner
2020-01-22
1
-23
/
+116
*
intel/compiler: Add a INVALID_{,HW_}REG_TYPE macros
Matt Turner
2020-01-22
3
-5
/
+8
*
intel/compiler: Add NF some more places
Matt Turner
2020-01-22
2
-0
/
+5
*
intel/compiler: Limit compaction unit tests to specific gens
Matt Turner
2020-01-22
1
-9
/
+18
*
intel/compiler: Don't disassemble align1 3-src operands on Gen < 10
Matt Turner
2020-01-22
1
-0
/
+12
*
intel/compiler: Split has_64bit_types into float/int
Matt Turner
2020-01-22
5
-20
/
+69
*
intel/compiler: Extract GEN_* macros into separate file
Matt Turner
2020-01-22
2
-37
/
+63
*
intel/compiler: Use ARRAY_SIZE()
Matt Turner
2020-01-22
1
-22
/
+22
*
intel/fs: Don't emit control barrier if only one thread is used
Caio Marcelo de Oliveira Filho
2020-01-21
1
-0
/
+9
*
intel/fs: Don't emit fence for shared memory if only one thread is used
Caio Marcelo de Oliveira Filho
2020-01-21
1
-13
/
+23
*
intel/fs: Add workgroup_size() helper
Caio Marcelo de Oliveira Filho
2020-01-21
2
-0
/
+10
*
intel/fs: Add FS_OPCODE_SCHEDULING_FENCE
Caio Marcelo de Oliveira Filho
2020-01-21
3
-0
/
+13
*
intel/fs: Switch to standard vector layout for barycentrics at optimization t...
Francisco Jerez
2020-01-17
4
-58
/
+30
*
intel/fs: Introduce barycentric layout lowering pass.
Francisco Jerez
2020-01-17
3
-9
/
+73
*
intel/fs: Split fetch_payload_reg() into separate helper for barycentrics.
Francisco Jerez
2020-01-17
2
-12
/
+30
*
intel/fs/gen6: Use SEL instead of bashing thread payload for unlit centroid w...
Francisco Jerez
2020-01-17
1
-5
/
+8
*
intel/fs/gen6: Generalize aligned_pairs_class to SIMD16 aligned barycentrics.
Francisco Jerez
2020-01-17
2
-31
/
+46
*
intel/fs/gen6: Constrain barycentric source of LINTERP during bank conflict m...
Francisco Jerez
2020-01-17
1
-0
/
+8
*
intel/fs/gen4-6: Allocate registers from aligned_pairs_class based on LINTERP...
Francisco Jerez
2020-01-17
1
-19
/
+20
*
intel/fs: Allow limited copy propagation of a LOAD_PAYLOAD into another.
Francisco Jerez
2020-01-17
1
-1
/
+15
*
intel/fs: Add support for copy-propagating a block of multiple FIXED_GRFs.
Francisco Jerez
2020-01-17
1
-5
/
+7
*
intel/fs: Add partial support for copy-propagating FIXED_GRFs.
Francisco Jerez
2020-01-17
1
-14
/
+75
*
intel/fs: Extend copy propagation dataflow analysis to copies with FIXED_GRF ...
Francisco Jerez
2020-01-17
1
-5
/
+6
*
intel/fs: Rework fs_inst::is_copy_payload() into multiple classification help...
Francisco Jerez
2020-01-17
4
-31
/
+101
*
intel/fs: Generalize fs_reg::is_contiguous() to register files other than VGRF.
Francisco Jerez
2020-01-17
1
-1
/
+16
*
intel/fs: Try to vectorize header setup in lower_load_payload().
Francisco Jerez
2020-01-17
1
-8
/
+16
*
intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_image
Kenneth Graunke
2020-01-15
1
-3
/
+6
*
anv,nir: Lower quad_broadcast with dynamic index in NIR
Jason Ekstrand
2020-01-15
1
-0
/
+1
*
i965: Reuse the new core glsl_count_dword_slots().
Eric Anholt
2020-01-14
2
-54
/
+2
*
intel/fs: Only use SLM fence in compute shaders
Caio Marcelo de Oliveira Filho
2020-01-14
1
-0
/
+3
*
nir/lower_gs_intrinsics: add option for per-stream counts
Rhys Perry
2020-01-14
1
-1
/
+1
*
nir/lower_atomics_to_ssbo: Also lower barriers
Jason Ekstrand
2020-01-13
1
-1
/
+0
*
nir: Rename nir_intrinsic_barrier to control_barrier
Jason Ekstrand
2020-01-13
2
-3
/
+3
*
intel/nir: Stop adding redundant barriers
Jason Ekstrand
2020-01-13
1
-14
/
+0
*
nir: Add a new memory_barrier_tcs_patch intrinsic
Jason Ekstrand
2020-01-13
2
-0
/
+6
[next]