summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-29pan/mdg: Make some branch targets more explicitAlyssa Rosenzweig1-0/+2
2020-04-29pan/mdg: Always print the maskAlyssa Rosenzweig1-3/+1
2020-04-29pan/mdg: Specialize swizzle to typeAlyssa Rosenzweig1-6/+12
2020-04-29pan/mdg: Lower specials to 32-bitAlyssa Rosenzweig1-0/+6
2020-04-29pan/mdg: Move sampler_type emission to pack timeAlyssa Rosenzweig2-16/+16
2020-04-29pan/mdg: Set texture full fields at pack timeAlyssa Rosenzweig2-5/+9
2020-04-29pan/mdg: Track texture typesAlyssa Rosenzweig1-1/+10
2020-04-29pan/mdg: Track v_mov type (force uint32 for now?)Alyssa Rosenzweig1-0/+2
2020-04-29pan/mdg: Denoise printsAlyssa Rosenzweig1-9/+21
2020-04-29pan/mdg: Track a primary type for I/OAlyssa Rosenzweig1-15/+17
2020-04-29pan/mdg: Another goofy comment goneAlyssa Rosenzweig1-9/+1
2020-04-29pan/mdg: Track ALU dest typeAlyssa Rosenzweig1-2/+3
2020-04-29pan/mdg: Track ALU src typesAlyssa Rosenzweig1-18/+20
2020-04-29pan/mdg: Add type fields to IRAlyssa Rosenzweig2-7/+13
2020-04-29pan/bi: Share ALU type printingAlyssa Rosenzweig3-31/+34
2020-04-29pan/mdg: Set lower_flrp16Alyssa Rosenzweig1-0/+1
2020-04-29pan/mdg: Remove old hackAlyssa Rosenzweig1-3/+0
2020-04-29pan/mdg: Remove goofy 16-bit commentAlyssa Rosenzweig1-8/+0
2020-04-29pan/mdg: Don't break SSAAlyssa Rosenzweig1-7/+2
2020-04-29pan/mdg: SSA_FIXED_MINIMUM already covered by PAN_IS_REGAlyssa Rosenzweig2-3/+1
2020-04-29pan/mdg: Use PAN_IS_REGAlyssa Rosenzweig6-21/+17
2020-04-29pan/mdg: Remove nir_alu_src_indexAlyssa Rosenzweig3-10/+4
2020-04-29pan/bi: Use common IR indicesAlyssa Rosenzweig6-57/+24
2020-04-29panfrost: Move Bifrost IR indexing to commonAlyssa Rosenzweig1-0/+32
2020-04-29panfrost: Fix BO reference countingAlyssa Rosenzweig1-2/+2
2020-04-29ac: enable displayable DCC on Navi12 & Navi14Marek Olšák1-4/+7
2020-04-29ac/surface: validate that DCC is enabled correctly on gfx9+Marek Olšák1-0/+69
2020-04-29ac/surface: add code for gfx10 displayable DCCMarek Olšák6-26/+88
2020-04-29ac/surface: move non-displayable DCC to the end of the bufferMarek Olšák1-3/+6
2020-04-29ac/surface: don't compute DCC if it's unsupported by DCN on gfx9+Marek Olšák2-21/+30
2020-04-29ac/surface: match get_display_flag() with expectations for is_displayableMarek Olšák1-1/+7