summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-06VERSION: bump to 20.1.0-rc2mesa-20.1.0-rc2Eric Engestrom1-1/+1
2020-05-06radeonsi: fix compilation of monolithic PSMarek Olšák2-2/+3
2020-05-06i965: Fix out-of-bounds access to brw_stage_state::surf_offsetDanylo Piliaiev2-24/+30
2020-05-06radv: don't report error with other vendor DRM devicesSamuel Pitoiset2-10/+16
2020-05-06radv: report INITIALIZATION_FAILED when the amdgpu winsys init failedSamuel Pitoiset2-2/+2
2020-05-06zink: lower b2b to b2iErik Faye-Lund5-2/+68
2020-05-06llvmpipo/nir: free compute shader NIRDave Airlie2-1/+3
2020-05-06draw/tess: free tessellation control shader i/o memory.Dave Airlie2-1/+4
2020-05-06nir: add missing group_memory_barrier handlingRhys Perry3-1/+3
2020-05-06radeonsi: don't print gs_copy_shader stats for shaderdbPierre-Eric Pelloux-Prayer2-3/+1
2020-05-06driconf: add force_integer_tex_nearest optionPierre-Eric Pelloux-Prayer7-1/+22
2020-05-06mesa: add gl_coontext::ForceIntegerTexNearestPierre-Eric Pelloux-Prayer7-20/+53
2020-05-06.pick_status.json: Update to 29da52128090a1ef8ef782188c0f67c7f5ec8d19Eric Engestrom1-0/+999
2020-05-06.pick_status.json: Mark 3fac55ce0d066d767d6c6c8308f79d0c3e566ec0 as denominatedEric Engestrom1-1/+1
2020-05-05ac/surface: fix MSAA crash with FORCE_SWIZZLE_MODE on gfx9Marek Olšák2-2/+4
2020-05-05Revert "ac: reassociate FP expressions for inexact instructions for radeonsi"Marek Olšák2-10/+1
2020-05-05etnaviv: do not use int filter when anisotropic filtering is usedChristian Gmeiner5-13/+26
2020-05-05etnaviv: fix SAMP_ANISOTROPY register valueChristian Gmeiner2-3/+2
2020-05-05vulkan: Allow destroying NULL debug report callbacksJason Ekstrand2-1/+4
2020-05-05st/mesa: destroy only own program variants when program is releasedTapani Pälli2-2/+4
2020-05-05radeonsi: fix export countPierre-Eric Pelloux-Prayer2-10/+8
2020-05-05.pick_status.json: Update to 57796946985de60204189426ca8eb7bbfa97c396Eric Engestrom1-0/+549
2020-05-05Revert "ac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE and assume it's al...Marek Olšák5-30/+23
2020-05-05radv: Extend tiling flags to 64-bit.Bas Nieuwenhuizen2-2/+2
2020-05-05aco: add message to static_assertRhys Perry2-26/+26
2020-05-05aco: remove use of f-stringsRhys Perry2-2/+2
2020-05-05anv,iris: Fix input vertex max for tcs on gen12D Scott Phillips5-4/+11
2020-05-05intel/fs: Update location of Render Target Array Index for gen12D Scott Phillips2-2/+10
2020-05-05panfrost: Add Bifrost texture trampoline BO to batchTomeu Vizoso2-1/+7
2020-05-05ci: fix reporting the number of unexpected/flakesSamuel Pitoiset2-3/+3
2020-05-05radeonsi: revert an accidental change in si_clear_bufferMarek Olšák2-2/+2
2020-05-05radeonsi: unify and align down the max SSBO/TBO/UBO buffer binding sizeMarek Olšák2-10/+4
2020-05-05iris: don't assert on unfinished aux import in copy pathsLionel Landwerlin4-14/+34
2020-05-04gitlab-ci: update tracie README after changes in main scriptAndres Gomez2-12/+7
2020-05-04intel/ir: Update performance analysis parameters for memory fence codegen cha...Francisco Jerez2-5/+19
2020-05-04freedreno: fix buffer importRob Clark2-2/+3
2020-05-04radv: Fix implicit sync with recent allocation changes.Bas Nieuwenhuizen2-2/+2
2020-05-04.pick_status.json: Update to af55bdd05d94eda59ee1c9331a50045000da5db5Eric Engestrom1-0/+1604
2020-04-30VERSION: bump to 20.1.0-rc1mesa-20.1.0-rc1Eric Engestrom1-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