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_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: fix invalid memory write
Marc-André Lureau
2016-03-21
1
-1
/
+1
*
i965: Skip execution size adjustment for instructions of width 4
Iago Toral Quiroga
2016-03-17
1
-1
/
+13
*
i965: set correct execsize for MOVS with a width of 4 in brw_find_live_channel
Iago Toral Quiroga
2016-03-17
1
-0
/
+3
*
i965/eu: set execution size for SEND message in brw_send_indirect_message
Iago Toral Quiroga
2016-03-17
1
-0
/
+3
*
i965/eu: set correct execution size in brw_NOP
Iago Toral Quiroga
2016-03-17
1
-2
/
+3
*
i965: Pass symbolic swizzle to brw_swizzle() as a single argument.
Francisco Jerez
2016-03-06
1
-1
/
+1
*
i965: Set dest type to UW for several send messages
Jordan Justen
2016-02-26
1
-1
/
+4
*
i965: Move 3-src subnr swizzle handling into the vec4 backend.
Kenneth Graunke
2016-01-02
1
-6
/
+5
*
i965: Make brw_set_message_descriptor() non-static.
Kenneth Graunke
2015-12-11
1
-1
/
+1
*
i965: Fix JIP to properly skip over unrelated control flow.
Kenneth Graunke
2015-11-30
1
-1
/
+11
*
i965/gen9+: Switch thread scratch space to non-coherent stateless access.
Francisco Jerez
2015-11-26
1
-2
/
+15
*
i965: Use BRW_MRF_COMPR4 macro in more places.
Matt Turner
2015-11-13
1
-2
/
+2
*
i965: Add and use enum brw_reg_file.
Matt Turner
2015-11-13
1
-1
/
+1
*
i965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
Matt Turner
2015-11-13
1
-26
/
+26
*
i965: Fix invalid memory accesses after resizing brw_codegen's store table
Kristian Høgsberg
2015-10-30
1
-4
/
+13
*
i965: Set correct field for indirect align16 addrimm.
Matt Turner
2015-10-29
1
-1
/
+1
*
i965: Don't use message headers for untyped reads
Kristian Høgsberg Kristensen
2015-10-23
1
-2
/
+1
*
i965/fs: Handle non-const sample number in interpolateAtSample
Neil Roberts
2015-10-09
1
-12
/
+15
*
i965: Fix MRF register number assertions for compr4.
Kenneth Graunke
2015-09-21
1
-2
/
+2
*
i965: Turn BRW_MAX_MRF into a macro that accepts a hardware generation
Iago Toral Quiroga
2015-09-21
1
-3
/
+3
*
i965: Move MRF register asserts out of brw_reg.h
Iago Toral Quiroga
2015-09-21
1
-3
/
+6
*
i965/emit: Add assertions for accumulator restrictions
Jason Ekstrand
2015-09-12
1
-0
/
+17
*
mesa: Fix warning about static being in the wrong place
Ian Romanick
2015-09-02
1
-2
/
+2
*
i965/gen4-5: Set ENDIF dst and src0 fields to the null register.
Francisco Jerez
2015-07-07
1
-2
/
+2
*
i965: Add brw_barrier to emit a Gateway Barrier SEND
Jordan Justen
2015-06-12
1
-0
/
+30
*
i965: Add brw_WAIT to emit wait instruction
Jordan Justen
2015-06-12
1
-0
/
+21
*
i965: Silence warning in 3-src type-setting.
Matt Turner
2015-05-28
1
-0
/
+2
*
i965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode.
Francisco Jerez
2015-05-04
1
-0
/
+72
*
i965: Introduce the BROADCAST pseudo-opcode.
Francisco Jerez
2015-05-04
1
-0
/
+75
*
i965: Add memory fence opcode.
Francisco Jerez
2015-05-04
1
-0
/
+70
*
i965: Add typed surface access opcodes.
Francisco Jerez
2015-05-04
1
-0
/
+169
*
i965: Add untyped surface write opcode.
Francisco Jerez
2015-05-04
1
-0
/
+51
*
i965: Fix the untyped surface opcodes to deal with indirect surface access.
Francisco Jerez
2015-05-04
1
-73
/
+90
*
Fix a few typos
Zoë Blade
2015-04-27
1
-2
/
+2
*
i965: Rename brw_compile to brw_codegen
Jason Ekstrand
2015-04-22
1
-72
/
+72
*
i965: Remove the context field from brw_compiler
Jason Ekstrand
2015-04-22
1
-4
/
+4
*
i965: Make the brw_inst helpers take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-498
/
+500
*
i965/fs: Manually set source regioning on PLN instructions.
Matt Turner
2015-04-21
1
-1
/
+13
*
i965/fs: Allow an execution size of 32.
Matt Turner
2015-04-21
1
-1
/
+1
*
i965: Replace guess_execution_size with something simpler.
Matt Turner
2015-04-21
1
-23
/
+9
*
i965: Mask out unused Align16 components in brw_untyped_atomic.
Francisco Jerez
2015-03-20
1
-2
/
+11
*
i965: Pass number of components explicitly to brw_untyped_atomic and _surface...
Francisco Jerez
2015-03-20
1
-6
/
+24
*
i965: Factor out logic to build a send message instruction with indirect desc...
Francisco Jerez
2015-03-20
1
-15
/
+43
*
i965: Emit IF/ELSE/ENDIF/WHILE JIP with type W on Gen7
Antia Puentes
2015-03-16
1
-4
/
+4
*
i965/fs: Implement SIMD16 dual source blending.
Iago Toral Quiroga
2015-03-09
1
-1
/
+2
*
i965: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-4
/
+4
*
i965: Handle F16TO32/F32TO16 with dword src/dst consistently on both back-ends.
Francisco Jerez
2015-02-19
1
-2
/
+12
*
i965/gen8: Fix F32TO16 in vec4 mode if the source and destination registers a...
Francisco Jerez
2015-02-19
1
-9
/
+27
*
i965: Remove now unnecessary Gen8 CMP destination type override.
Matt Turner
2015-02-04
1
-8
/
+0
*
i965/emit: Assert that src1 is not an MRF after doing the MRF->GRF conversion
Jason Ekstrand
2015-01-22
1
-1
/
+1
[next]