aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: Update MAX_API_VERSION to 1.1.0Bas Nieuwenhuizen2018-03-077-37/+37
* ac/nir: Add vote_ieq/vote_feq lowering pass.Bas Nieuwenhuizen2018-03-075-5/+99
* nir: Generalize nir_intrinsic_vote_eqJason Ekstrand2018-03-071-1/+1
* vulkan: Rename multiview from KHX to KHRJason Ekstrand2018-03-073-8/+8
* radeonsi: fix passing address32_hi to LLVM for high valuesMarek Olšák2018-03-072-3/+3
* radv: Add entrypoints generation with the new vk.xmlBas Nieuwenhuizen2018-03-071-107/+164
* ac/nir: don't put lod into args if it's zero.Dave Airlie2018-03-071-2/+1
* radv: report the scratch private memory size with shader statsSamuel Pitoiset2018-03-061-1/+3
* ac/nir: count the scratch private memory sizeSamuel Pitoiset2018-03-062-2/+9
* ac: add ac_count_scratch_private_memory()Samuel Pitoiset2018-03-062-0/+34
* ac/nir: only enable used channels when exporting parametersSamuel Pitoiset2018-03-061-4/+20
* ac: update enabled channels mask when optimizing PARAM exportsSamuel Pitoiset2018-03-061-2/+16
* ac/nir: pass the number of enabled channels to si_llvm_init_export_args()Samuel Pitoiset2018-03-061-8/+13
* ac/shader: scan output usage mask for VS and TESSamuel Pitoiset2018-03-062-0/+22
* vulkan: do not expose surface/swapchain extensions on AndroidTapani Pälli2018-03-061-2/+2
* ac: pass the unmodified number of components to load gs inputsTimothy Arceri2018-03-061-2/+2
* ac: add ac_build_fsign()Samuel Pitoiset2018-03-053-25/+28
* ac: add ac_build_isign()Samuel Pitoiset2018-03-053-24/+28
* ac: add ac_build_fract()Samuel Pitoiset2018-03-053-26/+34
* ac/radv: move lower_indirect_derefs() to ac_nir_to_llvm.cTimothy Arceri2018-03-055-48/+44
* radv: Fix copying from 3D images starting at non-zero depth.Bas Nieuwenhuizen2018-03-051-0/+3
* radv: do not set pending_reset_query in BeginCommandBuffer()Samuel Pitoiset2018-03-021-7/+0
* ac: fix nir_intrinsic_shared_atomic_comp_swap handlingTimothy Arceri2018-03-021-1/+1
* radv: only emit cache flushes when the pool size is large enoughSamuel Pitoiset2018-03-013-11/+15
* radv: keep track of the query pool sizeSamuel Pitoiset2018-03-012-5/+5
* radv: make sure to emit cache flushes before starting a querySamuel Pitoiset2018-03-013-7/+33
* radv: Use the syncobj wait ioctl to wait on fences if possible.Bas Nieuwenhuizen2018-03-013-9/+26
* radv: Implement more efficient !waitAll fence waiting.Bas Nieuwenhuizen2018-03-013-0/+75
* radv: Implement waiting on non-submitted fences.Bas Nieuwenhuizen2018-03-011-2/+11
* radv: Implement WaitForFences with !waitAll.Bas Nieuwenhuizen2018-03-011-5/+15
* ac/nir: fix shared atomic operations.Dave Airlie2018-03-011-5/+5
* ac/nir: don't apply slice rounding on txf_msDave Airlie2018-03-011-1/+1
* ac/shader: move scanning some info about input PS declarationsSamuel Pitoiset2018-02-285-15/+26
* ac/radv: move load base vertex abi setup to vertex shader.Dave Airlie2018-02-281-1/+1
* 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