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/compiler: Move base IR definitions into a separate header file
Francisco Jerez
2020-03-06
3
-157
/
+184
*
intel/compiler: Restrict cs_threads to 64
Jordan Justen
2020-02-28
1
-1
/
+3
*
nir, intel: Move use_scoped_memory_barrier to nir_options
Caio Marcelo de Oliveira Filho
2020-02-24
1
-1
/
+2
*
nir: Move intel's intrinsic_image_coordinate_components() to core nir.
Eric Anholt
2020-02-24
1
-22
/
+1
*
intel/fs: Correctly handle multiply of fsign with a source modifier
Ian Romanick
2020-02-19
1
-0
/
+10
*
intel/compiler: Do not qsort zero sized array
Danylo Piliaiev
2020-02-19
1
-2
/
+4
*
brw_fs: Avoid zero size vla
Danylo Piliaiev
2020-02-19
1
-1
/
+1
*
brw_nir: Cast bitshift to unsigned
Danylo Piliaiev
2020-02-19
1
-1
/
+1
*
intel/gen12: Take into account opcode when decoding SWSB
Caio Marcelo de Oliveira Filho
2020-02-18
2
-3
/
+7
*
intel/fs/gen7+: Implement discard/demote for SIMD32 programs.
Francisco Jerez
2020-02-14
2
-8
/
+14
*
intel/fs: Return consistent UW types from sample_mask_reg() in fragment shaders.
Francisco Jerez
2020-02-14
1
-3
/
+2
*
intel/fs: Refactor predication on sample mask into helper function.
Francisco Jerez
2020-02-14
1
-34
/
+44
*
intel/fs/gen7+: Swap sample mask flag register and FIND_LIVE_CHANNEL temporary.
Francisco Jerez
2020-02-14
4
-13
/
+18
*
intel/fs: Use helper for discard sample mask flag subregister number.
Francisco Jerez
2020-02-14
4
-5
/
+16
*
intel/fs: Make sample_mask_reg() local to brw_fs.cpp and use it in more places.
Francisco Jerez
2020-02-14
2
-24
/
+28
*
intel/fs/gen11: Work around dual-source blending hangs in combination with SI...
Francisco Jerez
2020-02-14
1
-0
/
+12
*
intel/fs: Set src0 alpha present bit in header when provided in message payload.
Francisco Jerez
2020-02-14
3
-15
/
+6
*
intel/fs/gen12: Workaround data coherency issues due to broken NoMask control...
Francisco Jerez
2020-02-14
1
-34
/
+100
*
intel/fs/gen12: Fixup/simplify SWSB annotations of SIMD32 scratch writes.
Francisco Jerez
2020-02-14
1
-7
/
+3
*
intel/fs/gen12: Workaround unwanted SEND execution due to broken NoMask contr...
Francisco Jerez
2020-02-14
2
-0
/
+150
*
intel/fs: Add virtual instruction to load mask of live channels into flag reg...
Francisco Jerez
2020-02-14
5
-2
/
+22
*
intel/fs/gen7: Fix fs_inst::flags_written() for SHADER_OPCODE_FIND_LIVE_CHANNEL.
Francisco Jerez
2020-02-14
1
-1
/
+2
*
intel/fs/cse: Make HALT instruction act as CSE barrier.
Francisco Jerez
2020-02-14
1
-0
/
+10
*
intel/vec4: fix valgrind errors with vf_values array
Tapani Pälli
2020-02-07
1
-1
/
+2
*
glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.
Eric Anholt
2020-02-05
1
-57
/
+3
*
intel/fs: Don't count integer instructions as being possibly coissue
Ian Romanick
2020-02-05
1
-1
/
+8
*
intel/fs: Write the address register with NoMask for MOV_INDIRECT
Jason Ekstrand
2020-01-31
1
-0
/
+9
*
intel/disasm: SEND has two sources on Gen12+
Jason Ekstrand
2020-01-31
1
-2
/
+4
*
intel/eu/validate: Don't validate regions of sends
Jason Ekstrand
2020-01-31
1
-3
/
+3
*
intel/compiler: Clear accumulator register before EOT
Sagar Ghuge
2020-01-27
1
-0
/
+18
*
intel: Implement Gen12 workaround for array textures of size 1
Lionel Landwerlin
2020-01-26
4
-0
/
+145
*
intel/compiler: Add names for SHADER_OPCODE_[IU]SUB_SAT
Caio Marcelo de Oliveira Filho
2020-01-24
1
-0
/
+4
*
intel/disasm: Properly disassemble indirect SENDs
Jason Ekstrand
2020-01-24
1
-3
/
+16
*
intel/fs: Don't unnecessarily fall back to indirect sends on Gen12
Jason Ekstrand
2020-01-24
1
-3
/
+4
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
1
-6
/
+3
*
i965: Enable INTEL_shader_integer_functions2 on Gen8+
Ian Romanick
2020-01-23
1
-0
/
+2
*
intel/fs: Implement support for NIR opcodes for INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+67
*
intel/fs: Add SHADER_OPCODE_[IU]SUB_SAT pseudo-ops
Ian Romanick
2020-01-23
3
-0
/
+101
*
intel/fs: Don't lower integer multiplies that don't need lowering
Ian Romanick
2020-01-23
1
-0
/
+11
*
intel/compiler: Move Gen4/5 rounding to visitor
Matt Turner
2020-01-22
4
-37
/
+28
*
intel/compiler: Return early if read() failed
Emmanuel Gil Peyrot
2020-01-22
1
-1
/
+4
*
intel/compiler: Fix array bounds warning on GCC 10.
Timur Kristóf
2020-01-22
1
-0
/
+2
*
intel/compiler: Test compaction on Gen <= 12
Matt Turner
2020-01-22
1
-1
/
+1
*
intel/compiler: Validate fuzzed instructions
Matt Turner
2020-01-22
3
-1
/
+7
*
intel/compiler: Add unit tests for new EU validation checks
Matt Turner
2020-01-22
1
-0
/
+396
*
intel/compiler: Validate some instruction word encodings
Matt Turner
2020-01-22
1
-10
/
+84
*
intel/compiler: Factor out brw_validate_instruction()
Matt Turner
2020-01-22
1
-26
/
+35
*
intel/compiler: Handle invalid compacted immediates
Matt Turner
2020-01-22
1
-1
/
+15
*
intel/compiler: Handle invalid inputs to brw_reg_type_to_*()
Matt Turner
2020-01-22
1
-0
/
+6
*
intel/compiler: Split hw_type tables
Matt Turner
2020-01-22
1
-23
/
+116
[prev]
[next]