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_eu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Rename brw_compile to brw_codegen
Jason Ekstrand
2015-04-22
1
-14
/
+14
*
i965: Remove the context field from brw_compiler
Jason Ekstrand
2015-04-22
1
-11
/
+7
*
i965: Make the disassembler take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-4
/
+4
*
i965: Make instruction compaction take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965: Make the brw_inst helpers take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-14
/
+14
*
i965/eu: Add a devinfo parameter to brw_compile
Jason Ekstrand
2015-04-22
1
-0
/
+1
*
i965: Replace guess_execution_size with something simpler.
Matt Turner
2015-04-21
1
-0
/
+7
*
i965: Fix assertion in brw_reg_type_letters
Ben Widawsky
2015-03-02
1
-1
/
+1
*
i965/fs: Introduce brw_negate_cmod().
Kenneth Graunke
2015-02-27
1
-0
/
+22
*
i965: Return NONE from brw_swap_cmod on unknown input.
Matt Turner
2014-08-12
1
-1
/
+1
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
i965: Disable hex offset printing in disassembly.
Kenneth Graunke
2014-07-21
1
-1
/
+2
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-3
/
+1
*
i965: Replace struct brw_compact_instruction with brw_compact_inst.
Matt Turner
2014-06-26
1
-1
/
+1
*
i965: Replace 'struct brw_instruction' with 'brw_inst'.
Matt Turner
2014-06-26
1
-4
/
+4
*
i965: Pass brw rather than gen to brw_disassemble_inst().
Matt Turner
2014-06-26
1
-1
/
+1
*
i965: Convert brw_eu.[ch] to use the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-15
/
+17
*
i965: Use brw->gen in some generation checks.
Matt Turner
2014-06-11
1
-2
/
+6
*
i965: Put '_default_' in the name of functions that set default state.
Kenneth Graunke
2014-06-02
1
-11
/
+11
*
i965: Delete brw_set_conditionalmod.
Kenneth Graunke
2014-06-02
1
-5
/
+0
*
i965/sf: Move brw_set_predicate_control_flag_value to brw_sf_emit.c.
Kenneth Graunke
2014-05-27
1
-18
/
+0
*
i965/sf: Drop useless push/pop state from flag register mashing code.
Kenneth Graunke
2014-05-27
1
-2
/
+0
*
i965/sf: Reset flag_value to 0xff before emitting SF subroutines.
Kenneth Graunke
2014-05-27
1
-1
/
+0
*
i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
Kenneth Graunke
2014-05-18
1
-1
/
+2
*
i965: Rename brw_disasm/gen8_disassemble to brw/gen8_disassemble_inst.
Kenneth Graunke
2014-05-18
1
-1
/
+1
*
i965: Pass brw_context and assembly separately to brw_dump_compile.
Matt Turner
2014-05-15
1
-5
/
+3
*
i965: Pull brw_compact_instructions() out of brw_get_program().
Matt Turner
2014-05-15
1
-2
/
+0
*
i965/disasm: Disassemble the compaction control bit.
Matt Turner
2014-05-15
1
-1
/
+2
*
i965: Fix register types in dump_instructions().
Kenneth Graunke
2014-02-05
1
-0
/
+29
*
i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
Eric Anholt
2014-01-17
1
-4
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: dump the disassembly to the given file
Topi Pohjolainen
2013-12-27
1
-10
/
+10
*
i965: Don't use GL types in files shared with intel-gpu-tools.
Kenneth Graunke
2013-12-05
1
-9
/
+9
*
i965: Drop trailing whitespace from files shared with intel-gpu-tools.
Kenneth Graunke
2013-12-05
1
-8
/
+8
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+3
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-3
/
+2
*
i965/fs: Add an instruction flag for choosing the flag subregister.
Eric Anholt
2012-12-11
1
-0
/
+6
*
i965: Let brw_flag_reg() choose the flag reg and subreg.
Eric Anholt
2012-12-11
1
-1
/
+1
*
i965: Stop putting 8 NOPs after each prorgam.
Eric Anholt
2012-09-17
1
-8
/
+0
*
i965: Add support for instruction compaction on Gen7.
Kenneth Graunke
2012-09-17
1
-0
/
+2
*
i965: Add support for instruction compaction.
Eric Anholt
2012-09-17
1
-8
/
+30
*
i965: Move program dump to a helper function in brw_eu.c.
Eric Anholt
2012-09-17
1
-1
/
+23
*
i965: Clear brw_compile on setup.
Eric Anholt
2012-09-17
1
-0
/
+2
*
i965: Make brw_set_saturate() use stdbool.
Eric Anholt
2012-08-08
1
-2
/
+2
*
i965: Fix brw_swap_cmod() for LE/GE comparisons.
Kenneth Graunke
2012-06-18
1
-4
/
+4
*
i965: Remove vestiges of function call support from the old VS backend.
Kenneth Graunke
2012-04-09
1
-124
/
+0
*
i965: increase the brw eu instruction store size dynamically
Yuanhan Liu
2011-12-26
1
-0
/
+7
*
i965: let the if_stack just store the instruction index
Yuanhan Liu
2011-12-26
1
-2
/
+1
*
i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop.
Eric Anholt
2011-12-21
1
-0
/
+1
[next]