summaryrefslogtreecommitdiff
path: root/assembler
AgeCommit message (Expand)Author
2015-08-21assembler: remove built sources with make cleanThomas Wood
2014-09-30assembler/skl: update the extdesc field for SEND instructionZhao Yakui
2014-09-30assembler/skl: Add more cache agent for write(...)Zhao Yakui
2014-09-30assembler/skl: update read(...)Zhao Yakui
2014-09-30assembler/skl: Redefine the cache agent type for some fixed functionsZhao Yakui
2014-09-30assembler/skl: Add gen 9 to the -g optionDamien Lespiau
2014-05-19assembler: distinguish the channel of .z from the condition of .zXiang, Haihao
2014-05-19assembler: switch the order of swizzle and regtype to match the BNF of the as...Xiang, Haihao
2014-02-13Assembler/bdw: Remove the unsupported cache agent for WRITE(...)Zhao Yakui
2014-02-11assembler: fix condition for printing a warningThomas Wood
2014-02-06assembler: define YY_NO_INPUT to prevent unused symbol warningsThomas Wood
2013-12-06assembler/bdw: Update write(...)Xiang, Haihao
2013-11-06assembler/bdw: Add the DATA_PORT_CACHE1 shared function for Gen8+Zhao Yakui
2013-11-06assembler/bdw: Add the support of align1 register-indirect addressing mode on...Zhao Yakui
2013-11-06assembler/bdw: SEND instructionXiang, Haihao
2013-11-06assembler/bdw: Small cleanupBen Widawsky
2013-11-06assembler/bdw: Check & Refinement Engine messageXiang, Haihao
2013-11-06assembler/bdw: Video Motion Estimation(VME) messageXiang, Haihao
2013-11-06assembler/bdw: Thread Spawn messageXiang, Haihao
2013-11-06assembler/bdw: Data port messageXiang, Haihao
2013-11-06assembler/bdw: Set thread switch for multiple branch instructionsXiang, Haihao
2013-11-06assembler/bdw: Set jip/uip offsets used by flow control instructionsXiang, Haihao
2013-11-06assembler/bdw: Disable mask control for advanced modeXiang, Haihao
2013-11-06assembler/bdw: Set math functionXiang, Haihao
2013-11-06assembler/bdw: Use gen8_set_exec_size() to set the execution sizeDamien Lespiau
2013-11-06assembler/bdw: Preliminary gen8 send & msgtarget supportDamien Lespiau
2013-11-06assembler/bdw: Add the start of a gen8 disassemblerDamien Lespiau
2013-11-06assembler/bdw: Make the validation functions take a brw_program_instructionDamien Lespiau
2013-11-06assembler/bdw: Support some basic gen8 intructionsDamien Lespiau
2013-11-06assembler/bdw: Add gen8_instruction from mesaDamien Lespiau
2013-11-04Update .gitignore a bitDaniel Vetter
2013-08-20assembler: Disable the declare testDamien Lespiau
2013-08-20assembler: Disable tests that where already failing in the gen4asm repoDamien Lespiau
2013-08-20assembler: Ignore make check outputDamien Lespiau
2013-08-20assembler: Fix the path of intel-gen4asmDamien Lespiau
2013-08-20assembler: Revert "Fix missing environment variables problem in test/run-test...Damien Lespiau
2013-08-20assembler: Revert "Automatically run all test cases."Damien Lespiau
2013-08-20assembler: Tune the error message for invalid send on gen6+Damien Lespiau
2013-08-15assembler: error for the wrong syntax of SEND instruction on GEN6+Xiang, Haihao
2013-05-22assembler: Add support for the SENDC instruction.Matt Turner
2013-03-04assembler: Mark format() as PRINTFLIKE in the disassemblerDamien Lespiau
2013-03-04assembler: Fix the decoding of the destination horizontal strideDamien Lespiau
2013-03-04assembler: Group the header inclusions togetherDamien Lespiau
2013-03-04assembler: Don't use GL typesDamien Lespiau
2013-03-04assembler: Remove trailing white spaceDamien Lespiau
2013-03-04assembler: Use defines for widthDamien Lespiau
2013-03-04assembler: Merge declared_register's type into the reg structureDamien Lespiau
2013-03-04assembler: Finish importing brw_eu_*c from mesaDamien Lespiau
2013-03-04assembler: Use set_instruction_src1() in sendDamien Lespiau
2013-03-04assembler: Put struct opcode_desc back in brw_context.hDamien Lespiau