summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* pan/mdg: Make some branch targets more explicitAlyssa Rosenzweig2020-04-291-0/+2
* pan/mdg: Always print the maskAlyssa Rosenzweig2020-04-291-3/+1
* pan/mdg: Specialize swizzle to typeAlyssa Rosenzweig2020-04-291-6/+12
* pan/mdg: Lower specials to 32-bitAlyssa Rosenzweig2020-04-291-0/+6
* pan/mdg: Move sampler_type emission to pack timeAlyssa Rosenzweig2020-04-292-16/+16
* pan/mdg: Set texture full fields at pack timeAlyssa Rosenzweig2020-04-292-5/+9
* pan/mdg: Track texture typesAlyssa Rosenzweig2020-04-291-1/+10
* pan/mdg: Track v_mov type (force uint32 for now?)Alyssa Rosenzweig2020-04-291-0/+2
* pan/mdg: Denoise printsAlyssa Rosenzweig2020-04-291-9/+21
* pan/mdg: Track a primary type for I/OAlyssa Rosenzweig2020-04-291-15/+17
* pan/mdg: Another goofy comment goneAlyssa Rosenzweig2020-04-291-9/+1
* pan/mdg: Track ALU dest typeAlyssa Rosenzweig2020-04-291-2/+3
* pan/mdg: Track ALU src typesAlyssa Rosenzweig2020-04-291-18/+20
* pan/mdg: Add type fields to IRAlyssa Rosenzweig2020-04-292-7/+13
* pan/bi: Share ALU type printingAlyssa Rosenzweig2020-04-293-31/+34