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: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-719
/
+0
*
i965: split EU defines to brw_eu_defines.h
Emil Velikov
2017-03-13
1
-1
/
+1
*
i965: Move brw_init_compaction_tables() to brw_create_compiler().
Matt Turner
2017-03-10
1
-2
/
+0
*
i965: Move intel_debug.h to intel/common/gen_debug.h
Jason Ekstrand
2017-03-01
1
-1
/
+1
*
i965: Reduce cross-pollination between the DRI driver and compiler
Jason Ekstrand
2017-03-01
1
-1
/
+2
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-6
/
+6
*
i965: enable the emission of the DIM instruction
Samuel Iglesias Gonsálvez
2016-07-14
1
-1
/
+1
*
i965/eu: Remove brw_codegen::compressed and ::compressed_stack.
Francisco Jerez
2016-05-27
1
-5
/
+0
*
i965/eu: Define alternative interface for setting compression and group contr...
Francisco Jerez
2016-05-27
1
-0
/
+69
*
i965: Define GEN_GE/GEN_LE macros in terms of GEN_LT.
Matt Turner
2016-05-03
1
-2
/
+3
*
i965: Add disassembler support for remaining opcodes.
Matt Turner
2016-05-03
1
-16
/
+73
*
i965: Make opcode_descs and gen_from_devinfo() static.
Matt Turner
2016-05-03
1
-2
/
+2
*
i965: Actually check whether the opcode is supported.
Matt Turner
2016-05-03
1
-2
/
+2
*
i965: Merge inst_info and opcode_desc tables.
Matt Turner
2016-05-03
1
-65
/
+67
*
i965: Move inst_info from brw_eu_validate.c to brw_eu.c.
Matt Turner
2016-05-03
1
-0
/
+239
*
i965/disasm: Wrap opcode_desc look-up in a function.
Francisco Jerez
2016-05-03
1
-0
/
+16
*
i965: Add support for swizzling arbitrary immediates to (brw_)swizzle().
Francisco Jerez
2016-03-06
1
-0
/
+44
*
i965: Add INTEL_DEBUG=hex to print the hex with the disassembly.
Matt Turner
2015-10-29
1
-1
/
+1
*
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
[next]