aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/computerator
Commit message (Expand)AuthorAgeFilesLines
* freedreno/computer: add script to test widening/narrowingRob Clark2020-04-281-0/+297
* freedreno/ir3: Move ir3 assembler to backend compilerKristian H. Kristensen2020-04-255-1228/+2
* freedreno/computerator: Decouple ir3 assemblerKristian H. Kristensen2020-04-254-23/+36
* freedreno/computerator: support bindless sampler instructionsJonathan Marek2020-04-132-1/+4
* freedreno/computerator: support nop prefixJonathan Marek2020-04-132-1/+6
* freedreno: Rename RB_DONE_TSConnor Abbott2020-04-021-1/+1
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+6
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-271-0/+1
* freedreno/computerator: add performance counter supportRob Clark2020-03-104-1/+236
* freedreno/computerator: add hrsq/hlog2/hexp2Rob Clark2020-03-102-0/+9
* freedreno/computerator: Fix defined-but-not-used warnings from lex/yacc.Eric Anholt2020-02-262-0/+4
* freedreno/computerator: fix build dependencyRob Clark2020-02-251-0/+1
* freedreno/computerator: add computeratorRob Clark2020-02-2411-2/+1071
* freedreno/computerator: rename prefix asm->ir3Rob Clark2020-02-242-33/+31
* freedreno/computerator: polish out some of the rustRob Clark2020-02-242-221/+265
* freedreno/computerator: import parser/lexer from fdre-a3xxRob Clark2020-02-242-0/+1085