index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-3675
/
+0
*
i965: split EU defines to brw_eu_defines.h
Emil Velikov
2017-03-13
1
-1
/
+1
*
i965: Reduce cross-pollination between the DRI driver and compiler
Jason Ekstrand
2017-03-01
1
-1
/
+0
*
i965: add assert to while_jumps_before_offset()
Timothy Arceri
2017-01-30
1
-0
/
+1
*
i965: Use UNUSED to silence unused variable (used in assert).
Matt Turner
2017-01-23
1
-1
/
+1
*
Revert "i965: Really don't emit Q or UQ moves on Gen < 8"
Matt Turner
2017-01-20
1
-8
/
+0
*
i965: Enable emitting Q and UQ instructions in the fs backend
Ian Romanick
2017-01-20
1
-1
/
+4
*
i965: Really don't emit Q or UQ moves on Gen < 8
Ian Romanick
2017-01-20
1
-0
/
+8
*
i965: Replace reg_type_size[] with a function.
Matt Turner
2017-01-20
1
-3
/
+53
*
i965: Validate math instruction sources.
Matt Turner
2017-01-20
1
-9
/
+0
*
i965: Use W-typed immediate in brw_F32TO16().
Matt Turner
2017-01-20
1
-1
/
+1
*
i965: Don't change F->VF if dest type is DF.
Matt Turner
2017-01-20
1
-1
/
+2
*
i965: Use align1 mode for barrier messages.
Kenneth Graunke
2017-01-15
1
-0
/
+3
*
i965/fs: Expose arbitrary pull constant load sizes to the IR.
Francisco Jerez
2016-12-14
1
-7
/
+8
*
i965: Factor out oword block read and write message control calculation.
Francisco Jerez
2016-12-14
1
-12
/
+2
*
i965/fs: Switch to the constant cache for uniform pull constants.
Francisco Jerez
2016-12-14
1
-3
/
+2
*
i965: Let the caller of brw_set_dp_write/read_message control the target cache.
Francisco Jerez
2016-12-14
1
-39
/
+30
*
i965: Emit proper NOPs.
Matt Turner
2016-12-06
1
-4
/
+2
*
i965: fix unused variable warning in gen7_block_read_scratch()
Timothy Arceri
2016-10-05
1
-2
/
+1
*
i965/fs: Take Dispatch/Vector mask into account in FIND_LIVE_CHANNEL
Jason Ekstrand
2016-09-21
1
-9
/
+30
*
intel: Rename brw_get_device_name/info to gen_get_device_name/info
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-71
/
+71
*
i965: Pass start_offset to brw_set_uip_jip().
Matt Turner
2016-08-31
1
-11
/
+3
*
i965/eu: Add codegen support for the Gen9+ render target read message.
Francisco Jerez
2016-08-25
1
-0
/
+28
*
i965/eu: Take into account the target cache argument in brw_set_dp_read_message.
Francisco Jerez
2016-08-25
1
-2
/
+13
*
i965/eu: set DF imm value to the source of DIM
Samuel Iglesias Gonsálvez
2016-07-14
1
-1
/
+2
*
i965: enable the emission of the DIM instruction
Samuel Iglesias Gonsálvez
2016-07-14
1
-0
/
+1
*
Revert "i965/fs: Allow scalar source regions on SNB math instructions."
Francisco Jerez
2016-06-03
1
-4
/
+2
*
i965/eu: use simd8 when exec_size != EXECUTE_16
Alejandro Piñeiro
2016-06-02
1
-2
/
+2
*
i965/fs: Allow scalar source regions on SNB math instructions.
Francisco Jerez
2016-05-31
1
-2
/
+4
*
i965/ir: Make BROADCAST emit an unmasked single-channel move.
Francisco Jerez
2016-05-27
1
-3
/
+9
*
i965/fs: Allow specifying arbitrary quarter control to FIND_LIVE_CHANNEL.
Francisco Jerez
2016-05-27
1
-7
/
+12
*
i965/fs: Allow specifying arbitrary execution sizes up to 32 to FIND_LIVE_CHA...
Francisco Jerez
2016-05-27
1
-8
/
+17
*
i965/fs: Implement scratch reads and writes of 4 GRFs at a time.
Francisco Jerez
2016-05-27
1
-18
/
+13
*
i965/eu: Fix Gen7+ DP scratch message size calculation on Gen7.
Francisco Jerez
2016-05-27
1
-1
/
+4
*
i965/eu: Set execution size explicitly for memory fence send message.
Francisco Jerez
2016-05-27
1
-4
/
+7
*
i965/eu: Consider QtrCtrl 3Q-4Q in typed surface message descriptor setup.
Francisco Jerez
2016-05-27
1
-6
/
+6
*
i965/fs: Clean up remaining uses of dispatch_width in the generator.
Francisco Jerez
2016-05-27
1
-2
/
+1
*
i965/eu: Use current exec size instead of p->compressed in surface message ge...
Francisco Jerez
2016-05-27
1
-6
/
+8
*
i965/eu: Stop using p->compressed to specify the exec size of control flow in...
Francisco Jerez
2016-05-27
1
-13
/
+11
*
i965/eu: Fix a bunch of compression control bugs in the generator.
Francisco Jerez
2016-05-27
1
-9
/
+8
*
i965: Mark fallthrough in switch statement.
Matt Turner
2016-05-25
1
-0
/
+1
*
i965: Fix JIP to skip over sibling do...while loops.
Kenneth Graunke
2016-05-16
1
-1
/
+6
*
i965: Make a "does this while jump before our instruction?" helper.
Kenneth Graunke
2016-05-16
1
-4
/
+12
*
i965: two-argument instructions can only use 32-bit immediates
Iago Toral Quiroga
2016-05-10
1
-0
/
+2
*
i965/eu: add support for DF immediates
Connor Abbott
2016-05-10
1
-7
/
+21
*
i965/eu: Allow 3-src float ops with doubles
Topi Pohjolainen
2016-05-10
1
-6
/
+18
*
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
[next]