aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pan/decode: Use correct printf modifier for long intTomeu Vizoso2020-04-301-1/+1
* pan/decode: Check for correct unknown fieldTomeu Vizoso2020-04-301-1/+1
* panfrost: Don't leak temporary descriptors arrayTomeu Vizoso2020-04-301-0/+2
* panfrost: Emit blend descriptors on BifrostTomeu Vizoso2020-04-309-56/+200
* panfrost: Enumify bifrost blend typesAlyssa Rosenzweig2020-04-301-8/+11
* gitlab-ci: update tracie README after changes in main scriptAndres Gomez2020-04-301-11/+6
* .mailmap: add an alias for Andres GomezAndres Gomez2020-04-301-0/+2
* .mailmap: add an alias for Iago Toral QuirogaAndres Gomez2020-04-301-0/+2
* ci: Add intel to shaderdb runsLionel Landwerlin2020-04-301-1/+2
* intel: add stub_gpu toolLionel Landwerlin2020-04-303-0/+468
* intel/dev: print out error when platform is not found by nameLionel Landwerlin2020-04-301-0/+6
* drm-shim: silence warningsLionel Landwerlin2020-04-301-15/+28
* drm-shim: don't create a memfd per BOLionel Landwerlin2020-04-302-13/+30
* drm-shim: move handle lock to shim_fdLionel Landwerlin2020-04-302-9/+12
* gallium: extract out logicop helperRob Clark2020-04-305-68/+30
* gallivm: fix half to float conversions with llvm 11Roland Scheidegger2020-04-301-10/+24
* cut 20.1 branchEric Engestrom2020-04-293-24/+2
* intel/ir: Update performance analysis parameters for memory fence codegen cha...Francisco Jerez2020-04-291-4/+18
* docs: update calendar, add news item, and link releases notes for 20.0.6Dylan Baker2020-04-293-7/+4
* docs: Add SHA256 sums for 20.0.6Dylan Baker2020-04-291-1/+1
* docs: Add release notes for 20.0.6Dylan Baker2020-04-291-0/+130
* pan/mdg: Be a bit more pedantic in invert passesAlyssa Rosenzweig2020-04-291-0/+1
* pan/mdg: Track more typesAlyssa Rosenzweig2020-04-291-3/+11
* freedreno: fix buffer importRob Clark2020-04-291-1/+2
* i965: remove unused variableMarcin Ślusarz2020-04-291-2/+0
* radv: Fix implicit sync with recent allocation changes.Bas Nieuwenhuizen2020-04-291-1/+1
* freedreno: switch to simple_mtxRob Clark2020-04-292-7/+7
* freedreno: add screen lock wrappersRob Clark2020-04-2910-51/+69
* util/simple_mtx: add assert_locked()Rob Clark2020-04-291-0/+22
* 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
* pan/mdg: Make some branch targets more explicitAlyssa Rosenzweig2020-04-291-0/+2
* pan/mdg: Always print the maskAlyssa Rosenzweig2020-04-291-3/+1