aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* nir/opt_if: run opt_peel_loop_initial_if after all other optimizationsRhys Perry2020-05-191-5/+44
* nir: Add documentation for each jump instruction typeJason Ekstrand2020-05-191-0/+18
* nir: Use a switch statement in nir_handle_add_jumpJason Ekstrand2020-05-191-13/+20
* nir: Validate jump instructions as an instruction typeJason Ekstrand2020-05-191-30/+39
* radv/aco: enable storageInputOutput16 on GFX9+Samuel Pitoiset2020-05-191-2/+2
* aco: fix off-by-one error with 16-bit MTBUF opcodes on GFX10Samuel Pitoiset2020-05-191-1/+1
* aco: implement 16-bit interpSamuel Pitoiset2020-05-191-4/+34
* aco: emit v_interp_*_f16 instructions as VOP3 instead of VINTRPSamuel Pitoiset2020-05-191-14/+42
* aco: validate v_interp_*_f16 as VOP3 instructions instead of VINTRPSamuel Pitoiset2020-05-191-2/+13
* aco: implement 16-bit vertex fetches with tbuffer_load_format_d16_*Samuel Pitoiset2020-05-191-17/+39
* aco: implement 8-bit/16-bit mov's with p_create_vectorSamuel Pitoiset2020-05-191-6/+8
* aco: allow to load/store 16-bit values in VMEM for tess and geomSamuel Pitoiset2020-05-191-3/+3
* aco: convert 16-bit values before exporting MRTsSamuel Pitoiset2020-05-191-2/+39
* aco: store 16-bit temporary outputs as v2bSamuel Pitoiset2020-05-191-1/+3
* Expose EGL_KHR_platform_* when EXT is supportedEmmanuel Gil Peyrot2020-05-191-0/+3
* pan/decode: Fix min/max_tile_coord mixupAlyssa Rosenzweig2020-05-191-1/+1
* pan/decode: Use a page table for tracking mmapsAlyssa Rosenzweig2020-05-192-25/+17
* freedreno/ir3/validate: add checking for types and opcodesRob Clark2020-05-193-59/+60
* freedreno/ir3: add helpers to deal with src/dst typesRob Clark2020-05-194-8/+122
* freedreno/ir3: add simple validate passRob Clark2020-05-195-2/+139
* freedreno/ir3: fix mismatched wrmask for overlapping VS inputsRob Clark2020-05-191-0/+33
* freedreno/ir3/cp: fix cmps foldingRob Clark2020-05-191-1/+2
* freedreno/ir3/print: print cat2 conditionRob Clark2020-05-191-0/+22
* freedreno/ir3: fix immed type in create_addr0()Rob Clark2020-05-191-24/+6
* freedreno/ir3/cf: handle multiple cov's properlyRob Clark2020-05-191-8/+19
* freedreno/ir3: fix mismatched flags on splitRob Clark2020-05-191-1/+3
* freedreno/ir3/group: fix for half-regsRob Clark2020-05-192-2/+6
* freedreno/ir3: make input/output iterators declare cursor ptrRob Clark2020-05-199-19/+9
* freedreno/ir3: make foreach_ssa_src declar cursor ptrRob Clark2020-05-198-16/+4
* freedreno/ir3: make foreach_src declare cursor ptrRob Clark2020-05-198-22/+6
* freedreno/ir3: be iterativeRob Clark2020-05-192-4/+18
* freedreno/ir3: move where we preserve binning pass inputsRob Clark2020-05-191-17/+16
* freedreno/ir3: add IR3_PASS() macroRob Clark2020-05-192-24/+15
* freedreno/ir3/postsched: report progressRob Clark2020-05-193-29/+16
* freedreno/ir3/legalize: report progressRob Clark2020-05-192-2/+4
* freedreno/ir3/group: report progressRob Clark2020-05-192-11/+19
* freedreno/ir3/deps: report progressRob Clark2020-05-192-13/+12
* freedreno/ir3/cp: report progressRob Clark2020-05-192-7/+15
* freedreno/cf: report progressRob Clark2020-05-192-10/+15
* freedreno/ir3/dce: report progressRob Clark2020-05-192-3/+6
* freedreno/ir3: juggle around ir3_debug_print()Rob Clark2020-05-192-11/+14
* freedreno/ir3: remove Sethi-Ullman numbering passRob Clark2020-05-195-125/+1
* radv: fix missing break in radv_GetPhysicalDeviceProperties2()Samuel Pitoiset2020-05-191-0/+1
* aco: fix disassembly with LLVM 11Rhys Perry2020-05-191-0/+7
* r600/sfn: Fix printing ALU op without destGert Wollny2020-05-191-1/+2
* r600/sfn: Don't reorder outputs by locationGert Wollny2020-05-193-17/+0
* r600/sfn: Fix splitting constants that come from different kcache banks.Gert Wollny2020-05-191-3/+4
* r600/sfn: Fix clip vertex output as possible stream variableGert Wollny2020-05-192-2/+4
* r600/sfn: SSBO: Fix query of dest componentsGert Wollny2020-05-191-5/+5
* r600/sfn: use the per shader atomic baseGert Wollny2020-05-198-10/+16