aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima
Commit message (Expand)AuthorAgeFilesLines
* lima: add missing breakTimothy Arceri2020-07-101-0/+1
* lima: add missing fallthrough commentsTimothy Arceri2020-07-101-0/+4
* lima: Only call nir_lower_io on shader_in/outJason Ekstrand2020-07-061-2/+4
* replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()Eric Engestrom2020-06-181-2/+3
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-031-2/+2
* lima/ppir: use a ready list in node_to_instrErico Nunes2020-05-272-28/+77
* lima/ppir: optimize tex loads with single successorErico Nunes2020-05-162-2/+18
* lima/ppir: rework tex loweringErico Nunes2020-05-163-63/+66
* lima/ppir: improve handling for successors in other blocksErico Nunes2020-05-163-8/+12
* lima/ppir: handle failures on all ppir_emit_cf_list pathsErico Nunes2020-05-161-3/+7
* ttn: Add new allow_disk_cache parameterAxel Davy2020-05-131-2/+2
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-132-2/+2
* lima/ppir: rework select conditionsErico Nunes2020-05-095-25/+70
* lima/ppir: add fallback mov option for const schedulerErico Nunes2020-05-091-3/+27
* lima/ppir: rework store outputErico Nunes2020-05-097-28/+40
* lima/ppir: rework emit nir to ppirErico Nunes2020-05-091-36/+47
* lima/ppir: remove unused clone functionsErico Nunes2020-05-092-99/+0
* lima/ppir: duplicate consts in nirErico Nunes2020-05-096-4/+130
* lima/ppir: duplicate intrinsics in nirErico Nunes2020-05-096-33/+175
* lima/ppir: combine varying loads in node_to_instrErico Nunes2020-05-091-8/+22
* lima/ppir: do not assume single src for pipeline outputsErico Nunes2020-05-093-23/+31
* lima/ppir: fix lod bias register codegenErico Nunes2020-05-091-1/+1
* lima/ppir: introduce liveness internal live setErico Nunes2020-05-093-6/+24
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-291-1/+1
* lima: set offset when export resourceQiang Yu2020-04-121-0/+1
* lima: avoid situations when scissor minx > maxx or miny > maxyVasily Khoruzhick2020-04-052-34/+48
* lima: also check tiled and depth case when importQiang Yu2020-03-311-19/+20
* lima: fix buffer import with offsetQiang Yu2020-03-311-4/+15
* lima: Implement lima_texture_subdataVasily Khoruzhick2020-03-281-13/+65
* lima: Add missing source file to Android.mkRoman Stratiienko2020-03-231-0/+1
* lima: add support for R and RG formatsVasily Khoruzhick2020-03-207-37/+157
* lima: split pixel and texel format tablesVasily Khoruzhick2020-03-204-46/+78
* lima: decode depth/stencil write bits in RSWVasily Khoruzhick2020-03-181-2/+10
* lima: implement zsbuf reloadIcenowy Zheng2020-03-186-17/+84
* lima: disable Z16 formatVasily Khoruzhick2020-03-182-3/+0
* lima/gpir: fix crash in schedule_insert_ready_list()Vasily Khoruzhick2020-03-161-0/+2
* lima/gpir: add better lowering for ftruncVasily Khoruzhick2020-03-163-9/+11
* lima/gpir: kill dead writes to regs in DCEVasily Khoruzhick2020-03-161-0/+28
* lima/gpir: Optimize nots created from branch loweringConnor Abbott2020-03-161-0/+67
* lima/gpir: Optimize conditional break/continueConnor Abbott2020-03-164-0/+126
* lima/gpir: Make lima_gpir_node_insert_child() usefulConnor Abbott2020-03-161-1/+1
* lima/gpir: print acc ops even if we have only one sourceVasily Khoruzhick2020-03-111-4/+2
* lima/gpir: improve disassembler outputVasily Khoruzhick2020-03-111-45/+78
* 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