summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-02lima/gpir: Rework the schedulercwabbott-lima-2Connor Abbott1-146/+316
2018-02-28lima/gpir: Fix some bugs in instruction handlingConnor Abbott1-1/+13
2018-01-11lima: remove unneccesary debug printsConnor Abbott1-10/+0
2018-01-11lima: make the cmdline compiler compile againConnor Abbott6-12/+127
2018-01-11Revert "lima: remove the stand alone compiler"Connor Abbott2-0/+249
2018-01-11lima: submit de-reference bos even syscall failQiang Yu1-3/+2
2018-01-11lima: submit reference added boQiang Yu2-6/+16
2018-01-11lima: drop the layer_stride in lima_resourceQiang Yu2-3/+0
2018-01-11lima: lima_resource_from_handle check bo alignmentQiang Yu1-1/+16
2018-01-11lima: really merge libdrm functions into mesaQiang Yu20-804/+662
2018-01-10lima: fix change pp uniform for two draws in the same frameQiang Yu2-13/+22
2018-01-09lima: pp uniform buffer update doesn't depend on fs shaderQiang Yu1-2/+1
2018-01-09lima: submit re-add every bo involved for each frameQiang Yu6-67/+17
2018-01-09lima: use dedicated bo for each shaderQiang Yu4-54/+66
2018-01-08lima/gpir: assume max/min acc op comsume 2 slotsQiang Yu5-90/+127
2018-01-08lima/gpir: spill move also need to check acc same opQiang Yu1-5/+16
2018-01-06lima: Add glColorMask support.Paweł Chmiel1-1/+3
2018-01-05nir: lower_viewport_transform store 1/w for gl_Position.wQiang Yu1-18/+18
2018-01-05lima/gpir: fix two acc slot have different opQiang Yu3-0/+34
2018-01-04lima: Enable back calculation of alpha_blend.Paweł Chmiel1-15/+32
2018-01-02lima: fix render target need aligned to 16Qiang Yu2-7/+20
2017-12-31lima: Handle zero scissor.Paweł Chmiel1-1/+22
2017-12-31lima: Create plb command for non zero scissor.Paweł Chmiel1-0/+10
2017-12-30lima/ppir: fix codegen bitcopy bugQiang Yu1-6/+6
2017-12-29lima: Enable lowering ffma.Paweł Chmiel1-0/+1
2017-12-29lima: Use nir_opt_global_to_local and nir_lower_regs_to_ssaPaweł Chmiel1-0/+5
2017-12-29lima: Handle tgsi shaders by using tgsi_to_nir.Paweł Chmiel1-4/+2
2017-12-20lima/ppir: don't dup node for succs in the same instrQiang Yu2-2/+24
2017-12-20lima/ppir: swap arg0/arg1 for scl acc/mulQiang Yu1-6/+6
2017-12-20lima/ppir: fix target is scalar check for registerQiang Yu1-3/+6
2017-12-20lima/ppir: implement scale acc codegenQiang Yu1-1/+38
2017-12-19lima/ppir: insert mul to add instr can only use src0Qiang Yu1-6/+17
2017-12-19lima/ppir: fix scl/vec mul codegen for pipeline reg destQiang Yu1-10/+14
2017-12-18lima: add nir_lower_io for mesa 17.3 portQiang Yu1-4/+32
2017-12-18lima/ppir: implement scalar multiplication codegenVasily Khoruzhick1-1/+37
2017-12-18lima: setup command stream for pp uniformVasily Khoruzhick2-6/+49
2017-12-18lima/ppir: merge nodes into same instr if pipeline reg can be usedQiang Yu4-164/+359
2017-12-18lima: fix 'control reach non-void func end' warningQiang Yu1-0/+2
2017-12-18lima/ppir: create with block instead of compilerQiang Yu5-55/+54
2017-12-18lima/ppir: seperate node to instr from schedulerQiang Yu5-178/+209
2017-12-18lima/ppir: use list to replace set for node/instrQiang Yu6-162/+115
2017-12-18lima: add lima_query support stub.Paweł Chmiel4-0/+104
2017-12-18lima: add support for Mali450Heiko Stuebner4-1/+13
2017-12-18lima/gpir: remove code for complex2/impl follow complex1Qiang Yu2-35/+3
2017-12-18lima/gpir: optmize vreg select use round robin methodQiang Yu1-3/+13
2017-12-18lima/gpir: fix schedule vreg dep miss addQiang Yu2-2/+8
2017-12-18lima/gpir: fix complex1 node slot calc when scheduleQiang Yu1-2/+8
2017-12-18lima: fix kmscube second frame skip the first draw attribute updateQiang Yu1-5/+11
2017-12-17lima: more command stream dumpQiang Yu1-27/+51
2017-12-17lima: fix clear not workQiang Yu2-14/+14