summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/lima/ir
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig2023-05-173-9/+7
* lima: fix stringop-overflow warningErico Nunes2023-04-171-7/+7
* nir: Remove 2nd argument from nir_before_srcAlyssa Rosenzweig2023-04-071-3/+3
* nir: add assertions that loops don't have a Continue ConstructDaniel Schürmann2023-02-211-0/+1
* gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium codeYonggang Luo2022-11-221-1/+1
* nir: adjust nir_src_copy signature to take a nir_instr *Rhys Perry2022-08-301-1/+1
* Revert "nir: Drop the unused instr arg for src/dest copy functions."Rhys Perry2022-08-301-1/+1
* util/list: rename LIST_ENTRY() to list_entry()Eric Engestrom2022-07-284-6/+6
* lima/ppir: merge branch nodes in simple casesErico Nunes2022-05-231-0/+12
* lima/ppir: optimize branch comparison when possibleErico Nunes2022-05-231-5/+98
* lima: fix vector const src referenced multiple timesErico Nunes2022-04-121-10/+8
* util: Rename pipe_debug_callback to util_debug_callbackYonggang Luo2022-04-013-6/+6
* util: Rename pipe_debug_message to util_debug_messageYonggang Luo2022-04-012-2/+2
* lima/ppir: refactor bitcopy to use unsigned charErico Nunes2022-02-111-4/+4
* lima/ppir: initialize slots array for dummy/undefErico Nunes2022-02-111-0/+2
* lima/gpir: avoid invalid write in regallocErico Nunes2022-02-111-0/+5
* lima: add some checks for potential null pointer dereferenceErico Nunes2022-02-113-0/+4
* lima: fix warning of garbage value accessErico Nunes2022-02-112-18/+13
* lima/ppir: initialize spill_costs array in regallocErico Nunes2022-02-111-0/+1
* lima/ppir: avoid ppir_codegen_outmod implicit conversionErico Nunes2022-02-111-5/+21
* lima/ppir: clean up override-init warningsErico Nunes2022-02-113-4/+5
* lima/gpir: clean up override-init warningsErico Nunes2022-02-113-4/+5
* lima: implement dual source blendVasily Khoruzhick2021-11-293-9/+18
* lima/ppir: implement gl_FragDepth supportVasily Khoruzhick2021-11-248-34/+119
* lima/ppir: check if mul node is a source of add node before insertingVasily Khoruzhick2021-11-241-1/+2
* lima: handle 1D samplersVasily Khoruzhick2021-11-161-0/+1
* lima: add support for 3D texturesVasily Khoruzhick2021-11-165-19/+11
* lima: add native txp supportVasily Khoruzhick2021-11-165-5/+230
* lima: use nir_shader_instructions_pass in lima_nir_split_load_inputMarcin Ślusarz2021-10-041-93/+68
* lima/parser: add shader disassembly to dumpAndreas Baierl2021-10-046-351/+348
* lima: split_load_input: don't split unaligned vec2Vasily Khoruzhick2021-10-011-0/+5
* nir: Drop the unused instr arg for src/dest copy functions.Emma Anholt2021-09-141-1/+1
* lima: Improve error messages for unsupported GP operationsIcecream952021-09-081-2/+2
* lima/gpir: Rewrite register allocation for value registersConnor Abbott2021-09-012-161/+225
* lima: Add a NIR load duplicating passConnor Abbott2021-09-012-0/+150
* nir: Drop nir_ssa_def::name and nir_register::nameJason Ekstrand2021-07-081-4/+2
* lima: Use ra_alloc_contig_reg_class().Eric Anholt2021-06-041-91/+16
* ra: Use struct ra_class in the public API.Eric Anholt2021-06-041-3/+4
* util/hash_table: do not leak u64 struct keyJuan A. Suarez Romero2021-04-291-2/+2
* Use explicit break instead of fall-through to break-only caseMichel Dänzer2021-04-151-0/+1
* Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer2021-04-151-4/+4
* lima/ppir: Cast pointer to uintptr_t instead of uint64_tMichel Dänzer2021-04-151-2/+2
* lima/ppir: rework liveness data structures to bitsetErico Nunes2021-03-253-123/+111
* lima/ppir: remove use of live_outErico Nunes2021-03-253-59/+19
* lima/ppir: remove liveness info from blocksErico Nunes2021-03-253-56/+25
* lima: implement shader disk cacheVasily Khoruzhick2021-03-255-18/+18
* lima: rename *_shader_state to *_compiled_shaderVasily Khoruzhick2021-03-255-10/+10
* lima/ppir: increase usage of pipeline regsArno Messiaen2021-03-221-0/+61
* lima/ppir: don't use list_length() in loop in regalloc and liveness analysisVasily Khoruzhick2021-03-144-12/+17
* nir: Make nir_ssa_def_rewrite_uses take an SSA valueJason Ekstrand2021-03-082-3/+2