summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-30docs/relnotes/new_features.txt: Add note about gen12 support19.3-branchpointJordan Justen1-0/+1
2019-10-30intel/eu/validate/gen12: Add TGL to eu_validate tests.Jordan Justen1-0/+9
2019-10-30intel/dev: Add preliminary device info for TigerlakeJordan Justen2-0/+56
2019-10-30intel/dump_gpu: handle context create extended ioctlLionel Landwerlin1-0/+15
2019-10-30radv: Allocate space for temp. semaphore parts.Bas Nieuwenhuizen1-0/+1
2019-10-30anv: Add Tile Cache Flush for Unified Cache.Rafael Antognolli3-1/+45
2019-10-30blorp: Add Tile Cache Flush for Unified Cache.Rafael Antognolli1-0/+3
2019-10-30iris: Add Tile Cache Flush for Unified Cache.Rafael Antognolli2-0/+21
2019-10-30intel/genxml: Add gen12 tile cache flush bitJordan Justen1-0/+1
2019-10-30aco: implement VGPR spillingDaniel Schürmann1-7/+162
2019-10-30aco: always set scratch_offset in startpgmDaniel Schürmann3-23/+22
2019-10-30aco: omit linear VGPRs as spill variablesDaniel Schürmann1-4/+8
2019-10-30aco: ensure that spilled VGPR reloads are done after p_logical_startDaniel Schürmann1-34/+43
2019-10-30aco: simplify calculation of target register pressure when spillingDaniel Schürmann1-39/+12
2019-10-30aco: fix new_demand calculation for first instructionsRhys Perry1-4/+7
2019-10-30aco: don't add interferences between spilled phi operandsDaniel Schürmann1-8/+8
2019-10-30aco: consider loop_exit blocks like merge blocks, even if they have only one ...Daniel Schürmann1-2/+2
2019-10-30aco: don't insert the exec mask into set of live-out variables when spillingDaniel Schürmann1-14/+6
2019-10-30aco: fix transitive affinities of spilled variablesDaniel Schürmann1-25/+79
2019-10-30aco: fix live-range splits of phisDaniel Schürmann1-14/+23
2019-10-30aco: remove potential critical edge on loops.Daniel Schürmann2-18/+23
2019-10-30aco: improve live variable analysisDaniel Schürmann1-25/+64
2019-10-30aco: Lower to CSSADaniel Schürmann4-41/+268
2019-10-30etnaviv: fix non-pointsprite points on GC7000LJonathan Marek1-0/+4
2019-10-30etnaviv: stencil fixJonathan Marek1-13/+15
2019-10-30etnaviv: fix depth biasJonathan Marek2-1/+2
2019-10-30iris: Set MOCS for external surfaces to uncachedJordan Justen1-4/+8
2019-10-30iris: Align fast clear color state buffer to a page.Rafael Antognolli1-0/+5
2019-10-30anv: Align fast clear color state buffer to a page.Rafael Antognolli1-0/+9
2019-10-30zink: only enable KHR_external_memory_fd if supportedErik Faye-Lund3-7/+28
2019-10-30radv: Start signalling semaphores in WSI acquire.Bas Nieuwenhuizen1-7/+27
2019-10-30aco: rename README to README.mdRhys Perry1-0/+0
2019-10-30aco: a couple loop handling fixes for GFX10 hazard passRhys Perry1-3/+3
2019-10-30intel/compiler: Add instruction compaction support on Gen12Matt Turner2-184/+868
2019-10-30intel/compiler: Make separate src0/src1 index tablesMatt Turner1-11/+18
2019-10-30intel/compiler: Inline get_src_index()Matt Turner1-26/+15
2019-10-30intel/compiler: Restructure instruction compaction in preparation for Gen12Matt Turner1-20/+28
2019-10-30intel/compiler: Remove unreachable() from brw_reg_type.cMatt Turner1-3/+3
2019-10-30freedreno/a2xx: add missing vertex formats (SSCALE/USCALE/FIXED)Jonathan Marek8-50/+83
2019-10-30radeonsi: disable sdma for gfx10Pierre-Eric Pelloux-Prayer1-1/+7
2019-10-30radeonsi: sdma misc fixesPierre-Eric Pelloux-Prayer2-4/+2
2019-10-30radeonsi: align sdma byte count to dwPierre-Eric Pelloux-Prayer1-1/+12
2019-10-30radv: Enable ACO on Navi.Timur Kristóf1-2/+1
2019-10-30radeonsi: enable 8K video decode support for HEVC and VP9Leo Liu1-2/+18
2019-10-30radeon/vcn: Add VP9 8K decode supportLeo Liu1-1/+1
2019-10-30aco: try to group together VMEM loads of the same resourceRhys Perry1-10/+56
2019-10-30aco: don't schedule instructions through depending VMEM instructionsDaniel Schürmann1-0/+3
2019-10-30aco: add can_reorder flags to load_ubo and load_constantDaniel Schürmann1-5/+9
2019-10-30aco: only skip RAR dependencies if the variable is killed somewhereDaniel Schürmann1-21/+46
2019-10-30aco: restrict scheduling depending on max_wavesDaniel Schürmann1-9/+15