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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Fix aux map alignments on 32-bit builds.
Kenneth Graunke
2020-01-23
1
-4
/
+4
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
1
-6
/
+3
*
anv: Enable SPV_INTEL_shader_integer_functions2 and VK_INTEL_shader_integer_f...
Ian Romanick
2020-01-23
2
-0
/
+2
*
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/perf: adapt to platforms like Solaris without d_type in struct dirent
Alan Coopersmith
2020-01-22
1
-5
/
+20
*
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
[next]