summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-04assembler: Rename branch to branch_gen6Damien Lespiau
2013-03-04assembler: Rename gen5 DP pixel_scoreboard_clear to last_render_targetDamien Lespiau
2013-03-04assembler: Remove struct dp_write_gen6 and struct use gen6_dpDamien Lespiau
2013-03-04assembler: Rename dp_gen7 to gen7_dp and sync it with Mesa'sDamien Lespiau
2013-03-04assembler: Rename dp_gen6 to gen6_dp and sync with Mesa'sDamien Lespiau
2013-03-04assembler: Rename dp_read_gen6 to gen6_dp_sampler_const_cacheDamien Lespiau
2013-03-04assembler: Rename three_src_gen6 to da3srcDamien Lespiau
2013-03-04assembler: Sync brw_instruction's header with mesa'sDamien Lespiau
2013-03-04build: Add the debugger compilation status to the summaryDamien Lespiau
2013-03-04build: Only build the assembler if flex and bison are foundDamien Lespiau
2013-03-04build: Don't use AM_MAINTAINER_MODEDamien Lespiau
2013-03-04gitignore: Ignore TAGS filesDamien Lespiau
2013-03-04build: Add CAIRO_FLAGS to the debugger compilationDamien Lespiau
2013-03-04build: Integrate the merged gen assembler in the build systemDamien Lespiau
2013-03-04bump version to 1.3Xiang, Haihao
2013-03-04Fix typo. "donesn't" -> "doesn't"Homer Hsing
2013-03-04Add the CRE enginee for HSW+Zhao Yakui
2013-03-04Fix JMPI encoding for Haswell.Gwenole Beauchesne
2013-03-04Add initial support for Haswell.Gwenole Beauchesne
2013-03-04Allow Gen version decimals.Gwenole Beauchesne
2013-03-04Bump gen_level to multiple of tens.Gwenole Beauchesne
2013-03-04Fix Gen7 JMPI compilationHomer Hsing
2013-03-04Fix sub-register number of an address register encodingHomer Hsing
2013-03-04Fix symbol register subreg number calculation rule symbol_reg_pHomer Hsing
2013-03-04Show warning when compiling the grammar parserHomer Hsing
2013-03-04Support Gen6 WHILE instructionHomer Hsing
2013-03-04Make sure Gen6 IF worksHomer Hsing
2013-03-04Make sure Gen6 ENDIF workHomer Hsing
2013-03-04Fix JIP position for Gen6 JMPIHomer Hsing
2013-03-04Fix Gen6 ELSE instructions code logic according to bspec.Homer Hsing
2013-03-04Make sure BREAK/CONT/HALT work on Gen6.Homer Hsing
2013-03-04Support Gen6 RET instruction.Homer Hsing
2013-03-04Support Gen6 CALL instruction.Homer Hsing
2013-03-04Replace variable init code in WAIT by src_null_regHomer Hsing
2013-03-04Let ip_dst and ip_src become local const variable, so as to reduce replicated...Homer Hsing
2013-03-04Support Gen6 three-source-operand instructions.Homer Hsing
2013-03-04Compile ELSE and WHILE in Gen5 as same way as in Gen4Homer Hsing
2013-03-04Fix reloc_target_offset computing logicHomer Hsing
2013-03-04Fully support Gen7 branching instructionsHomer Hsing
2013-03-04Supporting multi-branch instructios BRD & BRCHomer Hsing
2013-03-04Use right-recursing in parser rule inst_option_listHomer Hsing
2013-03-04Support subroutine instructions, CALL & RETHomer Hsing
2013-03-04Merge replicative code in gram.yHomer Hsing
2013-03-04Reduce replicative code in gram.y by reloc_target field in src_operandHomer Hsing
2013-03-04Restrict type of relativelocation2 to intHomer Hsing
2013-03-04Rewrite label matching code. Collect labels in a linked list.Homer Hsing
2013-03-04Add second_reloc_target in the data structure.Homer Hsing
2013-03-04Add test case for ".declare" overriding feature.Homer Hsing
2013-03-04Fix memory leaking in the parserHomer Hsing
2013-03-04Fix field length of JIP for one-offset-branch in Gen6Homer Hsing