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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: write availability status vkGetQueryPoolResults() when the data is not ...
Samuel Iglesias Gonsálvez
2019-03-25
1
-15
/
+4
*
radv: don't overwrite results in VkGetQueryPoolResults() when queries are not...
Samuel Iglesias Gonsálvez
2019-03-25
1
-16
/
+32
*
spirv,nir: lower frexp_exp/frexp_sig inside a new NIR pass
Samuel Pitoiset
2019-03-22
1
-0
/
+1
*
ac/nir: implement 16-bit pack/unpack opcodes
Rhys Perry
2019-03-22
1
-0
/
+24
*
radv: Fix driverUUID
Józef Kucia
2019-03-22
1
-1
/
+1
*
ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7
Samuel Pitoiset
2019-03-21
1
-4
/
+4
*
ac: fix 16-bit shifts
Samuel Pitoiset
2019-03-21
1
-12
/
+21
*
ac: add 16-bit support to fract
Samuel Pitoiset
2019-03-21
1
-1
/
+4
*
ac: add 16-bit support fo fsign
Samuel Pitoiset
2019-03-21
1
-1
/
+5
*
ac: add f16_0 and f16_1 constants
Samuel Pitoiset
2019-03-21
2
-0
/
+4
*
radv: add missing initializations since VK_EXT_pipeline_creation_feedback
Samuel Pitoiset
2019-03-21
1
-2
/
+2
*
radv: enable VK_KHR_8bit_storage
Rhys Perry
2019-03-21
3
-0
/
+11
*
ac/nir: implement 8-bit conversions
Rhys Perry
2019-03-21
1
-0
/
+4
*
ac/nir: add 8-bit types to glsl_base_to_llvm_type
Rhys Perry
2019-03-21
1
-0
/
+3
*
ac/nir: implement 8-bit ssbo stores
Rhys Perry
2019-03-21
1
-2
/
+7
*
ac: add ac_build_tbuffer_store_byte() helper
Samuel Pitoiset
2019-03-21
2
-0
/
+28
*
ac/nir: implement 8-bit push constant, ssbo and ubo loads
Rhys Perry
2019-03-21
1
-10
/
+55
*
ac: add ac_build_tbuffer_load_byte() helper
Samuel Pitoiset
2019-03-21
2
-0
/
+26
*
ac: add various int8 definitions
Samuel Pitoiset
2019-03-21
2
-2
/
+10
*
anv/radv: release memory allocated by glsl types during spirv_to_nir
Tapani Pälli
2019-03-21
1
-0
/
+2
*
anv,radv,turnip: Lower TG4 offsets with nir_lower_tex
Jason Ekstrand
2019-03-21
1
-0
/
+1
*
radv: Implement VK_EXT_pipeline_creation_feedback.
Bas Nieuwenhuizen
2019-03-20
5
-9
/
+107
*
ac: use new LLVM 8 intrinsics in ac_build_buffer_store_dword()
Samuel Pitoiset
2019-03-20
1
-40
/
+26
*
ac: use new LLVM 8 intrinsic when storing 16-bit values
Samuel Pitoiset
2019-03-20
3
-21
/
+33
*
ac: add ac_build_{struct,raw}_tbuffer_store() helpers
Samuel Pitoiset
2019-03-20
2
-0
/
+156
*
ac: use new LLVM 8 intrinsics in ac_build_buffer_load()
Samuel Pitoiset
2019-03-20
1
-0
/
+8
*
ac/nir: use ac_build_buffer_store_dword() for SSBO store operations
Samuel Pitoiset
2019-03-20
1
-14
/
+9
*
ac/nir: use ac_build_buffer_load() for SSBO load operations
Samuel Pitoiset
2019-03-20
1
-29
/
+6
*
ac/nir: use new LLVM 8 intrinsics for SSBO atomic operations
Samuel Pitoiset
2019-03-20
1
-24
/
+42
*
ac/nir: remove one useless check in visit_store_ssbo()
Samuel Pitoiset
2019-03-20
1
-6
/
+3
*
ac: add ac_build_buffer_store_format() helper
Samuel Pitoiset
2019-03-20
3
-21
/
+119
*
ac/nir: set attrib flags for SSBO and image store operations
Samuel Pitoiset
2019-03-20
1
-3
/
+6
*
ac: make use of ac_get_store_intr_attribs() where possible
Samuel Pitoiset
2019-03-20
1
-6
/
+2
*
radv: fix binding transform feedback buffers
Samuel Pitoiset
2019-03-20
1
-1
/
+1
*
ac: use llvm.amdgcn.fract intrinsic for nir_op_ffract
Samuel Pitoiset
2019-03-20
1
-5
/
+4
*
radv: Use correct image view comparison for fast clears.
Bas Nieuwenhuizen
2019-03-19
1
-1
/
+1
*
anv,radv: Implement VK_KHR_surface_capability_protected
Jason Ekstrand
2019-03-18
1
-0
/
+1
*
radv: Implement VK_EXT_host_query_reset.
Bas Nieuwenhuizen
2019-03-18
3
-0
/
+29
*
radv: Allow fast clears with concurrent queue mask for some layouts.
Bas Nieuwenhuizen
2019-03-18
1
-6
/
+5
*
ac/nir_to_llvm: add assert to emit_bcsel()
Timothy Arceri
2019-03-18
1
-0
/
+2
*
turnip: Deconflict vk_format_table regeneration
Bas Nieuwenhuizen
2019-03-16
1
-3
/
+3
*
radv: always load 3 channels for formats that need to be shuffled
Samuel Pitoiset
2019-03-15
1
-9
/
+14
*
radv: always initialize HTILE when the src layout is UNDEFINED
Samuel Pitoiset
2019-03-14
1
-2
/
+1
*
ac: use the raw tbuffer version for 16-bit SSBO loads
Samuel Pitoiset
2019-03-13
3
-6
/
+3
*
ac: add ac_build_{struct,raw}_tbuffer_load() helpers
Samuel Pitoiset
2019-03-13
3
-23
/
+75
*
radv: use typed buffer loads for vertex input fetches
Samuel Pitoiset
2019-03-13
4
-53
/
+57
*
radv: store more vertex attribute infos as pipeline keys
Samuel Pitoiset
2019-03-13
3
-0
/
+37
*
ac: rework typed buffers loads for LLVM 7
Samuel Pitoiset
2019-03-13
3
-57
/
+83
*
radv: set the maximum number of IBs per submit to 192
Samuel Pitoiset
2019-03-12
2
-1
/
+8
*
ac/nir: fix 16-bit ssbo stores
Rhys Perry
2019-03-12
1
-0
/
+2
[next]