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: 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
*
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
*
ac: use llvm.amdgcn.fract intrinsic for nir_op_ffract
Samuel Pitoiset
2019-03-20
1
-5
/
+4
*
ac/nir_to_llvm: add assert to emit_bcsel()
Timothy Arceri
2019-03-18
1
-0
/
+2
*
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
2
-17
/
+68
*
ac: rework typed buffers loads for LLVM 7
Samuel Pitoiset
2019-03-13
3
-57
/
+83
*
ac/nir: fix 16-bit ssbo stores
Rhys Perry
2019-03-12
1
-0
/
+2
*
nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()
Timothy Arceri
2019-03-06
1
-1
/
+1
*
glsl: rename record_location_offset() -> struct_location_offset()
Timothy Arceri
2019-03-06
1
-2
/
+2
*
radv: Fix float16 interpolation set up.
Bas Nieuwenhuizen
2019-02-22
2
-0
/
+39
*
radv: Handle clip+cull distances more generally as compact arrays.
Bas Nieuwenhuizen
2019-02-20
1
-2
/
+11
*
radeonsi: Go back to using llvm.pow intrinsic for nir_op_fpow
Kenneth Graunke
2019-02-19
1
-0
/
+4
*
ac/nir: implement half-float nir_op_ldexp
Rhys Perry
2019-02-19
1
-1
/
+3
*
ac/nir: implement half-float nir_op_frsq
Rhys Perry
2019-02-19
1
-2
/
+1
*
ac/nir: implement half-float nir_op_frcp
Rhys Perry
2019-02-19
1
-2
/
+1
*
ac/nir: make ac_build_fdiv support 16-bit floats
Rhys Perry
2019-02-19
1
-1
/
+1
*
ac/nir: make ac_build_isign work on all bit sizes
Rhys Perry
2019-02-19
1
-23
/
+4
*
ac/nir: make ac_build_clamp work on all bit sizes
Rhys Perry
2019-02-19
1
-4
/
+9
*
ac/nir: fix 64-bit nir_op_f2f16_rtz
Rhys Perry
2019-02-19
1
-0
/
+2
*
ac/nir: implement 8-bit nir_load_const_instr
Rhys Perry
2019-02-19
1
-0
/
+4
*
ac: use new LLVM 8 intrinsic when loading 16-bit values
Samuel Pitoiset
2019-02-18
1
-14
/
+27
*
ac: add ac_build_llvm8_tbuffer_load() helper
Samuel Pitoiset
2019-02-18
2
-0
/
+52
*
ac: make use of ac_build_expand_to_vec4() in visit_image_store()
Samuel Pitoiset
2019-02-14
3
-8
/
+6
*
radv: add support for push constants inlining when possible
Samuel Pitoiset
2019-02-12
2
-3
/
+29
*
amd/common: Implement global memory accesses.
Bas Nieuwenhuizen
2019-02-06
1
-20
/
+131
*
amd/common: Do not use 32-bit loads for shared memory.
Bas Nieuwenhuizen
2019-02-06
1
-6
/
+12
*
amd/common: handle nir_deref_cast for shared memory from integers.
Bas Nieuwenhuizen
2019-02-06
1
-68
/
+82
*
amd/common: Handle nir_deref_type_ptr_as_array for shared memory.
Bas Nieuwenhuizen
2019-02-06
1
-0
/
+4
*
amd/common: Fix stores to derefs with unknown variable.
Bas Nieuwenhuizen
2019-02-06
1
-8
/
+13
*
amd/common: Use correct writemask for shared memory stores.
Bas Nieuwenhuizen
2019-02-06
1
-1
/
+1
*
amd/common: Implement ptr->int casts in ac_to_integer.
Bas Nieuwenhuizen
2019-02-06
1
-0
/
+13
*
amd/common: Add gep helper for pointer increment.
Bas Nieuwenhuizen
2019-02-06
2
-0
/
+13
*
ac/radv/radeonsi: add ac_get_num_physical_sgprs() helper
Timothy Arceri
2019-02-01
1
-0
/
+6
[prev]
[next]