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