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_defines.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/gen12: Take into account opcode when decoding SWSB
Caio Marcelo de Oliveira Filho
2020-02-18
1
-2
/
+5
*
intel/fs: Add virtual instruction to load mask of live channels into flag reg...
Francisco Jerez
2020-02-14
1
-0
/
+6
*
intel/fs: Add SHADER_OPCODE_[IU]SUB_SAT pseudo-ops
Ian Romanick
2020-01-23
1
-0
/
+6
*
intel/fs: Add FS_OPCODE_SCHEDULING_FENCE
Caio Marcelo de Oliveira Filho
2020-01-21
1
-0
/
+5
*
intel/fs: Add DWord scattered read/write opcodes
Jason Ekstrand
2019-11-11
1
-0
/
+2
*
intel/eu/gen12: Add auxiliary type to represent SWSB information during codegen.
Francisco Jerez
2019-10-11
1
-0
/
+148
*
intel/fs/gen12: Add codegen support for the SYNC instruction.
Francisco Jerez
2019-10-11
1
-0
/
+8
*
intel/ir/gen12: Add SYNC hardware instruction.
Francisco Jerez
2019-10-11
1
-0
/
+1
*
intel/eu/gen12: Codegen three-source instruction source and destination regions.
Francisco Jerez
2019-10-11
1
-0
/
+1
*
intel/ir: Drop hard-coded correspondence between IR and HW opcodes.
Francisco Jerez
2019-10-11
1
-94
/
+84
*
intel/eu: Rework opcode description tables to allow efficient look-up by eith...
Francisco Jerez
2019-10-11
1
-1
/
+3
*
i965/fs/generator: add new opcode to set float controls modes in control regi...
Samuel Iglesias Gonsálvez
2019-09-17
1
-0
/
+10
*
intel/fs: Add support for SLM fence in Gen11
Caio Marcelo de Oliveira Filho
2019-07-11
1
-0
/
+11
*
intel/compiler: Enable the emission of ROR/ROL instructions
Sagar Ghuge
2019-07-01
1
-1
/
+3
*
intel/fs: Add an UNDEF instruction to avoid excess live ranges
Jason Ekstrand
2019-06-04
1
-0
/
+8
*
intel/fs: Add support for bindless image load/store/atomic
Jason Ekstrand
2019-04-19
1
-0
/
+2
*
intel/fs: Add support for bindless texture ops
Jason Ekstrand
2019-04-19
1
-0
/
+5
*
anv: Implement VK_KHR_shader_atomic_int64
Jason Ekstrand
2019-04-19
1
-0
/
+1
*
intel/compiler: Re-prefix non-logical surface opcodes with VEC4
Jason Ekstrand
2019-02-28
1
-3
/
+3
*
intel/compiler: Drop unused surface opcodes
Jason Ekstrand
2019-02-28
1
-6
/
+0
*
intel/fs: Get rid of the IMAGE_SIZE opcode
Jason Ekstrand
2019-02-28
1
-1
/
+0
*
intel/fs: Re-order logical surface arguments
Jason Ekstrand
2019-02-28
1
-2
/
+2
*
intel/fs: Add an enum type for logical sampler inst sources
Jason Ekstrand
2019-02-28
1
-0
/
+15
*
intel/fs: Implement nir_intrinsic_global_atomic_*
Jason Ekstrand
2019-02-01
1
-0
/
+4
*
intel/fs: Implement load/store_global with A64 untyped messages
Jason Ekstrand
2019-02-01
1
-0
/
+23
*
intel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls on gen7+
Jason Ekstrand
2019-01-29
1
-1
/
+0
*
intel/fs: Use a logical opcode for IMAGE_SIZE
Jason Ekstrand
2019-01-29
1
-0
/
+1
*
intel/fs: Add a generic SEND opcode
Jason Ekstrand
2019-01-29
1
-0
/
+7
*
intel/defines: Explicitly cast to uint32_t in SET_FIELD and SET_BITS
Jason Ekstrand
2019-01-29
1
-2
/
+2
*
intel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.
Francisco Jerez
2019-01-09
1
-2
/
+0
*
intel/fs: Support min_lod parameters on texture instructions
Jason Ekstrand
2018-12-11
1
-0
/
+2
*
intel: Use TXS for image_size when we have a typed surface
Jason Ekstrand
2018-08-29
1
-0
/
+2
*
intel/compiler: Implement untyped atomic float min, max, and compare-swap dat...
Ian Romanick
2018-08-22
1
-1
/
+11
*
intel/ir: Uncomment definition of several unused hardware opcodes.
Francisco Jerez
2018-07-09
1
-14
/
+14
*
intel/eu: Define SET_BITS helper more easily reusable than SET_FIELD.
Francisco Jerez
2018-07-09
1
-0
/
+7
*
intel/fs: Get rid of MOV_DISPATCH_TO_FLAGS
Jason Ekstrand
2018-06-28
1
-1
/
+0
*
i965: Add ARB_fragment_shader_interlock support.
Plamena Manolova
2018-06-01
1
-0
/
+2
*
intel/fs: Replace the CINTERP opcode with a simple MOV
Francisco Jerez
2018-05-29
1
-1
/
+0
*
intel/fs: Add support for subgroup quad operations
Jason Ekstrand
2018-03-07
1
-0
/
+5
*
intel/fs: Add a couple of simple helper opcodes
Jason Ekstrand
2018-03-07
1
-0
/
+13
*
i965/fs: Add support for nir_intrinsic_shuffle
Jason Ekstrand
2018-03-07
1
-0
/
+9
*
i965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes.
Kenneth Graunke
2017-12-30
1
-3
/
+2
*
i965/fs: Add byte scattered read message and fs support
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+2
*
i965/fs: Add byte scattered write message and fs support
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+20
*
i965/fs: Add remove_extra_rounding_modes optimization
Alejandro Piñeiro
2017-12-06
1
-0
/
+1
*
i965/fs: Define new shader opcode to set rounding modes
Alejandro Piñeiro
2017-12-06
1
-0
/
+16
*
i965: Add align1 ternary instruction disassembler support
Matt Turner
2017-10-20
1
-11
/
+0
*
i965: Add align1 ternary instruction field encodings
Matt Turner
2017-10-20
1
-0
/
+35
*
i965: Hide the register type hardware encodings
Matt Turner
2017-08-21
1
-31
/
+0
*
i965: Use separate enums for register vs immediate types
Matt Turner
2017-08-21
1
-18
/
+30
[next]