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
/
gram.y
Age
Commit message (
Expand
)
Author
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: Add location support
Damien Lespiau
2013-03-04
assembler: Don't warn if identical declared registers are redefined
Damien Lespiau
2013-03-04
assembler: Store immediate values in reg.dw1.ud
Damien Lespiau
2013-03-04
assembler: Factor out the source register validation
Damien Lespiau
2013-03-04
assembler: Use brw_set_dest() to encode the destination
Damien Lespiau
2013-03-04
assembler: Factor out the destination register validation
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: Unify the direct and indirect register type
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 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: Refactor the code adding instructions and labels
Damien Lespiau
2013-03-04
assembler: Simplify get_subreg_address()
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: Use BRW_WRITEMASK_XYZW instead of the 0xf constant
Damien Lespiau
2013-03-04
assembler: Rename BRW_ACCWRCTRL_ACCWRCTRL
Damien Lespiau
2013-03-04
assembler: Adopt enum brw_message_target from mesa
Damien Lespiau
2013-03-04
assembler: Rename gen5 DP pixel_scoreboard_clear to last_render_target
Damien Lespiau
2013-03-04
assembler: Remove struct dp_write_gen6 and struct use gen6_dp
Damien Lespiau
2013-03-04
assembler: Rename dp_gen7 to gen7_dp and sync it with Mesa's
Damien Lespiau
2013-03-04
assembler: Rename dp_gen6 to gen6_dp and sync with Mesa's
Damien Lespiau
2013-03-04
assembler: Rename dp_read_gen6 to gen6_dp_sampler_const_cache
Damien Lespiau
2013-03-04
assembler: Rename three_src_gen6 to da3src
Damien Lespiau
2013-03-04
assembler: Sync brw_instruction's header with mesa's
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 addressing in source operands.
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
Avoid shift/reduce conflict in predicate by making flagreg and subreg 1 token.
Eric Anholt
2013-03-04
Add support for predicate control.
Eric Anholt
2013-03-04
Add support for swizzle control on source operands.
Eric Anholt
2013-03-04
Add acc[01] as src operands.
Eric Anholt
2013-03-04
Comment cleanup and add missing semicolons after rules.
Eric Anholt
2013-03-04
Add support for more instruction options.
Eric Anholt
2013-03-04
Typo fix in comment.
Eric Anholt
2013-03-04
Rename direct_gen_reg struct to direct_reg now that it fills more roles.
Eric Anholt
2013-03-04
Support src ARF operands in another place, and spell it arch instead of acc.
Eric Anholt
2013-03-04
Add support for more registers as source operands.
Eric Anholt
2013-03-04
Add rules for more registers, and use some for destinations.
Eric Anholt
2013-03-04
Add many more opcodes.
Eric Anholt
2013-03-04
Lex the register number with the register name.
Eric Anholt
[prev]
[next]