summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
...
* ac/shader: fix vertex input with components.Dave Airlie2018-02-281-1/+1
* radv: remove device pointer from buffer.Dave Airlie2018-02-281-1/+0
* ac: implement nir_op_ldexpTimothy Arceri2018-02-281-0/+7
* ac: fix nir_op_fdd{x,y} handlingTimothy Arceri2018-02-281-2/+2
* ac/radeonsi: add load_base_vertex() to the abiTimothy Arceri2018-02-282-1/+9
* ac: add support for handling nir_intrinsic_load_vertex_idTimothy Arceri2018-02-281-0/+4
* ac: fix f2b and i2b for doublesTimothy Arceri2018-02-281-2/+4
* ac/nir: clean up a hack about rounding 2nd coord componentSamuel Pitoiset2018-02-271-3/+5
* radv: expose async compute on SIDave Airlie2018-02-271-2/+0
* radv: merge tess rings into a single boDave Airlie2018-02-272-56/+39
* ac/nir: use ordered float comparisons except for not equalSamuel Pitoiset2018-02-261-3/+3
* ac: make use of ac_get_llvm_num_components() helperTimothy Arceri2018-02-261-5/+1
* radv: Really use correct HTILE expanded words.James Legg2018-02-241-3/+3
* radv/extensions: fix c_vk_version for patch == NoneMauro Rossi2018-02-241-1/+2
* radv: Fix autotools build.Bas Nieuwenhuizen2018-02-231-1/+3
* radv: Return NULL for entrypoints when not supported.Bas Nieuwenhuizen2018-02-234-9/+83
* radv: Reword radv_entrypoints_gen.pyBas Nieuwenhuizen2018-02-231-56/+106
* radv: Track enabled extensions.Bas Nieuwenhuizen2018-02-232-36/+48
* radv: Put supported extensions in a struct.Bas Nieuwenhuizen2018-02-234-63/+133
* ac/nir: remove emission of nir_op_fpowSamuel Pitoiset2018-02-221-4/+0
* radv: enable lowering of fpow to fexp2 and flog2Samuel Pitoiset2018-02-221-0/+1
* ac/nir: set GLC=1 for load/store of coherent/volatile imagesSamuel Pitoiset2018-02-221-3/+4
* ac/radeonsi: pass type to load_tess_varyings()Timothy Arceri2018-02-222-2/+14
* amd/common:add uvd hevc enc support check in hw queryJames Zhu2018-02-212-1/+12
* ac/nir: add glsl_is_array_image() helperSamuel Pitoiset2018-02-211-23/+18
* ac/nir: set the DA field when performing atomics on 3D imagesSamuel Pitoiset2018-02-211-1/+2
* radv: don't send num_tcs_input_cp to sgprs.Dave Airlie2018-02-211-4/+1
* radv/tess: don't need to look in constant for vertices_per_patchDave Airlie2018-02-212-2/+5
* ac/radv: cleanup some tcs output values accessDave Airlie2018-02-211-2/+8
* ac/radv: remove total_vertices variableDave Airlie2018-02-211-4/+3
* ac/radv: don't mark tess inner as used if we don't use it.Dave Airlie2018-02-211-8/+11
* ac/nir: to integer the args to bcsel.Dave Airlie2018-02-201-1/+2
* ac/nir: move ac_declare_lds_as_pointer() outside of the switchSamuel Pitoiset2018-02-201-5/+7
* radv: allow to force family using RADV_FORCE_FAMILYSamuel Pitoiset2018-02-201-0/+33
* radv: compact varyings after removing unused onesSamuel Pitoiset2018-02-191-6/+3
* radeonsi: implement 32-bit pointers in user data SGPRs (v2)Marek Olšák2018-02-172-0/+18
* ac: query high bits of 32-bit address spaceMarek Olšák2018-02-172-0/+8
* radv: Always lower indirect derefs after nir_lower_global_vars_to_local.Bas Nieuwenhuizen2018-02-153-36/+53
* ac/nir: do not reserve user SGPRs for unused descriptor setsSamuel Pitoiset2018-02-151-3/+6
* ac/shader: fix gathering of desc_set_used_maskSamuel Pitoiset2018-02-151-1/+1
* ac/shader: be a little smarter when scanning vertex buffersSamuel Pitoiset2018-02-151-1/+11
* ac: implement nir_intrinsic_image_samplesTimothy Arceri2018-02-151-0/+23
* ac/nir_to_llvm: fix image size for arrays of arraysTimothy Arceri2018-02-151-6/+4
* ac/nir: rename nir_to_llvm_context to radv_shader_contextSamuel Pitoiset2018-02-141-74/+74
* ac: remove nir_to_llvm_context from ac_nir_translate()Samuel Pitoiset2018-02-142-4/+3
* ac/nir: remove nir_to_llvm_context::nir linkSamuel Pitoiset2018-02-141-11/+0
* ac: move the outputs array to the ABISamuel Pitoiset2018-02-142-25/+26
* ac/shader: scan force_persampleSamuel Pitoiset2018-02-142-3/+17
* ac: Use the renumbered const address space for LLVM 7.Bas Nieuwenhuizen2018-02-141-1/+2
* ac/nir: add nir_intrinsic_{load,store}_shared supportTimothy Arceri2018-02-131-0/+46