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
*
intel/fs: Add support for float16 to the fsign optimizations
Ian Romanick
2019-04-20
1
-6
/
+24
*
anv: Rework the descriptor set layout create loop
Jason Ekstrand
2019-04-19
1
-14
/
+13
*
anv: Ignore descriptor binding flags if bindingCount == 0
Jason Ekstrand
2019-04-19
1
-3
/
+2
*
anv/nir: Add a central helper for figuring out SSBO address formats
Jason Ekstrand
2019-04-19
3
-57
/
+98
*
anv: Implement VK_EXT_descriptor_indexing
Jason Ekstrand
2019-04-19
5
-2
/
+93
*
anv: Put binding flags in descriptor set layouts
Jason Ekstrand
2019-04-19
2
-0
/
+19
*
anv: Use bindless handles for images
Jason Ekstrand
2019-04-19
5
-4
/
+63
*
intel/fs: Add support for bindless image load/store/atomic
Jason Ekstrand
2019-04-19
3
-8
/
+72
*
anv: Use bindless textures and samplers
Jason Ekstrand
2019-04-19
6
-31
/
+228
*
anv: Pass the plane into lower_tex_deref
Jason Ekstrand
2019-04-19
1
-7
/
+5
*
anv: Use write_image_view to initialize immutable samplers
Jason Ekstrand
2019-04-19
1
-5
/
+13
*
anv: Count the number of planes in each descriptor binding
Jason Ekstrand
2019-04-19
2
-3
/
+19
*
intel/fs: Add support for bindless texture ops
Jason Ekstrand
2019-04-19
5
-10
/
+86
*
intel,nir: Lower TXD with a bindless sampler
Jason Ekstrand
2019-04-19
1
-0
/
+1
*
anv: Implement VK_KHR_shader_atomic_int64
Jason Ekstrand
2019-04-19
8
-5
/
+51
*
anv: Implement SSBOs bindings with GPU addresses in the descriptor BO
Jason Ekstrand
2019-04-19
6
-35
/
+347
*
anv: Lower some SSBO operations in apply_pipeline_layout
Jason Ekstrand
2019-04-19
1
-2
/
+212
*
anv: Add a has_a64_buffer_access to anv_physical_device
Jason Ekstrand
2019-04-19
4
-6
/
+11
*
intel/nir: Re-run int64 lowering in postprocess_nir
Jason Ekstrand
2019-04-19
1
-0
/
+1
*
anv/pipeline: Add skeleton support for spilling to bindless
Jason Ekstrand
2019-04-19
4
-27
/
+122
*
anv/pipeline: Sort bindings by most used first
Jason Ekstrand
2019-04-19
1
-40
/
+95
*
anv: Add a #define for the max binding table size
Jason Ekstrand
2019-04-19
3
-4
/
+16
*
anv: Put image params in the descriptor set buffer on gen8 and earlier
Jason Ekstrand
2019-04-19
6
-124
/
+109
*
anv: Make all VkDeviceMemory BOs resident permanently
Jason Ekstrand
2019-04-19
4
-46
/
+48
*
anv: limit URB reconfigurations when using blorp
Lionel Landwerlin
2019-04-19
3
-3
/
+11
*
intel/devinfo: add basic sanity tests on device database
Lionel Landwerlin
2019-04-19
2
-0
/
+45
*
intel/devinfo: fix missing num_thread_per_eu on ICL
Lionel Landwerlin
2019-04-19
1
-6
/
+2
*
intel/fs: Account for live range lengths in spill costs
Jason Ekstrand
2019-04-18
1
-1
/
+13
*
anv: fix uninitialized pthread cond clock domain
Lionel Landwerlin
2019-04-18
1
-1
/
+1
*
anv: Drop some unneeded ANV_FROM_HANDLE for physical devices
Jason Ekstrand
2019-04-18
1
-6
/
+0
*
anv: Re-sort the GetPhysicalDeviceFeatures2 switch statement
Jason Ekstrand
2019-04-18
1
-17
/
+17
*
intel/fs: Generate better code for fsign multiplied by a value
Ian Romanick
2019-04-18
1
-0
/
+43
*
intel/fs: Add a scale factor to emit_fsign
Ian Romanick
2019-04-18
2
-12
/
+77
*
intel/fs: Refactor code generation for nir_op_fsign to its own function
Ian Romanick
2019-04-18
2
-65
/
+65
*
intel/fs: Eliminate dead code first
Ian Romanick
2019-04-18
1
-0
/
+8
*
nir: Add a nir_src_as_intrinsic() helper
Jason Ekstrand
2019-04-18
1
-11
/
+4
*
nir: Rework nir_src_as_alu_instr to not take a pointer
Jason Ekstrand
2019-04-18
1
-6
/
+4
*
anv: implement WaEnableStateCacheRedirectToCS
Lionel Landwerlin
2019-04-18
1
-0
/
+11
*
iris: implement WaEnableStateCacheRedirectToCS
Lionel Landwerlin
2019-04-18
1
-0
/
+5
*
anv/device: expose VK_KHR_shader_float16_int8 in gen8+
Iago Toral Quiroga
2019-04-18
2
-0
/
+10
*
anv/pipeline: support Float16 and Int8 SPIR-V capabilities in gen8+
Iago Toral Quiroga
2019-04-18
1
-0
/
+2
*
intel/compiler: validate region restrictions for mixed float mode
Iago Toral Quiroga
2019-04-18
2
-0
/
+880
*
intel/compiler: validate conversions between 64-bit and 8-bit types
Iago Toral Quiroga
2019-04-18
2
-0
/
+105
*
intel/compiler: validate region restrictions for half-float conversions
Iago Toral Quiroga
2019-04-18
2
-1
/
+270
*
intel/compiler: also set F execution type for mixed float mode in BDW
Iago Toral Quiroga
2019-04-18
1
-16
/
+20
*
intel/compiler: implement SIMD16 restrictions for mixed-float instructions
Iago Toral Quiroga
2019-04-18
1
-0
/
+72
*
intel/compiler: skip MAD algebraic optimization for half-float or mixed mode
Iago Toral Quiroga
2019-04-18
1
-0
/
+4
*
intel/compiler: remove inexact algebraic optimizations from the backend
Iago Toral Quiroga
2019-04-18
1
-38
/
+1
*
intel/compiler: fix cmod propagation for non 32-bit types
Iago Toral Quiroga
2019-04-18
1
-4
/
+9
*
intel/compiler: add a brw_reg_type_is_integer helper
Iago Toral Quiroga
2019-04-18
1
-0
/
+18
[next]