platform/upstream/intel-gpu-tools.git
2013-03-04 Damien Lespiauassembler: Import ralloc from Mesa
2013-03-04 Damien Lespiauassembler: Update the disassembler code
2013-03-04 Damien Lespiauassembler: Remove trailing white space from brw_defines.h
2013-03-04 Damien Lespiauassembler: Import brw_defines.h from Mesa
2013-03-04 Damien Lespiauassembler: Rename BRW_ACCWRCTRL_ACCWRCTRL
2013-03-04 Damien Lespiauassembler: Adopt enum brw_message_target from mesa
2013-03-04 Damien Lespiauassembler: Remove trailing white spaces from brw_structs.h
2013-03-04 Damien Lespiauassembler: Adopt brw_structs.h from mesa
2013-03-04 Damien Lespiauassembler: Rename bits3.id and bits3.fd
2013-03-04 Damien Lespiauassembler: Rename branch_2_offset to break_cont
2013-03-04 Damien Lespiauassembler: Rename branch to branch_gen6
2013-03-04 Damien Lespiauassembler: Rename gen5 DP pixel_scoreboard_clear to...
2013-03-04 Damien Lespiauassembler: Remove struct dp_write_gen6 and struct use...
2013-03-04 Damien Lespiauassembler: Rename dp_gen7 to gen7_dp and sync it with...
2013-03-04 Damien Lespiauassembler: Rename dp_gen6 to gen6_dp and sync with...
2013-03-04 Damien Lespiauassembler: Rename dp_read_gen6 to gen6_dp_sampler_const...
2013-03-04 Damien Lespiauassembler: Rename three_src_gen6 to da3src
2013-03-04 Damien Lespiauassembler: Sync brw_instruction's header with mesa's
2013-03-04 Damien Lespiaubuild: Add the debugger compilation status to the summary
2013-03-04 Damien Lespiaubuild: Only build the assembler if flex and bison are...
2013-03-04 Damien Lespiaubuild: Don't use AM_MAINTAINER_MODE
2013-03-04 Damien Lespiaugitignore: Ignore TAGS files
2013-03-04 Damien Lespiaubuild: Add CAIRO_FLAGS to the debugger compilation
2013-03-04 Damien Lespiaubuild: Integrate the merged gen assembler in the build...
2013-03-04 Xiang, Haihaobump version to 1.3
2013-03-04 Homer HsingFix typo. "donesn't" -> "doesn't"
2013-03-04 Zhao YakuiAdd the CRE enginee for HSW+
2013-03-04 Gwenole BeauchesneFix JMPI encoding for Haswell.
2013-03-04 Gwenole BeauchesneAdd initial support for Haswell.
2013-03-04 Gwenole BeauchesneAllow Gen version decimals.
2013-03-04 Gwenole BeauchesneBump gen_level to multiple of tens.
2013-03-04 Homer HsingFix Gen7 JMPI compilation
2013-03-04 Homer HsingFix sub-register number of an address register encoding
2013-03-04 Homer HsingFix symbol register subreg number calculation rule...
2013-03-04 Homer HsingShow warning when compiling the grammar parser
2013-03-04 Homer HsingSupport Gen6 WHILE instruction
2013-03-04 Homer HsingMake sure Gen6 IF works
2013-03-04 Homer HsingMake sure Gen6 ENDIF work
2013-03-04 Homer HsingFix JIP position for Gen6 JMPI
2013-03-04 Homer HsingFix Gen6 ELSE instructions code logic according to...
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
next