aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r600/sfn: Add support for texture_samplesGert Wollny2020-05-192-0/+21
* r600/sfn: support indirect sampler buffer reads.Gert Wollny2020-05-191-1/+1
* r600/sfn: assert when alu dest is missingGert Wollny2020-05-191-0/+1
* r600/sfn: remove pointless checkGert Wollny2020-05-191-3/+0
* r600/sfn: Don't reject VARYING_SLOT_PCNTGert Wollny2020-05-191-0/+2
* r600/sfn: Add FS output sample_maskGert Wollny2020-05-191-2/+4
* r600/sfn: Handle loading sample_posGert Wollny2020-05-193-0/+36
* r600/sfn: Take FOGC, and backcolors into account im GS outputsGert Wollny2020-05-191-0/+3
* r600/sfn: Add support for viewport index outputGert Wollny2020-05-192-2/+20
* r600/sfn: Make 3vec loads skip possible movesGert Wollny2020-05-191-6/+2
* r600/sfn: Fix handling of output register indexGert Wollny2020-05-191-4/+4