summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* pan/mdg: Set lower_flrp16Alyssa Rosenzweig2020-04-291-0/+1
* pan/mdg: Remove old hackAlyssa Rosenzweig2020-04-291-3/+0
* pan/mdg: Remove goofy 16-bit commentAlyssa Rosenzweig2020-04-291-8/+0
* pan/mdg: Don't break SSAAlyssa Rosenzweig2020-04-291-7/+2
* pan/mdg: SSA_FIXED_MINIMUM already covered by PAN_IS_REGAlyssa Rosenzweig2020-04-292-3/+1
* pan/mdg: Use PAN_IS_REGAlyssa Rosenzweig2020-04-296-21/+17
* pan/mdg: Remove nir_alu_src_indexAlyssa Rosenzweig2020-04-293-10/+4
* pan/bi: Use common IR indicesAlyssa Rosenzweig2020-04-296-57/+24
* panfrost: Move Bifrost IR indexing to commonAlyssa Rosenzweig2020-04-291-0/+32
* panfrost: Fix BO reference countingAlyssa Rosenzweig2020-04-291-2/+2
* ac: enable displayable DCC on Navi12 & Navi14Marek Olšák2020-04-291-4/+7
* ac/surface: validate that DCC is enabled correctly on gfx9+Marek Olšák2020-04-291-0/+69
* ac/surface: add code for gfx10 displayable DCCMarek Olšák2020-04-296-26/+88
* ac/surface: move non-displayable DCC to the end of the bufferMarek Olšák2020-04-291-3/+6
* ac/surface: don't compute DCC if it's unsupported by DCN on gfx9+Marek Olšák2020-04-292-21/+30
* ac/surface: match get_display_flag() with expectations for is_displayableMarek Olšák2020-04-291-1/+7
* ac/surface: replace RADEON_SURF_OPTIMIZE_FOR_SPACE with !FORCE_SWIZZLE_MODEMarek Olšák2020-04-295-10/+8
* ac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE and assume it's always setMarek Olšák2020-04-294-23/+30
* ac/surface: rename micro tile mode enums like gfx10 uses themMarek Olšák2020-04-294-15/+17
* winsys/svga: Optionally avoid caching buffer mapsThomas Hellstrom2020-04-294-12/+22
* gallium/pipebuffer: Use persistent maps for slabsThomas Hellstrom2020-04-293-4/+14
* radv: Use smaller esgs_itemsize for ACO.Timur Kristóf2020-04-294-23/+30
* aco: Use new default driver locations.Timur Kristóf2020-04-291-107/+17
* radv: Use new linking helper to set default driver locations.Timur Kristóf2020-04-292-0/+58
* nir: Add new linking helper to set linked driver locations.Timur Kristóf2020-04-292-0/+108
* aco: Set config->lds_size when TES or VS is running on HW ESGS.Timur Kristóf2020-04-291-0/+1
* aco: Calculate workgroup size of legacy GS.Timur Kristóf2020-04-291-1/+5
* aco: Remember VS/TCS output driver locations.Timur Kristóf2020-04-292-10/+18
* aco: Use context variables instead of calculating TCS inputs/outputs.Timur Kristóf2020-04-292-11/+7
* radv: Refactor calculate_tess_lds_size and get_tcs_num_patches.Timur Kristóf2020-04-293-21/+25
* aco: consider blocks unreachable if they are in the logical cfgRhys Perry2020-04-296-9/+2