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
*
radeonsi: enable displayable DCC on Ravens
Marek Olšák
2019-04-04
2
-0
/
+12
*
radeonsi: add support for displayable DCC for multi-RB chips
Marek Olšák
2019-04-04
4
-10
/
+134
*
radeonsi: add support for displayable DCC for 1 RB chips
Marek Olšák
2019-04-04
4
-3
/
+29
*
amd/addrlib: fix uninitialized values for Addr2ComputeDccAddrFromCoord
Marek Olšák
2019-04-04
1
-0
/
+2
*
radv: partially enable VK_KHR_shader_float16_int8
Samuel Pitoiset
2019-04-01
3
-0
/
+10
*
ac: add 8-bit and 64-bit support to ac_build_bitfield_reverse()
Samuel Pitoiset
2019-04-01
1
-0
/
+14
*
ac: add 8-bit support to ac_build_umsb()
Samuel Pitoiset
2019-04-01
1
-1
/
+7
*
ac: add 8-bit support to ac_find_lsb()
Samuel Pitoiset
2019-04-01
1
-1
/
+6
*
ac: add 8-bit support to ac_build_bit_count()
Samuel Pitoiset
2019-04-01
1
-0
/
+7
*
ac/nir: add support for nir_op_b2i8
Samuel Pitoiset
2019-04-01
1
-0
/
+3
*
radv: lower 16-bit flrp
Rhys Perry
2019-04-01
1
-0
/
+1
*
ac: fix ac_build_umsb() for 16-bit integer type
Samuel Pitoiset
2019-04-01
1
-1
/
+6
*
ac: fix ac_find_lsb() for 16-bit integer type
Samuel Pitoiset
2019-04-01
1
-0
/
+2
*
ac: fix ac_build_bitfield_reverse() for 16-bit integer type
Samuel Pitoiset
2019-04-01
1
-0
/
+2
*
ac: fix ac_build_bit_count() for 16-bit integer type
Samuel Pitoiset
2019-04-01
1
-0
/
+2
*
ac/nir: fix nir_op_b2i16
Samuel Pitoiset
2019-04-01
1
-3
/
+9
*
Revert "ac/nir: use new LLVM 8 intrinsics for SSBO atomic operations"
Timothy Arceri
2019-03-29
1
-42
/
+24
*
ac: fix return type for llvm.amdgcn.frexp.exp.i32.64
Samuel Pitoiset
2019-03-29
1
-1
/
+1
*
radv: do not always initialize HTILE in compressed state
Samuel Pitoiset
2019-03-29
1
-2
/
+8
*
radv: skip updating depth/color metadata for conditional rendering
Samuel Pitoiset
2019-03-28
1
-3
/
+3
*
radv: enable VK_AMD_gpu_shader_int16
Samuel Pitoiset
2019-03-28
1
-0
/
+1
*
radv: do not lower frexp_exp and frexp_sig
Samuel Pitoiset
2019-03-28
1
-1
/
+0
*
ac: add ac_build_frex_exp() helper ans 16-bit/32-bit support
Samuel Pitoiset
2019-03-28
3
-3
/
+33
*
ac: add ac_build_frexp_mant() helper and 16-bit/32-bit support
Samuel Pitoiset
2019-03-28
3
-2
/
+31
*
Revert "anv/radv: release memory allocated by glsl types during spirv_to_nir"
Jason Ekstrand
2019-03-27
1
-2
/
+0
*
ac: use llvm.amdgcn.fmed3 intrinsic for nir_op_fmed3
Samuel Pitoiset
2019-03-27
3
-8
/
+36
*
amd/surface: provide firstMipIdInTail for metadata surface calculations
Nicolai Hähnle
2019-03-26
1
-0
/
+2
*
ac/nir: Return frag_coord as integer.
Bas Nieuwenhuizen
2019-03-26
1
-1
/
+2
*
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
[next]