index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: ensure prog params are initialized with 0s
Lionel Landwerlin
2020-01-22
1
-1
/
+1
*
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
8
-27
/
+80
*
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
*
anv: Drop some workarounds that are no longer necessary
Kenneth Graunke
2020-01-21
1
-61
/
+0
*
anv: don't report error with other vendor DRM devices
Lionel Landwerlin
2020-01-21
1
-4
/
+11
*
anv: initialize clear_color_is_zero_one
Tapani Pälli
2020-01-21
1
-0
/
+5
*
anv: Allow enumerating multiple physical devices
Jason Ekstrand
2020-01-20
2
-72
/
+75
*
anv: Re-arrange physical_device_init
Jason Ekstrand
2020-01-20
1
-23
/
+27
*
anv: Drop separate chipset_id fields
Jason Ekstrand
2020-01-20
3
-13
/
+9
*
anv: Move the physical device dispatch table to anv_instance
Jason Ekstrand
2020-01-20
3
-40
/
+24
*
anv: Drop the instance pointer from anv_device
Jason Ekstrand
2020-01-20
5
-13
/
+16
*
anv: Stop allocating WSI event fences off the instance
Jason Ekstrand
2020-01-20
1
-2
/
+2
*
anv: Take a device in anv_perf_warn
Jason Ekstrand
2020-01-20
4
-15
/
+15
*
anv: Take an anv_device in vk_errorf
Jason Ekstrand
2020-01-20
8
-82
/
+69
*
anv: Add an anv_physical_device field to anv_device
Jason Ekstrand
2020-01-20
24
-128
/
+90
*
anv: Canonicalize buffer formats for image/buffer copies
Jason Ekstrand
2020-01-20
1
-20
/
+42
*
anv/blorp: Rename buffer image stride parameters
Jason Ekstrand
2020-01-20
1
-9
/
+10
*
anv: add assert for isl_mod_info in choose_isl_tiling_flags
Tapani Pälli
2020-01-20
1
-0
/
+1
*
anv: fix assert in GetImageDrmFormatModifierPropertiesEXT
Tapani Pälli
2020-01-20
1
-1
/
+1
*
isl/gen12: add reminder comment about missing WA with 3D surfaces
Tapani Pälli
2020-01-20
1
-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
[next]