aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/lima_program.c
Commit message (Expand)AuthorAgeFilesLines
* lima/ppir: duplicate consts in nirErico Nunes2020-05-091-0/+1
* lima/ppir: duplicate intrinsics in nirErico Nunes2020-05-091-0/+3
* lima: add support for R and RG formatsVasily Khoruzhick2020-03-201-13/+97
* lima/gpir: add better lowering for ftruncVasily Khoruzhick2020-03-161-9/+3
* lima: rename lima_submit to lima_jobQiang Yu2020-02-171-3/+3
* lima: move pp_max_stack_size to lima_submitQiang Yu2020-02-171-1/+3
* lima: disable early-z if fragment shader uses discardVasily Khoruzhick2020-01-271-0/+2
* lima/ppir: enable lower_fdphErico Nunes2019-12-111-0/+1
* lima: fix nir shader memory leakErico Nunes2019-11-071-0/+2
* lima: add support for gl_PointSizeVasily Khoruzhick2019-11-051-0/+1
* lima/ppir: add NIR pass to split varying loadsVasily Khoruzhick2019-09-261-0/+1
* lima: implement BO cacheVasily Khoruzhick2019-09-221-2/+2
* lima: run opt_algebraic between int_to_float and boot_to_float for vsVasily Khoruzhick2019-09-091-4/+5
* lima/gpir: lower fceilVasily Khoruzhick2019-09-091-0/+1
* lima/ppir: don't lower phis to scalarVasily Khoruzhick2019-09-051-1/+0
* lima/ppir: don't lower vector {b,f}csel to scalar if condition is scalarVasily Khoruzhick2019-09-061-5/+21
* nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick2019-09-061-16/+30
* lima/ppir: enable vectorize optimizationErico Nunes2019-08-251-0/+5
* lima/ppir: lower selects to scalarsErico Nunes2019-08-251-0/+5
* lima: fix ppir spill stack allocationErico Nunes2019-08-251-0/+2
* lima/ppir: move sin/cos input scaling into NIRVasily Khoruzhick2019-08-061-0/+3
* lima: add summary report for shader-dbErico Nunes2019-08-061-2/+4
* lima/ppir: enable lower_vector_cmp to lower fall_equalErico Nunes2019-08-051-0/+1
* lima: re-run nir_opt_algebraic after int loweringErico Nunes2019-08-051-0/+15
* lima/ppir: move alu vec to scalar lowering into NIRVasily Khoruzhick2019-08-041-1/+10
* lima: enable lower_bitops in ppirErico Nunes2019-07-311-0/+1
* nir/algebraic: rename lower_bitshift to lower_bitopsErico Nunes2019-07-311-1/+1
* lima/ppir: lower fdot in nir_opt_algebraicErico Nunes2019-07-311-0/+1
* lima/ppir: lower texture projectionErico Nunes2019-07-311-0/+5
* lima/gp: Clean up lima_program_optimize_vs_nir() a littleConnor Abbott2019-07-281-1/+1
* nir: replace lower_sincos with algebraic optJonathan Marek2019-07-241-1/+1
* lima: Reintroduce the standalone compilerConnor Abbott2019-07-181-2/+2
* nir: Add lower_rotate flag and set to true in all driversSagar Ghuge2019-07-011-0/+2
* lima/ppir: lower ffma in ppirAndreas Baierl2019-06-241-0/+1
* lima: lower fmod in ppir and gpirErico Nunes2019-06-161-0/+2
* nir: remove bool lowering from lower_int_to_floatJonathan Marek2019-05-311-0/+2
* nir: add lower_bitshift optionJonathan Marek2019-05-311-0/+1
* lima/gpir: switch to use nir_lower_viewport_transformQiang Yu2019-05-201-0/+1
* nir: allow specifying a set of opcodes in lower_alu_to_scalarJonathan Marek2019-05-101-2/+2
* lima: enable sin and cos lowering for GPVasily Khoruzhick2019-05-071-0/+1
* nir: nir_shader_compiler_options: drop native_integersChristian Gmeiner2019-05-071-2/+0
* lima/gpir: enable lowering for ftruncVasily Khoruzhick2019-05-071-0/+1
* lima: use int_to_float lowering passVasily Khoruzhick2019-05-071-2/+6
* lima/ppir: Add gl_FragCoord handlingAndreas Baierl2019-04-291-0/+1
* lima: enable nir fsign lowering in ppirErico Nunes2019-04-191-0/+1
* lima: add bool parameter to type_size functionKarol Herbst2019-04-121-1/+1
* lima: lower bool to float when building shadersIcenowy Zheng2019-04-121-0/+2
* gallium: add lima driverQiang Yu2019-04-111-0/+317