aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: Implement vkGetSwapchainGrallocUsage2ANDROID.Bas Nieuwenhuizen2020-05-251-0/+89
* EGL: sync headers with KhronosSimon Ser2020-05-252-21/+244
* st/mesa: Clear texture's views when texture is removed from Shared->TexObjectsDanylo Piliaiev2020-05-254-1/+28
* radv: Do not close fd -1 when NULL-winsys creation fails.Bas Nieuwenhuizen2020-05-251-1/+2
* radv: Remove dead code.Bas Nieuwenhuizen2020-05-251-11/+2
* radv: Handle failing to create .cache dir.Bas Nieuwenhuizen2020-05-251-1/+2
* radv/winsys: Remove extra sizeof multiply.Bas Nieuwenhuizen2020-05-251-1/+1
* radv: advertise VK_AMD_texture_gather_bias_lodSamuel Pitoiset2020-05-252-0/+2
* radv: add support for querying which formats support texture gather LODSamuel Pitoiset2020-05-251-0/+12
* aco: add support for bias/lod with texture gatherSamuel Pitoiset2020-05-251-5/+25
* ac/nir: add support for bias/lod with texture gatherSamuel Pitoiset2020-05-251-3/+3
* spirv: add support for bias/lod with OpImageGatherSamuel Pitoiset2020-05-251-3/+5
* spirv: add SpvCapabilityImageGatherBiasLodAMDSamuel Pitoiset2020-05-252-0/+5
* glsl: subroutine signatures must match exactlyYevhenii Kolesnikov2020-05-241-0/+3
* radv: advertise shaderDeviceClock on GFX8+Samuel Pitoiset2020-05-241-1/+1
* ac/nir: implement nir_intrinsic_shader_clock with device scopeSamuel Pitoiset2020-05-243-4/+7
* ac/nir: fix shader clock with subgroup scopeSamuel Pitoiset2020-05-241-3/+1
* aco: implement nir_intrinsic_shader_clock with device scopeSamuel Pitoiset2020-05-241-2/+6
* spirv: add ReadClockKHR support with device scopeSamuel Pitoiset2020-05-244-2/+18
* radv: remove useless assignment in build_streamout_vertex()Samuel Pitoiset2020-05-241-2/+1
* radv: cleanup physical device featuresSamuel Pitoiset2020-05-241-117/+144
* radv: do not return from radv_GetPhysicalDeviceFeatures2()Samuel Pitoiset2020-05-241-1/+1
* r600: Use TRUNC_COORD on samplersChristopher Egert2020-05-241-0/+3
* panfrost: Ensure final.no_colour is initialized.Vinson Lee2020-05-231-0/+1
* r600/sfn: Initialize VertexStageExportForGS m_num_clip_dist member variable.Vinson Lee2020-05-231-0/+1
* llvmpipe: Fix variable name.Vinson Lee2020-05-231-1/+1
* tree-wide: fix deprecated GitLab URLsEric Engestrom2020-05-236-11/+11
* radeonsi/gfx8: enable TC-compatible HTILE from the beginning as beforeMarek Olšák2020-05-231-1/+9
* radeonsi: don't enable TC-compatible HTILE for stencil if stencil doesn't use itMarek Olšák2020-05-231-1/+2
* radeonsi: split si_all_descriptors_begin_new_cs and rename functionsMarek Olšák2020-05-233-9/+10
* radeonsi: move resetting tracked registers into a new functionMarek Olšák2020-05-232-67/+72
* ac: update register and packet definitions for preemptionMarek Olšák2020-05-238-65/+84
* Revert "radeonsi: don't wait for idle at the end of gfx IBs"Marek Olšák2020-05-231-13/+0
* radeonsi: decrease the max GS invocation count to 32Marek Olšák2020-05-231-3/+2
* radeonsi: don't use INDIRECT_BUFFER within IBsMarek Olšák2020-05-234-35/+0
* ac/surface: don't compute single-sample CMASK if it's unalignedMarek Olšák2020-05-231-1/+4
* ac/gpu_info: compute the best safe IB alignmentMarek Olšák2020-05-234-5/+17
* freedreno: Use the right amount of &'sKristian H. Kristensen2020-05-221-1/+1
* freedreno: Add missing break statement.Vinson Lee2020-05-221-0/+1
* nir/copy_prop_vars: Record progress in more placesJason Ekstrand2020-05-221-0/+3
* nir/opt_deref: Report progress if we remove a derefJason Ekstrand2020-05-221-1/+3
* nir/lower_double_ops: Rework the if (progress) treeJason Ekstrand2020-05-221-1/+8
* frontends/va: Fix deinterlace bottom field first flagThong Thai2020-05-221-2/+2
* pan/mdg: Allow DCE on ld_color_buffer masksAlyssa Rosenzweig2020-05-221-2/+2
* pan/mdg: Ensure we don't DCE into impossible masksAlyssa Rosenzweig2020-05-221-1/+6
* pan/mdg: Lower shifts to 32-bitAlyssa Rosenzweig2020-05-221-0/+8
* pan/mdg: Add pack_colour_32 opcodeAlyssa Rosenzweig2020-05-222-0/+4
* panfrost: Handle !independent_blend for blend shadersAlyssa Rosenzweig2020-05-221-0/+3
* panfrost: Use _mesa_roundevenf when packing clear coloursAlyssa Rosenzweig2020-05-221-13/+14
* panfrost: Fix dated commentAlyssa Rosenzweig2020-05-221-21/+9