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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-13
/
+13
*
i965: Pass start_offset to brw_set_uip_jip().
Matt Turner
2016-08-31
1
-1
/
+1
*
i965/eu: Add codegen support for the Gen9+ render target read message.
Francisco Jerez
2016-08-25
1
-0
/
+8
*
i965: enable the emission of the DIM instruction
Samuel Iglesias Gonsálvez
2016-07-14
1
-0
/
+1
*
i965/fs: Clean up remaining uses of dispatch_width in the generator.
Francisco Jerez
2016-05-27
1
-1
/
+0
*
i965/eu: Remove brw_codegen::compressed and ::compressed_stack.
Francisco Jerez
2016-05-27
1
-1
/
+0
*
i965/eu: Define alternative interface for setting compression and group contr...
Francisco Jerez
2016-05-27
1
-0
/
+6
*
i965: Add disassembler support for remaining opcodes.
Matt Turner
2016-05-03
1
-2
/
+19
*
i965: Make opcode_descs and gen_from_devinfo() static.
Matt Turner
2016-05-03
1
-4
/
+0
*
i965: Merge inst_info and opcode_desc tables.
Matt Turner
2016-05-03
1
-2
/
+5
*
i965: Move inst_info from brw_eu_validate.c to brw_eu.c.
Matt Turner
2016-05-03
1
-0
/
+8
*
i965/disasm: Wrap opcode_desc look-up in a function.
Francisco Jerez
2016-05-03
1
-1
/
+5
*
i965: Pass devinfo pointer to is_3src() helpers.
Francisco Jerez
2016-05-03
1
-1
/
+1
*
i965: Make brw_set_message_descriptor() non-static.
Kenneth Graunke
2015-12-11
1
-0
/
+8
*
i965/gen9+: Switch thread scratch space to non-coherent stateless access.
Francisco Jerez
2015-11-26
1
-0
/
+2
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-2
/
+0
*
i965: Move MRF macros from brw_inst.h to brw_eu.h.
Matt Turner
2015-11-24
1
-0
/
+9
*
i965: Add initial assembly validation pass.
Matt Turner
2015-11-12
1
-0
/
+4
*
i965: Consolidate is_3src() functions.
Matt Turner
2015-11-12
1
-0
/
+6
*
i965/fs: Handle non-const sample number in interpolateAtSample
Neil Roberts
2015-10-09
1
-1
/
+1
*
i965: Add brw_barrier to emit a Gateway Barrier SEND
Jordan Justen
2015-06-12
1
-0
/
+2
*
i965: Add brw_WAIT to emit wait instruction
Jordan Justen
2015-06-12
1
-0
/
+2
*
i965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode.
Francisco Jerez
2015-05-04
1
-0
/
+4
*
i965: Introduce the BROADCAST pseudo-opcode.
Francisco Jerez
2015-05-04
1
-0
/
+6
*
i965: Add memory fence opcode.
Francisco Jerez
2015-05-04
1
-0
/
+4
*
i965: Add typed surface access opcodes.
Francisco Jerez
2015-05-04
1
-0
/
+24
*
i965: Add untyped surface write opcode.
Francisco Jerez
2015-05-04
1
-0
/
+7
*
i965: Fix the untyped surface opcodes to deal with indirect surface access.
Francisco Jerez
2015-05-04
1
-5
/
+5
*
i965: Rename brw_compile to brw_codegen
Jason Ekstrand
2015-04-22
1
-64
/
+64
*
i965: Remove the context field from brw_compiler
Jason Ekstrand
2015-04-22
1
-3
/
+2
*
i965: Make the disassembler take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-2
/
+2
*
i965: Make instruction compaction take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-6
/
+6
*
i965: Make the brw_inst helpers take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-5
/
+5
*
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
/
+1
*
i965: Pass number of components explicitly to brw_untyped_atomic and _surface...
Francisco Jerez
2015-03-20
1
-2
/
+2
*
i965: Factor out logic to build a send message instruction with indirect desc...
Francisco Jerez
2015-03-20
1
-5
/
+16
*
i965/fs: Implement SIMD16 dual source blending.
Iago Toral Quiroga
2015-03-09
1
-0
/
+1
*
i965/fs: Introduce brw_negate_cmod().
Kenneth Graunke
2015-02-27
1
-0
/
+1
*
i965/emit: Do the sampler index adjustment directly in header.0.3
Jason Ekstrand
2015-01-22
1
-2
/
+1
*
i965/fs: Add a an optional source to the FS_OPCODE_FB_WRITE instruction
Jason Ekstrand
2014-09-30
1
-2
/
+2
*
i965/fs: Use the GRF for UNTYPED_ATOMIC instructions
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965: Use BRW_MATH_DATA_SCALAR when source regioning is scalar.
Matt Turner
2014-09-29
1
-1
/
+0
*
i965: Extract helper function for surface state pointer adjustment
Chris Forbes
2014-08-15
1
-0
/
+5
*
i965: Add low-level support for indirect sends
Chris Forbes
2014-08-15
1
-0
/
+5
*
i965/eu: Update jump distance scaling for Broadwell.
Kenneth Graunke
2014-08-10
1
-0
/
+4
*
i965/eu: Refactor jump distance scaling to use a helper function.
Kenneth Graunke
2014-08-10
1
-0
/
+20
*
i965/eu: Merge brw_CONT and gen6_CONT.
Kenneth Graunke
2014-08-08
1
-1
/
+0
*
i965: add low-level support for send to pixel interpolator
Chris Forbes
2014-07-13
1
-0
/
+10
*
i965: Rename intel_asm_printer -> intel_asm_annotation.
Matt Turner
2014-07-05
1
-1
/
+1
[next]