Age | Commit message (Expand) | Author | Files | Lines |
2024-04-10 | assembler: fix calloc calls with inverted arguments | Mauro Carvalho Chehab | 2 | -4/+4 |
2021-04-23 | gitignore: Remove various .gitignore files | Petri Latvala | 2 | -31/+0 |
2021-04-23 | gitignore: Stop ignoring autotools files | Petri Latvala | 1 | -12/+0 |
2021-03-23 | meson: Drop ':' in test names | Arkadiusz Hiler | 1 | -1/+1 |
2021-02-01 | assembler: Fix or suppress clang warnings | Chris Wilson | 8 | -4/+11 |
2020-03-20 | assembler/gen4asm.h: Remove struct src_operand src_operand variable | Lyude Paul | 1 | -1/+1 |
2019-01-29 | automake: drop assembler/shader-debugger automake support | Daniel Vetter | 3 | -163/+0 |
2018-11-05 | meson: Enable more warning flags | Petri Latvala | 1 | -0/+18 |
2018-11-05 | assembler: Compare correct things | Petri Latvala | 1 | -1/+1 |
2018-04-04 | Test that register types are accepted in all valid forms. | Adam Sampson | 4 | -0/+8 |
2018-04-04 | Use flex -i when building with meson. | Adam Sampson | 1 | -1/+1 |
2018-01-17 | meson: Refactor get_option() calls for directories | Petri Latvala | 1 | -5/+3 |
2018-01-16 | meson: Add quotes in assembler/test/run-test.sh | Petri Latvala | 1 | -6/+6 |
2017-11-29 | igt: Remove Android support | Arkadiusz Hiler | 1 | -5/+0 |
2017-10-30 | assembler: Fix bashism in run-test.sh | Rhys Kidd | 1 | -1/+1 |
2017-10-02 | meson: Distribute meson build system files | Petri Latvala | 1 | -0/+1 |
2017-09-18 | meson: Install the (dis)assembler | Ville Syrjälä | 1 | -4/+17 |
2017-09-08 | meson: basic build system support | Daniel Vetter | 1 | -0/+73 |
2017-09-08 | assembler/test: Prep work for meson | Daniel Vetter | 1 | -4/+12 |
2017-03-10 | assembler/gen8_disasm.c: Remove unused m_mask_ctrl | Petri Latvala | 1 | -5/+0 |
2016-11-30 | assembler: RSQ is a math function | Kristian H. Kristensen | 1 | -1/+1 |
2016-11-30 | assembler: Set 3src options before sources | Kristian H. Kristensen | 1 | -1/+1 |
2016-11-30 | assembler: Fix assert when setting 3src sources | Kristian H. Kristensen | 1 | -2/+2 |
2016-09-01 | autotools/: Allow check target to be invoked w/o the need to issue a build. | Marius Vlad | 3 | -96/+107 |
2016-06-23 | assembler/: Fix lex warnings for %empty and %nonassoc. | marius vlad | 1 | -37/+37 |
2015-08-21 | assembler: remove built sources with make clean | Thomas Wood | 1 | -1/+1 |
2014-09-30 | assembler/skl: update the extdesc field for SEND instruction | Zhao Yakui | 4 | -2/+38 |
2014-09-30 | assembler/skl: Add more cache agent for write(...) | Zhao Yakui | 1 | -10/+30 |
2014-09-30 | assembler/skl: update read(...) | Zhao Yakui | 1 | -1/+21 |
2014-09-30 | assembler/skl: Redefine the cache agent type for some fixed functions | Zhao Yakui | 1 | -0/+7 |
2014-09-30 | assembler/skl: Add gen 9 to the -g option | Damien Lespiau | 2 | -4/+4 |
2014-05-19 | assembler: distinguish the channel of .z from the condition of .z | Xiang, Haihao | 1 | -0/+45 |
2014-05-19 | assembler: switch the order of swizzle and regtype to match the BNF of the as... | Xiang, Haihao | 1 | -3/+3 |
2014-02-13 | Assembler/bdw: Remove the unsupported cache agent for WRITE(...) | Zhao Yakui | 1 | -4/+0 |
2014-02-11 | assembler: fix condition for printing a warning | Thomas Wood | 1 | -1/+1 |
2014-02-06 | assembler: define YY_NO_INPUT to prevent unused symbol warnings | Thomas Wood | 1 | -0/+1 |
2013-12-06 | assembler/bdw: Update write(...) | Xiang, Haihao | 1 | -2/+28 |
2013-11-06 | assembler/bdw: Add the DATA_PORT_CACHE1 shared function for Gen8+ | Zhao Yakui | 2 | -1/+3 |
2013-11-06 | assembler/bdw: Add the support of align1 register-indirect addressing mode on... | Zhao Yakui | 3 | -15/+101 |
2013-11-06 | assembler/bdw: SEND instruction | Xiang, Haihao | 1 | -4/+15 |
2013-11-06 | assembler/bdw: Small cleanup | Ben Widawsky | 1 | -3/+1 |
2013-11-06 | assembler/bdw: Check & Refinement Engine message | Xiang, Haihao | 2 | -7/+22 |
2013-11-06 | assembler/bdw: Video Motion Estimation(VME) message | Xiang, Haihao | 2 | -1/+14 |
2013-11-06 | assembler/bdw: Thread Spawn message | Xiang, Haihao | 2 | -12/+29 |
2013-11-06 | assembler/bdw: Data port message | Xiang, Haihao | 2 | -32/+80 |
2013-11-06 | assembler/bdw: Set thread switch for multiple branch instructions | Xiang, Haihao | 1 | -2/+8 |
2013-11-06 | assembler/bdw: Set jip/uip offsets used by flow control instructions | Xiang, Haihao | 2 | -47/+88 |
2013-11-06 | assembler/bdw: Disable mask control for advanced mode | Xiang, Haihao | 1 | -2/+6 |
2013-11-06 | assembler/bdw: Set math function | Xiang, Haihao | 1 | -1/+6 |
2013-11-06 | assembler/bdw: Use gen8_set_exec_size() to set the execution size | Damien Lespiau | 1 | -5/+13 |