summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-07ac/nir: fix saturate emissionradv-amd-shader-ballotConnor Abbott1-2/+2
2017-08-07radv: enable VK_AMD_shader_ballotConnor Abbott2-0/+19
2017-08-07ac/nir: add support for SPV_AMD_shader_ballotConnor Abbott1-0/+72
2017-08-07ac: add support for SPV_AMD_shader_ballotConnor Abbott2-0/+818
2017-08-07ac: fix ac_get_type_size() for doublesConnor Abbott1-0/+1
2017-08-07ac: remove bitcast_to_float()Connor Abbott1-16/+2
2017-08-07ac: move ac_to_integer() and ac_to_float() to ac_llvm_build.cConnor Abbott3-140/+150
2017-08-07radv: use nir_lower_group_reduce()Connor Abbott1-0/+1
2017-08-07nir: add a lowering pass for some cross-workgroup intrinsicsConnor Abbott3-0/+182
2017-08-07radv: call nir_lower_cross_thread_to_scalar()Connor Abbott1-0/+1
2017-08-07nir: scalarize AMD_shader_ballot intrinsicsConnor Abbott1-0/+24
2017-08-07nir: rename and generalize nir_lower_read_invocation_to_scalarConnor Abbott4-17/+28
2017-08-07spirv: add plumbing for SPV_AMD_shader_ballot and GroupsConnor Abbott5-1/+324
2017-08-07spirv: import AMD extensions headerConnor Abbott1-0/+93
2017-08-07nir: define intrinsics needed for AMD_shader_ballotConnor Abbott3-3/+129
2017-08-07radv/ac: enable EXT_shader_subgroup_ballot and EXT_shader_subgroup_voteConnor Abbott3-0/+59
2017-08-07radv: call nir_opt_intrinsics()Connor Abbott1-0/+3
2017-08-07radeonsi: move the guts of ARB_shader_group_vote emission to acConnor Abbott3-21/+39
2017-08-07radeonsi: move si_emit_ballot() to acConnor Abbott3-32/+36
2017-08-07radeonsi: move emit_optimization_barrier() to acConnor Abbott3-43/+47
2017-08-07radeonsi: move llvm_get_type_size() to acConnor Abbott3-34/+35
2017-08-07nir/spirv: add plumbing for KHR_shader_ballot and KHR_subgroup_voteConnor Abbott3-0/+109
2017-08-07nir/lower_system_values: handle SPIR-V shader_ballot system valuesConnor Abbott1-0/+38
2017-08-07compiler: add new system values for SPV_KHR_shader_ballotConnor Abbott2-0/+16
2017-08-07mesa: fix 64-bit issues with system_values_readConnor Abbott5-10/+12
2017-08-07nir: use new attributes for ARB_shader_ballot and ARB_shader_group_voteConnor Abbott1-6/+29
2017-08-07nir: take cross-thread operations into account into a few placesConnor Abbott2-0/+35
2017-08-07nir/gcm: use the new convergent attributeConnor Abbott1-49/+23
2017-08-07nir: add new convergent, uniform-control, and cross-thread attributesConnor Abbott1-0/+126
2017-08-08radv: remove semicolon in if(...);Bas Nieuwenhuizen1-1/+1
2017-08-07radv: Fix decompression on multisampled depth buffersAlex Smith2-35/+69
2017-08-07radv: Don't allow fmask swizzling for shareable images.Bas Nieuwenhuizen1-1/+4
2017-08-07radeonsi: fix a compile failure due to disabled assertsMarek Olšák1-1/+1
2017-08-07radeonsi: use optimal packet order when doing a pipeline syncMarek Olšák1-34/+83
2017-08-07radeonsi: expose the number of decompress calls to the HUDMarek Olšák4-7/+20
2017-08-07gallium/radeon: rename GPU-dma-busy -> GPU-cp-dma-busyMarek Olšák4-8/+8
2017-08-07radeonsi: rename shader_userdata -> shader_pointers where appropriateMarek Olšák5-20/+20
2017-08-07radeonsi: prefetch VBO descriptors after the first VGT shaderMarek Olšák1-17/+63
2017-08-07radeonsi: add a separate dirty mask for prefetchesMarek Olšák6-16/+64
2017-08-07radeonsi: add and use si_pm4_state_enabled_and_changedMarek Olšák3-17/+18
2017-08-07radeonsi: de-atomize L2 prefetchMarek Olšák7-9/+11
2017-08-07radeonsi: align all CE dumps to L2 cache line sizeMarek Olšák1-8/+17
2017-08-07radeonsi: remove a tautology sctx->framebuffer.nr_samples >= 1Marek Olšák1-2/+1
2017-08-07gallium/radeon: print all members of radeon_info with R600_DEBUG=infoMarek Olšák2-3/+15
2017-08-07glsl: update the extensions/functions that are enabled for 460Samuel Pitoiset2-17/+99
2017-08-07egl/dri2: add image extension such it's usable by swrast driverGurchetan Singh3-2/+5
2017-08-07st/dri: add drisw image extensionGurchetan Singh1-0/+11
2017-08-07st/dri: move some image functions to dri_helpers.cGurchetan Singh3-106/+124
2017-08-07st/dri: organize order of includers in dri_helpersGurchetan Singh1-2/+3
2017-08-07st/dri: change dri_extensions to dri_helpersGurchetan Singh5-6/+6