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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Fix autotools build.
Bas Nieuwenhuizen
2018-02-23
1
-1
/
+3
*
radv: Return NULL for entrypoints when not supported.
Bas Nieuwenhuizen
2018-02-23
4
-9
/
+83
*
radv: Reword radv_entrypoints_gen.py
Bas Nieuwenhuizen
2018-02-23
1
-56
/
+106
*
radv: Track enabled extensions.
Bas Nieuwenhuizen
2018-02-23
2
-36
/
+48
*
radv: Put supported extensions in a struct.
Bas Nieuwenhuizen
2018-02-23
4
-63
/
+133
*
ac/nir: remove emission of nir_op_fpow
Samuel Pitoiset
2018-02-22
1
-4
/
+0
*
radv: enable lowering of fpow to fexp2 and flog2
Samuel Pitoiset
2018-02-22
1
-0
/
+1
*
ac/nir: set GLC=1 for load/store of coherent/volatile images
Samuel Pitoiset
2018-02-22
1
-3
/
+4
*
ac/radeonsi: pass type to load_tess_varyings()
Timothy Arceri
2018-02-22
2
-2
/
+14
*
amd/common:add uvd hevc enc support check in hw query
James Zhu
2018-02-21
2
-1
/
+12
*
ac/nir: add glsl_is_array_image() helper
Samuel Pitoiset
2018-02-21
1
-23
/
+18
*
ac/nir: set the DA field when performing atomics on 3D images
Samuel Pitoiset
2018-02-21
1
-1
/
+2
*
radv: don't send num_tcs_input_cp to sgprs.
Dave Airlie
2018-02-21
1
-4
/
+1
*
radv/tess: don't need to look in constant for vertices_per_patch
Dave Airlie
2018-02-21
2
-2
/
+5
*
ac/radv: cleanup some tcs output values access
Dave Airlie
2018-02-21
1
-2
/
+8
*
ac/radv: remove total_vertices variable
Dave Airlie
2018-02-21
1
-4
/
+3
*
ac/radv: don't mark tess inner as used if we don't use it.
Dave Airlie
2018-02-21
1
-8
/
+11
*
ac/nir: to integer the args to bcsel.
Dave Airlie
2018-02-20
1
-1
/
+2
*
ac/nir: move ac_declare_lds_as_pointer() outside of the switch
Samuel Pitoiset
2018-02-20
1
-5
/
+7
*
radv: allow to force family using RADV_FORCE_FAMILY
Samuel Pitoiset
2018-02-20
1
-0
/
+33
*
radv: compact varyings after removing unused ones
Samuel Pitoiset
2018-02-19
1
-6
/
+3
*
radeonsi: implement 32-bit pointers in user data SGPRs (v2)
Marek Olšák
2018-02-17
2
-0
/
+18
*
ac: query high bits of 32-bit address space
Marek Olšák
2018-02-17
2
-0
/
+8
*
radv: Always lower indirect derefs after nir_lower_global_vars_to_local.
Bas Nieuwenhuizen
2018-02-15
3
-36
/
+53
*
ac/nir: do not reserve user SGPRs for unused descriptor sets
Samuel Pitoiset
2018-02-15
1
-3
/
+6
*
ac/shader: fix gathering of desc_set_used_mask
Samuel Pitoiset
2018-02-15
1
-1
/
+1
*
ac/shader: be a little smarter when scanning vertex buffers
Samuel Pitoiset
2018-02-15
1
-1
/
+11
*
ac: implement nir_intrinsic_image_samples
Timothy Arceri
2018-02-15
1
-0
/
+23
*
ac/nir_to_llvm: fix image size for arrays of arrays
Timothy Arceri
2018-02-15
1
-6
/
+4
*
ac/nir: rename nir_to_llvm_context to radv_shader_context
Samuel Pitoiset
2018-02-14
1
-74
/
+74
*
ac: remove nir_to_llvm_context from ac_nir_translate()
Samuel Pitoiset
2018-02-14
2
-4
/
+3
*
ac/nir: remove nir_to_llvm_context::nir link
Samuel Pitoiset
2018-02-14
1
-11
/
+0
*
ac: move the outputs array to the ABI
Samuel Pitoiset
2018-02-14
2
-25
/
+26
*
ac/shader: scan force_persample
Samuel Pitoiset
2018-02-14
2
-3
/
+17
*
ac: Use the renumbered const address space for LLVM 7.
Bas Nieuwenhuizen
2018-02-14
1
-1
/
+2
*
ac/nir: add nir_intrinsic_{load,store}_shared support
Timothy Arceri
2018-02-13
1
-0
/
+46
*
ac/nir_to_llvm: add support for nir_intrinsic_shared_atomic_*
Timothy Arceri
2018-02-13
1
-6
/
+42
*
radv: Fix compiler warning about uninitialized 'set'
Eric Anholt
2018-02-12
1
-1
/
+1
*
ac/nir: Fix compiler warning about uninitialized dw_addr.
Eric Anholt
2018-02-12
1
-1
/
+1
*
ac/nir: remove backlink to nir_to_llvm_context
Samuel Pitoiset
2018-02-12
1
-6
/
+0
*
ac/nir: remove nir_to_llvm_context::module
Samuel Pitoiset
2018-02-12
1
-13
/
+10
*
ac/nir: remove nir_to_llvm_context::builder
Samuel Pitoiset
2018-02-12
1
-95
/
+92
*
ac/nir: drop nir_to_llvm_context from glsl_to_llvm_type()
Samuel Pitoiset
2018-02-12
1
-13
/
+13
*
ac/nir: drop nir_to_llvm_context from visit_var_atomic()
Samuel Pitoiset
2018-02-12
1
-7
/
+7
*
ac/nir: drop nir_to_llvm_context from visit_vulkan_resource_reindex()
Samuel Pitoiset
2018-02-12
1
-5
/
+5
*
ac/nir: drop nir_to_llvm_context from visit_load_push_constant()
Samuel Pitoiset
2018-02-12
1
-6
/
+7
*
ac/nir: drop nir_to_llvm_context from cast_ptr()
Samuel Pitoiset
2018-02-12
1
-3
/
+3
*
ac/nir: drop nir_to_llvm_context from visit_load_local_invocation_index()
Samuel Pitoiset
2018-02-12
1
-4
/
+4
*
ac/nir: drop nir_to_llvm_context from emit_f2f16()
Samuel Pitoiset
2018-02-12
1
-15
/
+14
*
ac: remove unused parameters in abi::load_tess_coord()
Samuel Pitoiset
2018-02-12
2
-6
/
+3
[next]