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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/eu: Add an EOT parameter to send_indirect_[split]_message
Jason Ekstrand
2019-02-25
4
-19
/
+29
*
intel/fs: Rely on undocumented unrestricted regioning for 32x16-bit integer m...
Francisco Jerez
2019-02-21
1
-3
/
+11
*
intel/fs: Implement extended strides greater than 4 for IR source regions.
Francisco Jerez
2019-02-21
1
-3
/
+10
*
intel/fs: Cap dst-aligned region stride to maximum representable hstride value.
Francisco Jerez
2019-02-21
1
-5
/
+23
*
intel/fs: Lower integer multiply correctly when destination stride equals 4.
Francisco Jerez
2019-02-21
1
-4
/
+8
*
intel/fs: Exclude control sources from execution type and region alignment ca...
Francisco Jerez
2019-02-21
3
-4
/
+68
*
iris: handle PatchVerticesIn as a system value.
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
intel/compiler/test: Add unit test for mismatched signedness comparison
Matt Turner
2019-02-15
1
-0
/
+32
*
intel/compiler: Avoid propagating inequality cmods if types are different
Matt Turner
2019-02-15
1
-0
/
+7
*
intel/compiler/test: Set devinfo->gen = 7
Matt Turner
2019-02-15
1
-1
/
+1
*
intel/fs: Bail in optimize_extract_to_float if we have modifiers
Jason Ekstrand
2019-02-14
1
-0
/
+9
*
intel/fs: Silence a compiler warning
Jason Ekstrand
2019-02-14
1
-2
/
+1
*
intel: Use the NIR lowering for isign.
Eric Anholt
2019-02-14
3
-31
/
+1
*
intel/compiler: add scale_factors to sampler_prog_key_data
Tapani Pälli
2019-02-12
2
-0
/
+7
*
intel/fs: Use enumerated array assignments in fb read TXF setup
Jason Ekstrand
2019-02-11
1
-5
/
+9
*
intel/compiler: use 0 as sampler in emit_mcs_fetch
Caio Marcelo de Oliveira Filho
2019-02-08
2
-2
/
+2
*
intel/compiler: Silence warning about value that may be used uninitialized
Ian Romanick
2019-02-08
1
-1
/
+1
*
intel/fs: Implement nir_intrinsic_global_atomic_*
Jason Ekstrand
2019-02-01
8
-0
/
+202
*
intel/fs: Use SENDS for A64 writes on gen9+
Jason Ekstrand
2019-02-01
1
-10
/
+23
*
intel/fs: Implement load/store_global with A64 untyped messages
Jason Ekstrand
2019-02-01
7
-1
/
+273
*
intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 mode
Jason Ekstrand
2019-02-01
1
-7
/
+6
*
intel/fs: Properly handle 64-bit types in LOAD_PAYLOAD
Jason Ekstrand
2019-02-01
2
-2
/
+7
*
intel/fs/cse: Split create_copy_instr into three cases
Jason Ekstrand
2019-02-01
1
-17
/
+17
*
intel/nir: Add global support to lower_mem_access_bit_sizes
Jason Ekstrand
2019-02-01
1
-0
/
+2
*
intel/fs: Fix memory corruption when compiling a CS
Oscar Blumberg
2019-02-01
1
-1
/
+2
*
intel/fs: Use split sends for surface writes on gen9+
Jason Ekstrand
2019-01-29
2
-18
/
+47
*
intel/fs: Add interference between SENDS sources
Jason Ekstrand
2019-01-29
1
-0
/
+27
*
intel/fs: Support SENDS in SHADER_OPCODE_SEND
Jason Ekstrand
2019-01-29
3
-8
/
+66
*
intel/disasm: Properly disassemble split sends
Jason Ekstrand
2019-01-29
1
-19
/
+142
*
intel/eu: Add support for the SENDS[C] messages
Jason Ekstrand
2019-01-29
4
-19
/
+255
*
intel/inst: Indent some code
Jason Ekstrand
2019-01-29
1
-177
/
+183
*
intel/inst: Fix the ia16_addr_imm helpers
Jason Ekstrand
2019-01-29
1
-4
/
+5
*
intel/disasm: Rework SEND decoding to use descriptors
Jason Ekstrand
2019-01-29
1
-36
/
+50
*
intel/eu: Add more message descriptor helpers
Jason Ekstrand
2019-01-29
1
-27
/
+216
*
intel/eu/validate: SEND restrictions also apply to SENDC
Jason Ekstrand
2019-01-29
1
-1
/
+2
*
intel/eu: Use GET_BITS in brw_inst_set_send_ex_desc
Jason Ekstrand
2019-01-29
1
-5
/
+5
*
intel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls on gen7+
Jason Ekstrand
2019-01-29
7
-88
/
+25
*
intel/fs: Use SHADER_OPCODE_SEND for texturing on gen7+
Jason Ekstrand
2019-01-29
4
-142
/
+177
*
intel/fs: Use a logical opcode for IMAGE_SIZE
Jason Ekstrand
2019-01-29
4
-6
/
+21
*
intel/fs: Use SHADER_OPCODE_SEND for surface messages
Jason Ekstrand
2019-01-29
5
-214
/
+201
*
intel/fs: Add a generic SEND opcode
Jason Ekstrand
2019-01-29
9
-3
/
+91
*
intel/eu: Rework surface descriptor helpers
Jason Ekstrand
2019-01-29
2
-234
/
+234
*
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/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()
Jason Ekstrand
2019-01-29
1
-0
/
+2
*
intel/defines: Explicitly cast to uint32_t in SET_FIELD and SET_BITS
Jason Ekstrand
2019-01-29
1
-2
/
+2
*
intel/fs: Get rid of fs_inst::equals
Jason Ekstrand
2019-01-29
2
-23
/
+7
*
intel/compiler: Add a file-level description of brw_eu_validate.c
Matt Turner
2019-01-26
1
-1
/
+13
*
intel/compiler: Reset default flag register in brw_find_live_channel()
Matt Turner
2019-01-23
1
-2
/
+11
*
nir: replace more nir_load_system_value calls with builder functions
Karol Herbst
2019-01-21
1
-2
/
+1
[next]