platform/upstream/intel-gpu-tools.git
2013-03-04 Xiang, HaihaoAdd support for flag register f1 on Ivy bridge
2013-03-04 Xiang, Haihaos/flag_reg_nr/flag_subreg_nr for an instruction
2013-03-04 Xiang, HaihaoRemove flag_reg_nr from the DW3 of an instruction
2013-03-04 Xiang, HaihaoChange the rule for flag register
2013-03-04 Xiang, HaihaoAccept symbol register as the leading register of the...
2013-03-04 Ben Widawskydisasm: decode SENDC like SEND
2013-03-04 Ben Widawskydisasm: add gen6 style send decoding
2013-03-04 Ben Widawskydisasm: add sendc
2013-03-04 Ben Widawskydisasm: add pln instruction
2013-03-04 Xiang, HaihaoA new syntax of SEND intruction on Ivybridge
2013-03-04 Xiang, Haihaobump version to 1.2
2013-03-04 Xiang, HaihaoSupport VME on Ivybridge
2013-03-04 Xiang, HaihaoSupport DP for sampler/render/constant/data cache
2013-03-04 Xiang, Haihaosampler/render/constant cache unit since Sandybridge
2013-03-04 Xiang, Haihaofix an error in commit cf76278
2013-03-04 Xiang, HaihaoSEND uses GRFs instead of MRFs on Ivybridge
2013-03-04 Xiang, HaihaoAdd support for sample (00000) on Ivybridge
2013-03-04 Xiang, HaihaoAdd support for data port read/write on Ivybridge
2013-03-04 Xiang, HaihaoAdd -g 7 for Ivybridge
2013-03-04 Feng, BoqunSend instruction on PRE-ILK
2013-03-04 Zhou ChangAdd VME support in SEND
2013-03-04 Ben Widawskyintel-gen4asm: add byte array style disasm
2013-03-04 Ben Widawskyintel-gen4asm: have a C-like binary output
2013-03-04 Xiang, Haihaofix the parameters of register region
2013-03-04 Xiang, Haihaosend instruction on GEN6
2013-03-04 Xiang, Haihaofix notification count register
2013-03-04 Xiang, HaihaoSupport instructions which strictly follow the documents.
2013-03-04 Chen, Yangyang1. fix DOT
2013-03-04 Chen, Yangyangfix CHANNEL select
2013-03-04 Xiang, HaihaoSupport for headerless write
2013-03-04 Xiang, Haihaobump version to 1.1
2013-03-04 Xiang, Haihaoadd support for math instruction on Sandybridge
2013-03-04 Xiang, Haihaoadd support for plane instruction (pln)
2013-03-04 Xiang, HaihaoSend on Sandybridge uses a message register as operand...
2013-03-04 Xiang, Haihaono compression flag on Sandybridge
2013-03-04 Xiang, Haihaoprint error message when using math function on Sandybr...
2013-03-04 Xiang, Haihaosampler, urb write, null and gateway on Sandybridge...
2013-03-04 Xiang, Haihaoadd support for data port read on Sandybridge
2013-03-04 Xiang, Haihaoadd support for data port write on Sandybridge.
2013-03-04 Xiang, Haihaofix send instruction on Sandybridge
2013-03-04 Xiang, Haihaoadd AccWrCtrl flag on Sandybridge
2013-03-04 Xiang, Haihaoalways set destination horiz stride for Align16 to...
2013-03-04 Xiang, Haihaofix jump count for Sandybridge.
2013-03-04 Xiang, Haihaoadd -g 6 for Sandybridge
2013-03-04 Zou Nan haiuse left recursion instead of right recursion to avoid...
2013-03-04 Eric AnholtFix setup of immediate types for gen4 disasm.
2013-03-04 Eric Anholtdisasm: Print out ELSE and ENDIF src1 arguments like...
2013-03-04 Eric Anholtwhitespace cleanup from Mesa import.
2013-03-04 Zou Nan hai1. type syntax :ud :uw etc
2013-03-04 Zou Nan hai support simple expression
2013-03-04 Xiang, Haihaoadd intel-gen4asm.pc.in
2013-03-04 Xiang, Haihaothe offset of JMPI is in unit of 64bits on GEN5.
2013-03-04 Xiang, Haihaochange read message format on GEN5
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...
next