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
*
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
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
1
-2
/
+2
*
i965: Pass brw to brw_try_compact_instruction().
Matt Turner
2014-06-26
1
-1
/
+1
*
i965: Replace struct brw_compact_instruction with brw_compact_inst.
Matt Turner
2014-06-26
1
-3
/
+2
*
i965: Replace 'struct brw_instruction' with 'brw_inst'.
Matt Turner
2014-06-26
1
-47
/
+38
*
i965: Convert brw_eu.[ch] to use the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-1
/
+2
*
i965: Pass brw into next_offset().
Kenneth Graunke
2014-06-26
1
-1
/
+1
*
Revert "i965: Add 'wait' instruction support"
Matt Turner
2014-06-17
1
-2
/
+0
*
i965: Rename brw_math to gen4_math.
Kenneth Graunke
2014-06-10
1
-1
/
+1
*
i965: Split Gen4-5 and Gen6+ MATH instruction emitters.
Kenneth Graunke
2014-06-10
1
-1
/
+1
*
Revert "i965: Move brw_land_fwd_jump() to compilation unit of its use."
Iago Toral Quiroga
2014-06-07
1
-0
/
+4
*
i965: Put '_default_' in the name of functions that set default state.
Kenneth Graunke
2014-06-02
1
-8
/
+8
*
i965: Delete brw_set_conditionalmod.
Kenneth Graunke
2014-06-02
1
-1
/
+0
*
i965: Create a "brw_last_inst" convenience macro.
Kenneth Graunke
2014-06-02
1
-0
/
+6
[next]