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
/
intel
/
compiler
/
brw_eu_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/eu: Encode and decode native instruction opcodes from/to IR opcodes.
Francisco Jerez
2019-10-11
1
-0
/
+5
*
intel/eu: Split brw_inst ex_desc accessors for SEND(C) vs. SENDS(C).
Francisco Jerez
2019-10-11
1
-1
/
+1
*
i965/fs/generator: refactor rounding mode helper in preparation for float con...
Samuel Iglesias Gonsálvez
2019-09-17
1
-31
/
+21
*
intel/compiler: Handle bits 15:12 in brw_send_indirect_split_message()
Kenneth Graunke
2019-08-27
1
-2
/
+12
*
intel/compiler: Fix src0/desc setter ordering
Kenneth Graunke
2019-08-27
1
-2
/
+2
*
intel/fs: Add support for SLM fence in Gen11
Caio Marcelo de Oliveira Filho
2019-07-11
1
-4
/
+9
*
intel/compiler: Enable the emission of ROR/ROL instructions
Sagar Ghuge
2019-07-01
1
-0
/
+2
*
intel/compiler: Fix assertions in brw_alu3
Sagar Ghuge
2019-06-03
1
-3
/
+3
*
intel/fs: Do a stalling MFENCE in endInvocationInterlock()
Jason Ekstrand
2019-05-30
1
-2
/
+6
*
intel/fs,vec4: Use g0 as the header for MFENCE
Jason Ekstrand
2019-05-30
1
-4
/
+5
*
intel/eu: force stride of 2 on NULL register for Byte instructions
Iago Toral Quiroga
2019-04-18
1
-0
/
+11
*
intel/compiler: set correct precision fields for 3-source float instructions
Iago Toral Quiroga
2019-04-18
1
-0
/
+16
*
intel/compiler: allow half-float on 3-source instructions since gen8
Iago Toral Quiroga
2019-04-18
1
-1
/
+2
*
intel/compiler: handle extended math restrictions for half-float
Iago Toral Quiroga
2019-04-18
1
-2
/
+4
*
intel/vec4: Drop dead code for handling typed surface messages
Jason Ekstrand
2019-02-28
1
-89
/
+0
*
intel/eu: Add an EOT parameter to send_indirect_[split]_message
Jason Ekstrand
2019-02-25
1
-10
/
+15
*
intel/eu: Add support for the SENDS[C] messages
Jason Ekstrand
2019-01-29
1
-5
/
+136
*
intel/inst: Indent some code
Jason Ekstrand
2019-01-29
1
-177
/
+183
*
intel/fs: Use SHADER_OPCODE_SEND for surface messages
Jason Ekstrand
2019-01-29
1
-72
/
+0
*
intel/eu: Rework surface descriptor helpers
Jason Ekstrand
2019-01-29
1
-234
/
+21
*
intel/eu: Add has_simd4x2 bools to surface_write functions
Jason Ekstrand
2019-01-29
1
-6
/
+8
*
intel/fs: Take an explicit exec size in brw_surface_payload_size()
Jason Ekstrand
2019-01-29
1
-20
/
+39
*
intel/compiler: Reset default flag register in brw_find_live_channel()
Matt Turner
2019-01-23
1
-2
/
+11
*
intel/eu: Stop overriding exec sizes in send_indirect_message
Jason Ekstrand
2019-01-18
1
-3
/
+0
*
intel/compiler: Avoid false positive assertions
Matt Turner
2019-01-09
1
-6
/
+6
*
intel/eu/gen7: Fix brw_MOV() with DF destination and strided source.
Francisco Jerez
2019-01-09
1
-7
/
+4
*
intel/compiler: Set swizzle to BRW_SWIZZLE_XXXX for scalar region
Sagar Ghuge
2018-12-10
1
-1
/
+18
*
intel/compiler: Change src1 reg type to unsigned doubleword
Sagar Ghuge
2018-10-23
1
-1
/
+1
*
intel/compiler: Implement untyped atomic float min, max, and compare-swap dat...
Ian Romanick
2018-08-22
1
-0
/
+47
*
intel/eu: Assert that the instruction is send-like in brw_set_desc_ex().
Francisco Jerez
2018-07-09
1
-2
/
+3
*
intel/eu: Get rid of the return value of brw_send_indirect_message().
Francisco Jerez
2018-07-09
1
-14
/
+3
*
intel/eu: Get rid of the return value of brw_send_indirect_surface_message().
Francisco Jerez
2018-07-09
1
-10
/
+6
*
intel/eu: Use descriptor constructors for dataport typed surface messages.
Francisco Jerez
2018-07-09
1
-47
/
+35
*
intel/eu: Use descriptor constructors for dataport scattered byte surface mes...
Francisco Jerez
2018-07-09
1
-33
/
+27
*
intel/eu: Use descriptor constructors for dataport untyped surface messages.
Francisco Jerez
2018-07-09
1
-50
/
+38
*
intel/eu: Provide single descriptor argument to brw_send_indirect_surface_mes...
Francisco Jerez
2018-07-09
1
-29
/
+36
*
intel/eu: Use descriptor constructors for pixel interpolator messages.
Francisco Jerez
2018-07-09
1
-14
/
+12
*
intel/eu: Use descriptor constructors for dataport write messages.
Francisco Jerez
2018-07-09
1
-74
/
+26
*
intel/eu: Use descriptor constructors for dataport read messages.
Francisco Jerez
2018-07-09
1
-52
/
+25
*
intel/eu: Use descriptor constructors for sampler messages.
Francisco Jerez
2018-07-09
1
-39
/
+6
*
intel/eu: Provide desc immediate argument up front to brw_send_indirect_messa...
Francisco Jerez
2018-07-09
1
-5
/
+6
*
TRIVIAL: intel/eu: Use a local devinfo variable in brw_shader_time_add().
Francisco Jerez
2018-07-09
1
-5
/
+6
*
intel/eu: Use brw_set_desc() along with a helper to set common descriptor con...
Francisco Jerez
2018-07-09
1
-69
/
+39
*
intel/eu: Define helper to specify the descriptor immediates of a SEND instru...
Francisco Jerez
2018-07-09
1
-0
/
+17
*
intel/eu: Fix pixel interpolator queries for SIMD32.
Francisco Jerez
2018-06-28
1
-1
/
+2
*
intel/eu: Return new instruction to caller from brw_fb_WRITE().
Francisco Jerez
2018-06-28
1
-11
/
+13
*
intel/eu: Switch to a logical state stack
Jason Ekstrand
2018-06-04
1
-71
/
+3
*
intel/eu: Set flag [sub]register number differently for 3src
Jason Ekstrand
2018-06-04
1
-3
/
+10
*
intel/eu: Copy fields manually in brw_next_insn
Jason Ekstrand
2018-06-04
1
-1
/
+94
*
intel/eu: Add some brw_get_default_ helpers
Jason Ekstrand
2018-06-04
1
-53
/
+45
[next]