aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima
Commit message (Expand)AuthorAgeFilesLines
* lima: print gp uniforms if gp debug is enabledVasily Khoruzhick2020-03-111-0/+13
* lima: enable minmax cache for index buffersVasily Khoruzhick2020-03-103-3/+34
* lima: gpir: enforce instruction limit earlierVasily Khoruzhick2020-03-062-9/+8
* lima: don't disable tiling if there's linear modifier in listVasily Khoruzhick2020-03-031-3/+0
* lima: add RGBA5551 and RGBA4444 formatsVasily Khoruzhick2020-03-024-25/+48
* lima: Add etc1 supportAndreas Baierl2020-03-022-9/+9
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-261-10/+10
* gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2020-02-261-2/+2
* gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák2020-02-261-14/+2
* lima: expose fragment shader derivatives capabilityIcenowy Zheng2020-02-261-0/+3
* lima: remove its hash table entry when invalidating a resourceIcenowy Zheng2020-02-241-0/+2
* lima: implement PLB PP stream cacheVasily Khoruzhick2020-02-216-120/+121
* lima: rename lima_submit to lima_jobQiang Yu2020-02-1714-331/+331
* lima: move dump check to macro for lima_dump_command_stream_printQiang Yu2020-02-172-7/+10
* lima: enable multi submit optimizationQiang Yu2020-02-173-2/+6
* lima: optinal flush submit in lima_clearQiang Yu2020-02-173-3/+16
* lima: use per submit dump fileQiang Yu2020-02-177-93/+136
* lima: move framebuffer info to lima_submitQiang Yu2020-02-174-80/+91
* lima: move clear into submit (v2)Qiang Yu2020-02-174-16/+17
* lima: move damage_rect into lima_submitQiang Yu2020-02-175-27/+33
* lima: move pp_max_stack_size to lima_submitQiang Yu2020-02-174-12/+12
* lima: move resolve into lima_submitQiang Yu2020-02-175-17/+19
* lima: move plbu/vs_cmd_array into lima_submitQiang Yu2020-02-176-25/+25
* lima: track write submits of context (v3)Qiang Yu2020-02-174-2/+41
* lima: make lima_submit one time use drop data (v3)Qiang Yu2020-02-177-43/+105
* lima: add lima_submit_getQiang Yu2020-02-175-11/+35
* lima: use lima_submit_create_stream_bo for plbu/vs_cmd and pp_stackQiang Yu2020-02-172-12/+9
* lima: adjust pp_stream to use lima_submit_create_stream_boQiang Yu2020-02-172-24/+14
* lima: add lima_submit_create_stream_boQiang Yu2020-02-172-11/+26
* lima: pass submit parameter for functions in lima_submic.c (v2)Qiang Yu2020-02-171-54/+76
* lima: move flush code to lima_submit.cQiang Yu2020-02-173-739/+743
* lima: put hardware related info to lima_gpu.hQiang Yu2020-02-177-172/+211
* lima: merge gp/pp submitQiang Yu2020-02-176-75/+74
* lima: move syncobj from lima_submit to lima_contextQiang Yu2020-02-176-48/+58
* lima: add missing resolve check for damage and reloadQiang Yu2020-02-171-3/+3
* lima: add render target to submit by dirty buffer flagsQiang Yu2020-02-171-22/+27
* lima: delay plbu head command generation to flush stage (v2)Qiang Yu2020-02-173-17/+17
* lima: delay add plb buffer to submit when flushQiang Yu2020-02-171-12/+21
* lima: pass array as parameter to PLBU and VS command macrosQiang Yu2020-02-171-10/+12
* lima: remove lima_ctx_buff_va submit flags (v2)Qiang Yu2020-02-174-33/+26
* lima: always add texture bo to submitQiang Yu2020-02-172-4/+12
* lima: use util_copy_framebuffer_stateQiang Yu2020-02-171-9/+2
* lima: remove definition of lima_is_scanoutQiang Yu2020-02-171-1/+0
* lima/parser: Extend rsw parsing showing strings instead of numbersAndreas Baierl2020-02-142-22/+131
* lima: handle early-z and pixel kill betterVasily Khoruzhick2020-02-141-5/+19
* lima/parser: Change value name in RSW parserAndreas Baierl2020-02-071-1/+1
* lima/parser: Extend AUX0 findingsAndreas Baierl2020-02-071-2/+34
* lima/parser: Fix RSW depth test parsingAndreas Baierl2020-02-071-4/+6
* lima: Fix build with GCC 10.Vinson Lee2020-01-311-1/+1
* lima: add noheap debug optionQiang Yu2020-01-302-0/+6