index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_shader.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add cfg to backend_visitor.
Matt Turner
2014-07-21
1
-0
/
+5
*
i965: Move assembly annotation functions to intel_asm_annotation.c.
Matt Turner
2014-07-05
1
-6
/
+0
*
i965: Rename intel_asm_printer -> intel_asm_annotation.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Make backend_instruction usable from C.
Matt Turner
2014-07-05
1
-4
/
+7
*
i965/cfg: Make cfg_t usable from C.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Repack backend_instruction struct.
Matt Turner
2014-07-05
1
-7
/
+5
*
i965: Make a brw_predicate enum.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
1
-2
/
+2
*
i965: Move common fields into backend_instruction.
Matt Turner
2014-07-05
1
-0
/
+13
*
i965: Use enum brw_reg_type for register types.
Matt Turner
2014-07-05
1
-2
/
+2
*
i965: Move is_zero/one/null/accumulator into backend_reg.
Matt Turner
2014-07-05
1
-0
/
+7
*
i965: Make a common backend_reg class.
Matt Turner
2014-07-05
1
-0
/
+32
*
i965: Mark backend_instruction and bblock_t as structs.
Matt Turner
2014-06-17
1
-1
/
+1
*
i965: Use brw->gen in some generation checks.
Matt Turner
2014-06-11
1
-1
/
+1
*
i965: Give dump_instructions() a filename argument.
Matt Turner
2014-06-01
1
-0
/
+1
*
i965: Give dump_instruction() a FILE* argument.
Matt Turner
2014-06-01
1
-0
/
+1
*
i965: Print disassembly after compaction.
Matt Turner
2014-05-24
1
-0
/
+15
*
i965: Relax accumulator dependency scheduling on Gen < 6
Iago Toral Quiroga
2014-05-13
1
-0
/
+1
*
i965: Add writes_accumulator flag
Juha-Pekka Heikkila
2014-04-16
1
-0
/
+1
*
i965: Add reads_accumulator_implicitly() function.
Matt Turner
2014-04-16
1
-0
/
+1
*
i965: Mark is_tex() and friends as const.
Matt Turner
2014-04-05
1
-5
/
+5
*
i965: Mark invariants in backend_visitor as constants
Topi Pohjolainen
2014-03-05
1
-6
/
+6
*
i965: Merge resolving of shader program source
Topi Pohjolainen
2014-03-05
1
-1
/
+2
*
i965: Merge initialisation of backend_visitor
Topi Pohjolainen
2014-03-05
1
-0
/
+7
*
Revert "i965/fs: Make fs_reg's type an enum for better debugging."
Matt Turner
2014-02-21
1
-2
/
+1
*
i965/fs: Make fs_reg's type an enum for better debugging.
Matt Turner
2014-02-21
1
-1
/
+2
*
i965: Mark brw_reg_type and register_file enums as PACKED.
Matt Turner
2014-02-21
1
-1
/
+2
*
i965: Reduce predicate field of backend_instruction to uint8_t.
Matt Turner
2014-02-21
1
-1
/
+1
*
i965: Add can_do_saturate() method to backend_instruction.
Matt Turner
2014-01-28
1
-0
/
+1
*
i965/fs: Show register pressure in dump_instructions() output.
Kenneth Graunke
2014-01-21
1
-1
/
+1
*
i965/fs: Make the first pre-allocation heuristic be the post heuristic.
Eric Anholt
2013-11-22
1
-0
/
+1
*
i965: Make invalidate_live_intervals() a virtual method of backend_visitor.
Matt Turner
2013-11-20
1
-0
/
+2
*
i965/fs: Try a different pre-scheduling heuristic if the first spills.
Eric Anholt
2013-11-12
1
-0
/
+6
*
i965: Add a 'has_side_effects' back-end instruction predicate.
Francisco Jerez
2013-11-04
1
-0
/
+7
*
i965: relax brw_texture_offset assert
Chris Forbes
2013-10-26
1
-1
/
+1
*
i965: Move the common binding table offset code to brw_shader.cpp.
Eric Anholt
2013-10-15
1
-0
/
+3
*
i965: Always have the struct gl_program * in the backend visitor.
Eric Anholt
2013-10-15
1
-0
/
+1
*
i965: Don't copy prop source mods into instructions that can't take them.
Matt Turner
2013-10-14
1
-0
/
+1
*
i965: Remove the "ARF" register file.
Matt Turner
2013-10-07
1
-1
/
+0
*
i965: Make brw_{shader,vec4}.h safe to include from C.
Paul Berry
2013-08-23
1
-1
/
+6
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-1
/
+0
*
i965: Share the register file enum between the two backends.
Eric Anholt
2013-05-02
1
-0
/
+11
*
i965: Make dump_instructions be a virtual method of the visitor.
Eric Anholt
2013-05-02
1
-0
/
+3
*
i965: Move is_math/is_tex/is_control_flow() to backend_instruction.
Kenneth Graunke
2013-04-29
1
-0
/
+4
*
i965: Rename backend_visitor::prog to shader_prog.
Paul Berry
2013-04-11
1
-1
/
+1
*
i965: Add names for all instructions to dump_instruction() in FS and VS.
Eric Anholt
2013-03-29
1
-0
/
+1
*
i965/fs: Move struct brw_compile (p) entirely inside fs_generator.
Kenneth Graunke
2012-11-26
1
-1
/
+0
*
i965: Share the predicate field between FS and VS.
Eric Anholt
2012-10-17
1
-0
/
+3
*
i965: Make the FS and VS share a few visitor/instruction fields.
Eric Anholt
2012-10-17
1
-0
/
+25
*
i965/fs: Factor out texture offset bitfield computation.
Kenneth Graunke
2011-12-19
1
-0
/
+2
[next]