summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-08radv/ac: enable EXT_shader_subgroup_ballot and EXT_shader_subgroup_voteradv-shader-ballot-v4Connor Abbott3-0/+59
2017-08-08radv: call nir_opt_intrinsics()Connor Abbott1-0/+3
2017-08-08radeonsi: move the guts of ARB_shader_group_vote emission to acConnor Abbott3-21/+39
2017-08-08radeonsi: move si_emit_ballot() to acConnor Abbott3-32/+36
2017-08-08radeonsi: move emit_optimization_barrier() to acConnor Abbott3-43/+47
2017-08-08radeonsi: move llvm_get_type_size() to acConnor Abbott3-34/+35
2017-08-08nir/spirv: add plumbing for KHR_shader_ballot and KHR_subgroup_voteConnor Abbott3-0/+109
2017-08-08nir/lower_system_values: handle SPIR-V shader_ballot system valuesConnor Abbott1-0/+38
2017-08-08compiler: add new system values for SPV_KHR_shader_ballotConnor Abbott2-0/+16
2017-08-08mesa: fix 64-bit issues with system_values_readConnor Abbott5-10/+12
2017-08-08nir: use new attributes for ARB_shader_ballot and ARB_shader_group_votenir-divergence-v4Connor Abbott1-6/+29
2017-08-08nir: take cross-thread operations into account into a few placesConnor Abbott2-0/+35
2017-08-08nir/gcm: use the new convergent attributeConnor Abbott1-49/+23
2017-08-08nir: add new convergent, uniform-control, and cross-thread attributesConnor Abbott1-0/+126
2017-08-08ac/nir: fix saturate emissionConnor Abbott1-2/+2
2017-08-08i965: Only call create_for_planar_image for multiple planesJason Ekstrand1-1/+4
2017-08-08mesa: don't error check the default buffer objectTimothy Arceri1-11/+11
2017-08-08mesa: check default buffer object creation was successfulTimothy Arceri1-0/+9
2017-08-08mesa: add NULL checking to free_shared_state()Timothy Arceri2-31/+65
2017-08-07glapi: per the extension spec, the EXT-suffixed function should be usedIlia Mirkin1-10/+0
2017-08-07include: update GLES gl2ext header to no longer reference bad functionIlia Mirkin1-5/+52
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
2017-08-07i965/miptree: Set supports_fast_clear = false in make_shareableJason Ekstrand1-0/+1
2017-08-07i965/miptree: Rework create flagsJason Ekstrand8-38/+52
2017-08-07i965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)Jason Ekstrand6-24/+8
2017-08-07i965/miptree: Delete an unused function declarationJason Ekstrand1-5/+0
2017-08-07i965/miptree: Call alloc_aux in create_for_boJason Ekstrand1-6/+7
2017-08-07i965/miptree: Delete MIPTREE_LAYOUT_FOR_SCANOUTJason Ekstrand3-7/+15
2017-08-07i965/miptree: Delete some unused layout flagsJason Ekstrand2-10/+2
2017-08-07i965/miptree: Refactor is_mcs_supportedJason Ekstrand1-4/+9