2013-03-04 |
Xiang, Haihao | bump version to 1.1 |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | add support for math instruction on Sandybridge |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | add support for plane instruction (pln) |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | Send on Sandybridge uses a message register as operand... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | no compression flag on Sandybridge |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | print error message when using math function on Sandybr... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | sampler, urb write, null and gateway on Sandybridge... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | add support for data port read on Sandybridge |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | add support for data port write on Sandybridge. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | fix send instruction on Sandybridge |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | add AccWrCtrl flag on Sandybridge |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | always set destination horiz stride for Align16 to... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | fix jump count for Sandybridge. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | add -g 6 for Sandybridge |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Zou Nan hai | use left recursion instead of right recursion to avoid... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Fix setup of immediate types for gen4 disasm. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | disasm: Print out ELSE and ENDIF src1 arguments like... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | whitespace cleanup from Mesa import. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Zou Nan hai | 1. type syntax :ud :uw etc |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Zou Nan hai | support simple expression |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | add intel-gen4asm.pc.in |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | the offset of JMPI is in unit of 64bits on GEN5. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang, Haihao | change read message format on GEN5 |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xiang Haihao | Add support for GEN5 |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Zou Nanhai | Add support for labeled and conditional branches |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Keith Packard | Support more addressing modes in disasm |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Fix compiler warning from missing include. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Zou Nan hai | Add support for dp_read message. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Zou Nan hai | Add thread_spawner message target support. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Keith Packard | Add conditional support to assembler. Add align16 dest... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Keith Packard | Add math and urb units, deal with nop |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Keith Packard | Add disassembler (intel-gen4disasm). |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Keith Packard | Support #line directives |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Keith Packard | Ensure that parse errors cause non-zero exit. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Keith Packard | Add packed vector immediate values |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Keith Packard | Add GCC warnings |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add accidentally forgotten rnde test. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | More renaming of gen4asm -> intel-gen4asm, plus README... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Update .gitignore for gen4asm -> intel-gen4asm |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Rename package and binary to intel-gen4asm. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Use 0 instead of INITIAL, as the chosen lex on my debia... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Use inttypes.h to get at uint32_t instead of sys/types.h. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Update the TODO with more tasks and a bit more description. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add break, cont, and halt instructions. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add tests for break, cont, and halt instructions. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Fix the exitcode type for ENDIF to be D instead of UD. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add a test for ENDIF, revealing issues. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Fix initialization of null reg for ELSE, and set the... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add a test for the ELSE instruction, revealing issues. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add support for the WAIT instruction. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add a test for wait instruction (not yet implemented). |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Lex integers as unsigned long instead of signed int... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add a failing test for maximum ranges of UD/D immediates. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Parse negative integers for imm32s, and don't exceed... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Fix the width of the IP count field expected by the... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Fix copy'n'paste-o in lexing of the WHILE instruction. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Initialize the structure used for setting up the ip... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add tests for jmpi, if, iff, and while, revealing issues. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Explain why rnde-intsrc is expected to fail. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add some masks in comments that will help with writing... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add configure.lineno to ignores. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add more unary operation tests. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Start adding a test suite. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add a rule for the ELSE instruction. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add rules for branch and jump instructions. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add DO and ENDIF instructions. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Fix a compiler warning by defining struct {in,}direct_r... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Fix gram.h creation, fixing dependencies and distcheck. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Fix issues in the grammar that caused errors in bison. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add autotools build system, and rearrange directory... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add input/output file command line arguments. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add support for register-indirect addressing in source... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add support for register-indirect access in destination... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add support for destination writemasks. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Avoid shift/reduce conflict in predicate by making... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add support for predicate control. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add support for swizzle control on source operands. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add acc[01] as src operands. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Comment cleanup and add missing semicolons after rules. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add support for more instruction options. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Typo fix in comment. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Rename direct_gen_reg struct to direct_reg now that... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Support src ARF operands in another place, and spell... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add support for more registers as source operands. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add rules for more registers, and use some for destinat... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Rename the resulting binary to gen4asm instead of lextest. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add a negation that the initial disasm missed. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add many more opcodes. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Lex the register number with the register name. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add syntax for extended math send functions, and adjust... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add a syntax for urb write messages. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add some more generated files to ignore. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add packed yuv sf kernel from 2d driver. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Add syntax for translating the DP write send message. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Fix respecting of instruction options (misunderstood... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Fix up sampler send message translation and give it... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Zero out the initial header instoptions. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | There's no reason to provide typing or region on the... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | bzero instructions before filling in the bits we care... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Eric Anholt | Fill in type of null register to match Mesa. |
commit | commitdiff | tree | snapshot |
next |