index
:
igt-gpu-tools.git
master
patchseet_v24
patchseet_v25
vm-bind
DRM IGT GPU Tools
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
assembler
/
gen4asm.h
Age
Commit message (
Expand
)
Author
2013-11-06
assembler/bdw: Support some basic gen8 intructions
Damien Lespiau
2013-03-04
assembler: Group the header inclusions together
Damien Lespiau
2013-03-04
assembler: Don't use GL types
Damien Lespiau
2013-03-04
assembler: Remove trailing white space
Damien Lespiau
2013-03-04
assembler: Merge declared_register's type into the reg structure
Damien Lespiau
2013-03-04
assembler: Isolate all the options in their own structure
Damien Lespiau
2013-03-04
assembler: Gather all predicate data in its own structure
Damien Lespiau
2013-03-04
assembler: Move struct relocation out of relocatable instructions
Damien Lespiau
2013-03-04
assembler: Renamed the instruction field to insn
Damien Lespiau
2013-03-04
assembler: Cleanup visibility of a few global variables/functions
Damien Lespiau
2013-03-04
assembler: Add the input filename to the error/warning messages
Damien Lespiau
2013-03-04
assembler: Add a check for when width is 1 and hstride is not 0
Damien Lespiau
2013-03-04
assembler: Add error() and warn() shorthands and use them in set_src[01]
Damien Lespiau
2013-03-04
assembler: Store immediate values in reg.dw1.ud
Damien Lespiau
2013-03-04
assembler: Use brw_set_dest() to encode the destination
Damien Lespiau
2013-03-04
assembler: Use brw_reg in the source operand
Damien Lespiau
2013-03-04
assembler: Get rid of src operand's swizzle_set
Damien Lespiau
2013-03-04
assembler: Consolidate the swizzling configuration on 8 bits
Damien Lespiau
2013-03-04
assembler: Replace struct dst_operand by struct brw_reg
Damien Lespiau
2013-03-04
assembler: Replace struct indirect_reg by struct brw_reg
Damien Lespiau
2013-03-04
assembler: Replace struct direct_reg by struct brw_reg
Damien Lespiau
2013-03-04
assembler: Make struct declared_register use struct brw_reg
Damien Lespiau
2013-03-04
assembler: Don't expose functions only used in main.c
Damien Lespiau
2013-03-04
assembler: Make sure nobody adds a field back to struct brw_instruction
Damien Lespiau
2013-03-04
assembler: Don't change the size of opcodes!
Damien Lespiau
2013-03-04
assembler: Make explicit that labels are part of the instructions list
Damien Lespiau
2013-03-04
assembler: Use subreg_nr to store the address register subreg
Damien Lespiau
2013-03-04
assembler: Remove the writemask_set field of struct dest_operand
Damien Lespiau
2013-03-04
assembler: Protect gen4asm.h from multiple inclusions
Damien Lespiau
2013-03-04
assembler: Update the disassembler code
Damien Lespiau
2013-03-04
build: Integrate the merged gen assembler in the build system
Damien Lespiau
2013-03-04
Add autotools build system, and rearrange directory layout.
Eric Anholt
2013-03-04
Add support for register-indirect access in destination registers.
Eric Anholt
2013-03-04
Add support for destination writemasks.
Eric Anholt
2013-03-04
Add support for swizzle control on source operands.
Eric Anholt
2013-03-04
C warnings cleanup.
Eric Anholt
2013-03-04
Initial gen4asm code.
Eric Anholt