summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-06radeonsi: fix compilation of monolithic PSMarek Olšák1-1/+2
2020-05-06i965: Fix out-of-bounds access to brw_stage_state::surf_offsetDanylo Piliaiev1-23/+29
2020-05-06radv: don't report error with other vendor DRM devicesSamuel Pitoiset1-9/+15
2020-05-06radv: report INITIALIZATION_FAILED when the amdgpu winsys init failedSamuel Pitoiset1-1/+1
2020-05-06zink: lower b2b to b2iErik Faye-Lund4-1/+67
2020-05-06llvmpipo/nir: free compute shader NIRDave Airlie1-0/+2
2020-05-06draw/tess: free tessellation control shader i/o memory.Dave Airlie1-0/+3
2020-05-06nir: add missing group_memory_barrier handlingRhys Perry2-0/+2
2020-05-06radeonsi: don't print gs_copy_shader stats for shaderdbPierre-Eric Pelloux-Prayer1-2/+0
2020-05-06driconf: add force_integer_tex_nearest optionPierre-Eric Pelloux-Prayer6-0/+21
2020-05-06mesa: add gl_coontext::ForceIntegerTexNearestPierre-Eric Pelloux-Prayer6-19/+52
2020-05-05ac/surface: fix MSAA crash with FORCE_SWIZZLE_MODE on gfx9Marek Olšák1-1/+3
2020-05-05Revert "ac: reassociate FP expressions for inexact instructions for radeonsi"Marek Olšák1-9/+0
2020-05-05etnaviv: do not use int filter when anisotropic filtering is usedChristian Gmeiner4-12/+25
2020-05-05etnaviv: fix SAMP_ANISOTROPY register valueChristian Gmeiner1-2/+1
2020-05-05vulkan: Allow destroying NULL debug report callbacksJason Ekstrand1-0/+3
2020-05-05st/mesa: destroy only own program variants when program is releasedTapani Pälli1-1/+3
2020-05-05radeonsi: fix export countPierre-Eric Pelloux-Prayer1-9/+7
2020-05-05Revert "ac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE and assume it's al...Marek Olšák4-29/+22
2020-05-05radv: Extend tiling flags to 64-bit.Bas Nieuwenhuizen1-1/+1
2020-05-05aco: add message to static_assertRhys Perry1-25/+25
2020-05-05aco: remove use of f-stringsRhys Perry1-1/+1
2020-05-05anv,iris: Fix input vertex max for tcs on gen12D Scott Phillips4-3/+10
2020-05-05intel/fs: Update location of Render Target Array Index for gen12D Scott Phillips1-1/+9
2020-05-05panfrost: Add Bifrost texture trampoline BO to batchTomeu Vizoso1-0/+6
2020-05-05radeonsi: revert an accidental change in si_clear_bufferMarek Olšák1-1/+1
2020-05-05radeonsi: unify and align down the max SSBO/TBO/UBO buffer binding sizeMarek Olšák1-9/+3
2020-05-05iris: don't assert on unfinished aux import in copy pathsLionel Landwerlin3-13/+33
2020-05-04intel/ir: Update performance analysis parameters for memory fence codegen cha...Francisco Jerez1-4/+18
2020-05-04freedreno: fix buffer importRob Clark1-1/+2
2020-05-04radv: Fix implicit sync with recent allocation changes.Bas Nieuwenhuizen1-1/+1
2020-04-29turnip: fix wrong substream size in parse_multisample_and_color_blend20.1-branchpointJonathan Marek1-1/+1
2020-04-29util/ra: Improve ra_set_finalize() performance.Eric Anholt1-4/+1
2020-04-29util/ra: Use util_dynarray for handling the conflict lists.Eric Anholt1-35/+18
2020-04-29util/ra: Use util_dynarray for the adjacency list.Eric Anholt1-44/+19
2020-04-29util/ra: Sanity check that we're adding a valid reg to a class.Eric Anholt1-0/+2
2020-04-29util/ra: Sanity check that the driver selected a valid reg.Eric Anholt1-0/+1
2020-04-29freedreno/a4xx: enable A405Konrad Dybcio1-0/+1
2020-04-29iris: handle PIPE_CAP_CLEAR_SCISSOREDMike Blumenkrantz2-12/+17
2020-04-29gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz63-38/+114
2020-04-29i965: Use correct constant for max_variable_local_sizeCaio Marcelo de Oliveira Filho1-1/+1
2020-04-29iris: move iris_vtable to iris_screenMike Blumenkrantz19-187/+201
2020-04-29intel/fs: Don't delete coalesced MOVs if they have a cmodJason Ekstrand1-2/+15
2020-04-29st/mesa: expose more SPIR-V capabilitiesMarek Olšák1-0/+12
2020-04-29mesa: report GL_INVALID_OPERATION for invalid glTextureBuffer targetMarek Olšák1-9/+9
2020-04-29pan/mdg: Replicate 16-bit swizzlesAlyssa Rosenzweig1-0/+6
2020-04-29pan/mdg: Ensure fdot is scalar out in disasmAlyssa Rosenzweig1-0/+11
2020-04-29pan/mdg: Move condense_writemask to disasmAlyssa Rosenzweig2-22/+22
2020-04-29pan/mdg: Pass through some types from schedulingAlyssa Rosenzweig1-0/+4
2020-04-29pan/mdg: Don't crash on unknown branch targetAlyssa Rosenzweig1-1/+2