platform/upstream/intel-gpu-tools.git
2013-03-04 Homer HsingMake sure BREAK/CONT/HALT work on Gen6.
2013-03-04 Homer HsingSupport Gen6 RET instruction.
2013-03-04 Homer HsingSupport Gen6 CALL instruction.
2013-03-04 Homer HsingReplace variable init code in WAIT by src_null_reg
2013-03-04 Homer HsingLet ip_dst and ip_src become local const variable,...
2013-03-04 Homer HsingSupport Gen6 three-source-operand instructions.
2013-03-04 Homer HsingCompile ELSE and WHILE in Gen5 as same way as in Gen4
2013-03-04 Homer HsingFix reloc_target_offset computing logic
2013-03-04 Homer HsingFully support Gen7 branching instructions
2013-03-04 Homer HsingSupporting multi-branch instructios BRD & BRC
2013-03-04 Homer HsingUse right-recursing in parser rule inst_option_list
2013-03-04 Homer HsingSupport subroutine instructions, CALL & RET
2013-03-04 Homer HsingMerge replicative code in gram.y
2013-03-04 Homer HsingReduce replicative code in gram.y by reloc_target field...
2013-03-04 Homer HsingRestrict type of relativelocation2 to int
2013-03-04 Homer HsingRewrite label matching code. Collect labels in a linked...
2013-03-04 Homer HsingAdd second_reloc_target in the data structure.
2013-03-04 Homer HsingAdd test case for ".declare" overriding feature.
2013-03-04 Homer HsingFix memory leaking in the parser
2013-03-04 Homer HsingFix field length of JIP for one-offset-branch in Gen6
2013-03-04 Homer HsingAutomatically run all test cases.
2013-03-04 Homer HsingFix missing environment variables problem in test/run...
2013-03-04 Homer HsingAdd a generic hash table algorithm. Reuse for declared_...
2013-03-04 Homer HsingAdd a test case for ".declare" pragma
2013-03-04 Homer HsingRename brw_instruction.bits3.if_else to branch
2013-03-04 Homer HsingAccording to BSPEC, put PLN & BFI1 to binaryop, put...
2013-03-04 Homer HsingExplain the difference between binaryinstruction and...
2013-03-04 Homer HsingRenaming according to BSPEC: jump_count -> JIP; pop_cou...
2013-03-04 Homer HsingUse bits3.if_else.jump_count instead of bits3.ud for...
2013-03-04 Homer HsingPad NOP instructions instead of the ILLEGAL instruction...
2013-03-04 Homer HsingMerge same if branches in declare_pragma section in...
2013-03-04 Homer HsingReduce memory cost in entry_table
2013-03-04 Homer HsingMake the entry point padding code logic looks nicer
2013-03-04 Homer HsingFix a typo in src/main.c: "in unit of type" -> "in...
2013-03-04 Homer HsingReduce hash value collision probability in src/main.c
2013-03-04 Homer HsingMove program_defaults init statement into variable...
2013-03-04 Homer HsingBetter comment text. Change "c like" to "C style" in...
2013-03-04 Homer HsingReplace bzero by memset.
2013-03-04 Homer HsingSupporting integer subtraction with borrow
2013-03-04 Homer HsingSupporting find first bit instructions
2013-03-04 Homer HsingSupporting half precision to single precision float...
2013-03-04 Homer HsingSupporting count bit set instruction
2013-03-04 Homer HsingSupporting instruction "reverse bits"
2013-03-04 Homer HsingSupporting instruction Bit Field Insert 1
2013-03-04 Homer HsingDelete an extra space character in brw_defines.h
2013-03-04 Homer HsingSupporting addc instruction
2013-03-04 Homer HsingSupporting bit field extract and bit field insert 2
2013-03-04 Homer HsingSupporting LRP: dest = src0 * src1 + (1-src0) * src2
2013-03-04 Homer HsingSupport trinary source instruction "multiply add".
2013-03-04 Homer Hsingadd data structure in src/brw_structs.h for supporting...
2013-03-04 Homer HsingComment magic words "da1", "da16", "ia1", and "ia16"
2013-03-04 Homer Hsingclose File yyin before calling yylex_destroy
2013-03-04 Homer HsingCall yylex_destroy() to free memory after yyparse()
2013-03-04 Homer HsingClose input file handler yyin after yyparse
2013-03-04 Homer HsingFix a typo ... lable -> label
2013-03-04 Lu Guanqunfix the label checking logics
2013-03-04 Xiang, HaihaoWaring if both predication and conditional modifier...
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.
next