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_compact.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Consolidate is_3src() functions.
Matt Turner
2015-11-12
1
-7
/
+0
*
i965: Add INTEL_DEBUG=nocompact to disable instruction compaction.
Matt Turner
2015-10-29
1
-0
/
+3
*
i965: Add mask_control_ex field and handle it in compaction.
Matt Turner
2015-10-21
1
-0
/
+4
*
i965: Compact acc_wr_control only on Gen6+.
Matt Turner
2015-10-21
1
-2
/
+8
*
i965: Add devinfo parameter to brw_compact_inst_* funcs.
Matt Turner
2015-10-21
1
-46
/
+72
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-09-10
1
-2
/
+2
*
i965: Disable compaction for EOT send messages
Ben Widawsky
2015-05-29
1
-0
/
+6
*
i965: Remove end-of-thread SEND alignment code.
Matt Turner
2015-05-05
1
-12
/
+3
*
i965: Rename brw_compile to brw_codegen
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965: Remove the context field from brw_compiler
Jason Ekstrand
2015-04-22
1
-2
/
+2
*
i965: Make the disassembler take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-6
/
+5
*
i965: Make instruction compaction take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-100
/
+103
*
i965: Make the brw_inst helpers take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-57
/
+66
*
i965: Don't compact instructions with unmapped bits.
Francisco Jerez
2015-02-19
1
-0
/
+53
*
i965: Initialize compaction tables once per process.
Matt Turner
2014-12-01
1
-0
/
+5
*
i965: Update compaction code to handle Skylake like Cherryview.
Kenneth Graunke
2014-11-03
1
-4
/
+4
*
i965/skl: Init instructions compaction tables for SKL
Kristian Høgsberg
2014-11-03
1
-0
/
+1
*
Revert "i965/compaction: Disable compaction on SNB temporarily."
Matt Turner
2014-10-29
1
-6
/
+0
*
i965/compaction: Disable compaction on SNB temporarily.
Matt Turner
2014-10-03
1
-0
/
+6
*
i965/compaction: Move variable declarations to their uses.
Matt Turner
2014-09-29
1
-5
/
+4
*
i965/compaction: Simplify jump target code.
Matt Turner
2014-09-29
1
-26
/
+18
*
i965/compaction: Document instruction compaction capabilities.
Matt Turner
2014-09-25
1
-0
/
+35
*
i965/compaction: Support compaction of control flow instructions.
Matt Turner
2014-09-25
1
-14
/
+16
*
i965/compaction: Add support for G45.
Matt Turner
2014-09-25
1
-15
/
+24
*
i965/compaction: Add support for Gen5.
Matt Turner
2014-09-25
1
-5
/
+210
*
i965/compaction: Reduce size of compacted_counts[] array.
Matt Turner
2014-09-25
1
-22
/
+37
*
i965/compaction: Use sizeof brw_inst/brw_compact_inst.
Matt Turner
2014-09-25
1
-15
/
+17
*
i965/compaction: Increment offset in for loop.
Matt Turner
2014-09-25
1
-3
/
+2
*
i965/compaction: Make src_offset local to the for loop.
Matt Turner
2014-09-25
1
-8
/
+4
*
i965/compaction: Remove unnecessary is-compacted? check.
Matt Turner
2014-09-25
1
-2
/
+3
*
i965/compaction: Don't set UIP on ELSE on Gen < 8.
Matt Turner
2014-09-25
1
-1
/
+2
*
i965/compaction: Rework 3-src compaction logic.
Matt Turner
2014-09-25
1
-5
/
+9
*
i965: Fix JIP/UIP calculations.
Matt Turner
2014-08-22
1
-8
/
+6
*
i965: Enable instruction compaction on Gen8+.
Matt Turner
2014-08-18
1
-1
/
+1
*
i965: Add support for compacting 3-src instructions on Gen8.
Matt Turner
2014-08-18
1
-0
/
+185
*
i965: Add support for compacting 1- and 2-src instructions on Gen8.
Matt Turner
2014-08-18
1
-13
/
+35
*
i965/gen8: Add 3-src instruction compaction tables.
Matt Turner
2014-08-18
1
-0
/
+27
*
i965/gen8: Add instruction compaction tables.
Matt Turner
2014-08-18
1
-0
/
+150
*
i965: Update JIP/UIP compaction code to operate on bytes.
Matt Turner
2014-08-18
1
-4
/
+8
*
i965: Reverse condition ordering to let us support other gens.
Matt Turner
2014-08-18
1
-3
/
+3
*
i965/eu: Explicitly disable instruction compaction on Broadwell for now.
Kenneth Graunke
2014-08-10
1
-1
/
+1
*
i965: Rename intel_asm_printer -> intel_asm_annotation.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Pass brw to brw_try_compact_instruction().
Matt Turner
2014-06-26
1
-3
/
+2
*
i965: Don't set UIP for ENDIF/WHILE.
Matt Turner
2014-06-26
1
-0
/
+4
*
i965: Replace struct brw_compact_instruction with brw_compact_inst.
Matt Turner
2014-06-26
1
-25
/
+17
*
i965: Convert brw_eu_compact.c to the new brw_compact_inst API.
Matt Turner
2014-06-26
1
-38
/
+44
*
i965: Replace 'struct brw_instruction' with 'brw_inst'.
Matt Turner
2014-06-26
1
-26
/
+19
*
i965: Pass brw rather than gen to brw_disassemble_inst().
Matt Turner
2014-06-26
1
-2
/
+2
*
i965: Convert brw_eu_compact.c to the new brw_inst API.
Matt Turner
2014-06-26
1
-105
/
+104
*
i965: Pass brw into next_offset().
Kenneth Graunke
2014-06-26
1
-3
/
+3
[next]