2014-05-19 |
Xiang, Haihao | assembler: distinguish the channel of .z from the condi... |
tree | commitdiff |
2014-05-19 |
Xiang, Haihao | assembler: switch the order of swizzle and regtype... |
tree | commitdiff |
2014-02-13 |
Zhao Yakui | Assembler/bdw: Remove the unsupported cache agent for... |
tree | commitdiff |
2014-02-11 |
Thomas Wood | assembler: fix condition for printing a warning |
tree | commitdiff |
2014-02-06 |
Thomas Wood | assembler: define YY_NO_INPUT to prevent unused symbol... |
tree | commitdiff |
2013-12-06 |
Xiang, Haihao | assembler/bdw: Update write(...) |
tree | commitdiff |
2013-11-06 |
Zhao Yakui | assembler/bdw: Add the DATA_PORT_CACHE1 shared function... |
tree | commitdiff |
2013-11-06 |
Zhao Yakui | assembler/bdw: Add the support of align1 register-indir... |
tree | commitdiff |
2013-11-06 |
Xiang, Haihao | assembler/bdw: SEND instruction |
tree | commitdiff |
2013-11-06 |
Ben Widawsky | assembler/bdw: Small cleanup |
tree | commitdiff |
2013-11-06 |
Xiang, Haihao | assembler/bdw: Check & Refinement Engine message |
tree | commitdiff |
2013-11-06 |
Xiang, Haihao | assembler/bdw: Video Motion Estimation(VME) message |
tree | commitdiff |
2013-11-06 |
Xiang, Haihao | assembler/bdw: Thread Spawn message |
tree | commitdiff |
2013-11-06 |
Xiang, Haihao | assembler/bdw: Data port message |
tree | commitdiff |
2013-11-06 |
Xiang, Haihao | assembler/bdw: Set thread switch for multiple branch... |
tree | commitdiff |
2013-11-06 |
Xiang, Haihao | assembler/bdw: Set jip/uip offsets used by flow control... |
tree | commitdiff |
2013-11-06 |
Xiang, Haihao | assembler/bdw: Disable mask control for advanced mode |
tree | commitdiff |
2013-11-06 |
Xiang, Haihao | assembler/bdw: Set math function |
tree | commitdiff |
2013-11-06 |
Damien Lespiau | assembler/bdw: Use gen8_set_exec_size() to set the... |
tree | commitdiff |
2013-11-06 |
Damien Lespiau | assembler/bdw: Preliminary gen8 send & msgtarget support |
tree | commitdiff |
2013-11-06 |
Damien Lespiau | assembler/bdw: Add the start of a gen8 disassembler |
tree | commitdiff |
2013-11-06 |
Damien Lespiau | assembler/bdw: Make the validation functions take a... |
tree | commitdiff |
2013-11-06 |
Damien Lespiau | assembler/bdw: Support some basic gen8 intructions |
tree | commitdiff |
2013-11-06 |
Damien Lespiau | assembler/bdw: Add gen8_instruction from mesa |
tree | commitdiff |
2013-11-04 |
Daniel Vetter | Update .gitignore a bit |
tree | commitdiff |
2013-08-20 |
Damien Lespiau | assembler: Disable the declare test |
tree | commitdiff |
2013-08-20 |
Damien Lespiau | assembler: Disable tests that where already failing... |
tree | commitdiff |
2013-08-20 |
Damien Lespiau | assembler: Ignore make check output |
tree | commitdiff |
2013-08-20 |
Damien Lespiau | assembler: Fix the path of intel-gen4asm |
tree | commitdiff |
2013-08-20 |
Damien Lespiau | assembler: Revert "Fix missing environment variables... |
tree | commitdiff |
2013-08-20 |
Damien Lespiau | assembler: Revert "Automatically run all test cases." |
tree | commitdiff |
2013-08-20 |
Damien Lespiau | assembler: Tune the error message for invalid send... |
tree | commitdiff |
2013-08-15 |
Xiang, Haihao | assembler: error for the wrong syntax of SEND instructi... |
tree | commitdiff |
2013-05-22 |
Matt Turner | assembler: Add support for the SENDC instruction. |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Mark format() as PRINTFLIKE in the disassembler |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Fix the decoding of the destination horizont... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Group the header inclusions together |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Don't use GL types |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Remove trailing white space |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Use defines for width |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Merge declared_register's type into the... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Finish importing brw_eu_*c from mesa |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Use set_instruction_src1() in send |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Put struct opcode_desc back in brw_context.h |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Don't pollute the library files with gen4asm.h |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Use brw_*() functions for 3-src instructions |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Add support for D and UD in 3-src instructions |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Expose setters for 3src operands |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Introduce set_instruction_saturate() |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Introduce set_intruction_pred_cond() |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Introduce set_instruction_opcode() |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Isolate all the options in their own structure |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Unify adding options to the header |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Gather all predicate data in its own structure |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Move struct relocation out of relocatable... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Unify all instructions to be brw_program_ins... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Renamed the instruction field to insn |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Use brw_set_src1() |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Implement register-indirect addressing mode... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Fix ')' placement in condition |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Cleanup visibility of a few global variables... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Port the warning and error reporting to... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Use brw_set_src0() |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Add the input filename to the error/warning... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Add a check for when ExecSize and width... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Add a check for when width is 1 and hstride... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Add error() and warn() shorthands and use... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Add location support |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Don't warn if identical declared registers... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Store immediate values in reg.dw1.ud |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Fix comparisons between reg.type and Archite... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: ExecSize can be as big as 32 channels |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Factor out the source register validation |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Use brw_set_dest() to encode the destination |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Factor out the destination register validation |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Use brw_reg in the source operand |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Get rid of src operand's swizzle_set |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Consolidate the swizzling configuration... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Replace struct dst_operand by struct brw_reg |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Unify the direct and indirect register type |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Replace struct indirect_reg by struct brw_reg |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Replace struct direct_reg by struct brw_reg |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Make struct declared_register use struct... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Don't expose functions only used in main.c |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Make sure nobody adds a field back to struct... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Don't change the size of opcodes! |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Make explicit that labels are part of the... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Refactor the code adding instructions and... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Make print_instruction() take an instruction |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Simplify get_subreg_address() |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Use subreg_nr to store the address register... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Remove the writemask_set field of struct... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Use BRW_WRITEMASK_XYZW instead of the 0xf... |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Import brw_eu_emit.c |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Import brw_eu.c |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Import brw_eu_compact.c |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Protect gen4asm.h from multiple inclusions |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Make an libbrw library |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Introduce struct brw_context |
tree | commitdiff |
2013-03-04 |
Damien Lespiau | assembler: Remove white space from brw_eu.h |
tree | commitdiff |
next |