profile/extras/intel-gpu-tools.git
2013-03-04 Xiang HaihaoAdd support for GEN5
2013-03-04 Zou NanhaiAdd support for labeled and conditional branches
2013-03-04 Keith PackardSupport more addressing modes in disasm
2013-03-04 Eric AnholtFix compiler warning from missing include.
2013-03-04 Zou Nan haiAdd support for dp_read message.
2013-03-04 Zou Nan haiAdd thread_spawner message target support.
2013-03-04 Keith PackardAdd conditional support to assembler. Add align16 dest...
2013-03-04 Keith PackardAdd math and urb units, deal with nop
2013-03-04 Keith PackardAdd disassembler (intel-gen4disasm).
2013-03-04 Keith PackardSupport #line directives
2013-03-04 Keith PackardEnsure that parse errors cause non-zero exit.
2013-03-04 Keith PackardAdd packed vector immediate values
2013-03-04 Keith PackardAdd GCC warnings
2013-03-04 Eric AnholtAdd accidentally forgotten rnde test.
2013-03-04 Eric AnholtMore renaming of gen4asm -> intel-gen4asm, plus README...
2013-03-04 Eric AnholtUpdate .gitignore for gen4asm -> intel-gen4asm
2013-03-04 Eric AnholtRename package and binary to intel-gen4asm.
2013-03-04 Eric AnholtUse 0 instead of INITIAL, as the chosen lex on my debia...
2013-03-04 Eric AnholtUse inttypes.h to get at uint32_t instead of sys/types.h.
2013-03-04 Eric AnholtUpdate the TODO with more tasks and a bit more description.
2013-03-04 Eric AnholtAdd break, cont, and halt instructions.
2013-03-04 Eric AnholtAdd tests for break, cont, and halt instructions.
2013-03-04 Eric AnholtFix the exitcode type for ENDIF to be D instead of UD.
2013-03-04 Eric AnholtAdd a test for ENDIF, revealing issues.
2013-03-04 Eric AnholtFix initialization of null reg for ELSE, and set the...
2013-03-04 Eric AnholtAdd a test for the ELSE instruction, revealing issues.
2013-03-04 Eric AnholtAdd support for the WAIT instruction.
2013-03-04 Eric AnholtAdd a test for wait instruction (not yet implemented).
2013-03-04 Eric AnholtLex integers as unsigned long instead of signed int...
2013-03-04 Eric AnholtAdd a failing test for maximum ranges of UD/D immediates.
2013-03-04 Eric AnholtParse negative integers for imm32s, and don't exceed...
2013-03-04 Eric AnholtFix the width of the IP count field expected by the...
2013-03-04 Eric AnholtFix copy'n'paste-o in lexing of the WHILE instruction.
2013-03-04 Eric AnholtInitialize the structure used for setting up the ip...
2013-03-04 Eric AnholtAdd tests for jmpi, if, iff, and while, revealing issues.
2013-03-04 Eric AnholtExplain why rnde-intsrc is expected to fail.
2013-03-04 Eric AnholtAdd some masks in comments that will help with writing...
2013-03-04 Eric AnholtAdd configure.lineno to ignores.
2013-03-04 Eric AnholtAdd more unary operation tests.
2013-03-04 Eric AnholtStart adding a test suite.
2013-03-04 Eric AnholtAdd a rule for the ELSE instruction.
2013-03-04 Eric AnholtAdd rules for branch and jump instructions.
2013-03-04 Eric AnholtAdd DO and ENDIF instructions.
2013-03-04 Eric AnholtFix a compiler warning by defining struct {in,}direct_r...
2013-03-04 Eric AnholtFix gram.h creation, fixing dependencies and distcheck.
2013-03-04 Eric AnholtFix issues in the grammar that caused errors in bison.
2013-03-04 Eric AnholtAdd autotools build system, and rearrange directory...
2013-03-04 Eric AnholtAdd input/output file command line arguments.
2013-03-04 Eric AnholtAdd support for register-indirect addressing in source...
2013-03-04 Eric AnholtAdd support for register-indirect access in destination...
2013-03-04 Eric AnholtAdd support for destination writemasks.
2013-03-04 Eric AnholtAvoid shift/reduce conflict in predicate by making...
2013-03-04 Eric AnholtAdd support for predicate control.
2013-03-04 Eric AnholtAdd support for swizzle control on source operands.
2013-03-04 Eric AnholtAdd acc[01] as src operands.
2013-03-04 Eric AnholtComment cleanup and add missing semicolons after rules.
2013-03-04 Eric AnholtAdd support for more instruction options.
2013-03-04 Eric AnholtTypo fix in comment.
2013-03-04 Eric AnholtRename direct_gen_reg struct to direct_reg now that...
2013-03-04 Eric AnholtSupport src ARF operands in another place, and spell...
2013-03-04 Eric AnholtAdd support for more registers as source operands.
2013-03-04 Eric AnholtAdd rules for more registers, and use some for destinat...
2013-03-04 Eric AnholtRename the resulting binary to gen4asm instead of lextest.
2013-03-04 Eric AnholtAdd a negation that the initial disasm missed.
2013-03-04 Eric AnholtAdd many more opcodes.
2013-03-04 Eric AnholtLex the register number with the register name.
2013-03-04 Eric AnholtAdd syntax for extended math send functions, and adjust...
2013-03-04 Eric AnholtAdd a syntax for urb write messages.
2013-03-04 Eric AnholtAdd some more generated files to ignore.
2013-03-04 Eric AnholtAdd packed yuv sf kernel from 2d driver.
2013-03-04 Eric AnholtAdd syntax for translating the DP write send message.
2013-03-04 Eric AnholtFix respecting of instruction options (misunderstood...
2013-03-04 Eric AnholtFix up sampler send message translation and give it...
2013-03-04 Eric AnholtZero out the initial header instoptions.
2013-03-04 Eric AnholtThere's no reason to provide typing or region on the...
2013-03-04 Eric Anholtbzero instructions before filling in the bits we care...
2013-03-04 Eric AnholtFill in type of null register to match Mesa.
2013-03-04 Eric AnholtThis code was supposed to be null instead of acc0 ...
2013-03-04 Eric AnholtFix translation of message registers.
2013-03-04 Eric AnholtFix translation of saturate value, and wire conditional...
2013-03-04 Eric AnholtRemove generated source from repo.
2013-03-04 Eric AnholtAdd support for negate and abs to source operands.
2013-03-04 Eric AnholtFix imm32 translation.
2013-03-04 Eric AnholtFix dest_horiz_stride translation, and destination...
2013-03-04 Eric AnholtAnd add a comma. This was supposed to be a minor change.
2013-03-04 Eric AnholtRemove generated file.
2013-03-04 Eric AnholtFix horizontal stride translation.
2013-03-04 Eric AnholtC warnings cleanup.
2013-03-04 Eric AnholtAdd Wall.
2013-03-04 Eric Anholtactually print out last uint32_t of instruction.
2013-03-04 Eric AnholtStart correcting the translation.
2013-03-04 Eric AnholtGet the wm program to parse.
2013-03-04 Eric AnholtInitial gen4asm code.
2013-03-04 Damien Lespiaubuild: Guard the inclusions of config.h with HAVE_CONFIG_H
2013-03-04 Damien Lespiaulib: Allow to override the device id at run time
2013-03-04 Damien Lespiaulib: Factor out a function to check if an environment...
2013-03-03 Kenneth Graunkeintel_chipset: Fix Haswell CRW PCI IDs.
2013-02-22 Ben Widawskyquick_dump: prettier printing
2013-02-19 Ben Widawskyfix arch build: update ax_python_devel.m4
2013-02-19 Ville Syrjäläintel_chipset: Add multiple inclusion guards into intel...
next