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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/eu: Add the RNDU opcode
Jason Ekstrand
2020-06-23
1
-0
/
+1
*
intel/eu: Add a brw_urb_dest_msg_type helper
Jason Ekstrand
2020-06-23
1
-0
/
+8
*
intel/eu: Add a brw_urb_desc helper
Kenneth Graunke
2020-06-23
1
-0
/
+22
*
intel/fs: Emit HALT for discard on Gen4-5
Jason Ekstrand
2020-05-30
1
-1
/
+1
*
intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messages
Jason Ekstrand
2020-04-30
1
-4
/
+8
*
intel/fs,vec4: Pull stall logic for memory fences up into the IR
Caio Marcelo de Oliveira Filho
2020-04-29
1
-2
/
+3
*
intel/fs,vec4: Properly account SENDs in IVB memory fence
Caio Marcelo de Oliveira Filho
2020-04-20
1
-1
/
+1
*
intel/compiler: Move Gen4/5 rounding to visitor
Matt Turner
2020-01-22
1
-7
/
+2
*
intel/compiler: Validate fuzzed instructions
Matt Turner
2020-01-22
1
-0
/
+3
*
intel/fs: Add DWord scattered read/write opcodes
Jason Ekstrand
2019-11-11
1
-0
/
+31
*
intel/eu/gen12: Add tracking of default SWSB state to the current brw_codegen...
Francisco Jerez
2019-10-11
1
-0
/
+5
*
intel/fs/gen12: Add codegen support for the SYNC instruction.
Francisco Jerez
2019-10-11
1
-0
/
+2
*
intel/eu: Encode and decode native instruction opcodes from/to IR opcodes.
Francisco Jerez
2019-10-11
1
-0
/
+13
*
intel/eu: Rework opcode description tables to allow efficient look-up by eith...
Francisco Jerez
2019-10-11
1
-21
/
+22
*
intel/eu: Fix up various type conversions in brw_eu.c that are illegal C++.
Francisco Jerez
2019-10-11
1
-3
/
+3
*
i965/fs/generator: refactor rounding mode helper in preparation for float con...
Samuel Iglesias Gonsálvez
2019-09-17
1
-2
/
+2
*
intel/compiler: add ability to override shader's assembly
Danylo Piliaiev
2019-08-05
1
-0
/
+3
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-4
/
+4
*
intel/fs: Add support for SLM fence in Gen11
Caio Marcelo de Oliveira Filho
2019-07-11
1
-1
/
+2
*
intel/compiler: Enable the emission of ROR/ROL instructions
Sagar Ghuge
2019-07-01
1
-0
/
+2
*
intel/fs: Do a stalling MFENCE in endInvocationInterlock()
Jason Ekstrand
2019-05-30
1
-1
/
+2
*
intel/fs,vec4: Use g0 as the header for MFENCE
Jason Ekstrand
2019-05-30
1
-0
/
+1
*
intel/compiler: Silence many unused parameter warnings in brw_eu.h
Ian Romanick
2019-03-06
1
-9
/
+9
*
intel/vec4: Drop dead code for handling typed surface messages
Jason Ekstrand
2019-02-28
1
-27
/
+0
*
intel/eu: Add an EOT parameter to send_indirect_[split]_message
Jason Ekstrand
2019-02-25
1
-2
/
+4
*
intel/fs: Implement nir_intrinsic_global_atomic_*
Jason Ekstrand
2019-02-01
1
-0
/
+40
*
intel/fs: Implement load/store_global with A64 untyped messages
Jason Ekstrand
2019-02-01
1
-0
/
+62
*
intel/eu: Add support for the SENDS[C] messages
Jason Ekstrand
2019-01-29
1
-0
/
+11
*
intel/eu: Add more message descriptor helpers
Jason Ekstrand
2019-01-29
1
-27
/
+216
*
intel/fs: Use SHADER_OPCODE_SEND for surface messages
Jason Ekstrand
2019-01-29
1
-27
/
+0
*
intel/eu: Rework surface descriptor helpers
Jason Ekstrand
2019-01-29
1
-0
/
+213
*
intel/compiler: Silence unused parameter warnings in brw_eu.h
Ian Romanick
2018-08-28
1
-1
/
+1
*
intel/compiler: Implement untyped atomic float min, max, and compare-swap dat...
Ian Romanick
2018-08-22
1
-0
/
+11
*
intel/compiler: Expand untyped atomic message type field by a bit
Ian Romanick
2018-08-22
1
-2
/
+7
*
intel/eu: Get rid of the return value of brw_send_indirect_message().
Francisco Jerez
2018-07-09
1
-6
/
+2
*
intel/eu: Use descriptor constructors for dataport untyped surface messages.
Francisco Jerez
2018-07-09
1
-0
/
+14
*
intel/eu: Use descriptor constructors for pixel interpolator messages.
Francisco Jerez
2018-07-09
1
-0
/
+17
*
intel/eu: Use descriptor constructors for dataport write messages.
Francisco Jerez
2018-07-09
1
-12
/
+29
*
intel/eu: Use descriptor constructors for dataport read messages.
Francisco Jerez
2018-07-09
1
-10
/
+28
*
intel/eu: Use descriptor constructors for sampler messages.
Francisco Jerez
2018-07-09
1
-11
/
+26
*
intel/eu: Provide desc immediate argument up front to brw_send_indirect_messa...
Francisco Jerez
2018-07-09
1
-1
/
+2
*
intel/eu: Use brw_set_desc() along with a helper to set common descriptor con...
Francisco Jerez
2018-07-09
1
-8
/
+21
*
intel/eu: Define helper to specify the descriptor immediates of a SEND instru...
Francisco Jerez
2018-07-09
1
-0
/
+9
*
intel/eu: Return new instruction to caller from brw_fb_WRITE().
Francisco Jerez
2018-06-28
1
-10
/
+10
*
intel/eu: Switch to a logical state stack
Jason Ekstrand
2018-06-04
1
-2
/
+32
*
intel/eu: Add some brw_get_default_ helpers
Jason Ekstrand
2018-06-04
1
-0
/
+3
*
i965: Add ARB_fragment_shader_interlock support.
Plamena Manolova
2018-06-01
1
-1
/
+2
*
intel/eu: Remove brw_codegen::compressed_stack.
Francisco Jerez
2018-05-29
1
-1
/
+0
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-0
/
+1
*
i965/fs: Add infrastructure for generating CSEL instructions.
Kenneth Graunke
2018-03-08
1
-0
/
+1
[next]