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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac/nir: make use of ac_build_imin() where possible
Samuel Pitoiset
2019-04-12
1
-5
/
+5
*
ac/nir: make use of ac_build_imax() where possible
Samuel Pitoiset
2019-04-12
1
-7
/
+6
*
ac/nir_to_llvm: add image bindless support
Timothy Arceri
2019-04-12
1
-57
/
+153
*
ac/nir_to_llvm: make get_sampler_desc() more generic and pass it the image in...
Timothy Arceri
2019-04-12
1
-18
/
+21
*
glsl_to_nir: handle bindless textures
Karol Herbst
2019-04-12
1
-2
/
+10
*
ac: add 16-bit support to ac_build_ddxy()
Rhys Perry
2019-04-10
1
-5
/
+17
*
ac/nir: fix nir_op_b2f16
Samuel Pitoiset
2019-04-10
1
-3
/
+9
*
ac/nir: fix intrinsic names for atomic operations with LLVM 9+
Samuel Pitoiset
2019-04-08
1
-11
/
+21
*
radeonsi: enable displayable DCC on Ravens
Marek Olšák
2019-04-04
1
-0
/
+8
*
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
*
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
*
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
*
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
*
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
*
ac/nir: implement 16-bit pack/unpack opcodes
Rhys Perry
2019-03-22
1
-0
/
+24
*
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
*
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
*
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
[next]