index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Properly handle sign(-abs(x))
Ian Romanick
2018-07-09
1
-1
/
+17
*
intel/compiler: Relax mixed type restriction for saturating immediates
Ian Romanick
2018-07-09
2
-4
/
+22
*
i965: Fix output register sizes when variable ranges are interleaved
Neil Roberts
2018-07-05
1
-7
/
+18
*
i965/vec4: Don't cmod propagate from CMP to ADD if the writemask isn't compat...
Ian Romanick
2018-07-03
2
-5
/
+87
*
intel/fs: Split instructions low to high in lower_simd_width
Jason Ekstrand
2018-07-03
1
-2
/
+35
*
i965/gen6/gs: Handle case where a GS doesn't allocate VUE
Andrii Simiklit
2018-06-26
1
-21
/
+21
*
intel/eu: Set flag [sub]register number differently for 3src
Jason Ekstrand
2018-06-05
1
-3
/
+10
*
intel/eu: Copy fields manually in brw_next_insn
Jason Ekstrand
2018-06-05
1
-1
/
+94
*
intel/eu: Add some brw_get_default_ helpers
Jason Ekstrand
2018-06-05
4
-55
/
+79
*
intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0
Jason Ekstrand
2018-05-30
1
-0
/
+2
*
intel/compiler: fix brw_imm_w for negative 16-bit integers
Jose Maria Casanova Crespo
2018-05-03
1
-1
/
+1
*
intel/compiler: fix 16-bit int brw_negate_immediate and brw_abs_immediate
Jose Maria Casanova Crespo
2018-05-03
1
-4
/
+8
*
intel/compiler: Add scheduler deps for instructions that implicitly read g0
Ian Romanick
2018-04-27
2
-0
/
+28
*
i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*
Jason Ekstrand
2018-04-27
1
-0
/
+2
*
i965/fs: retype offset_reg to UD at load_ssbo
Jose Maria Casanova Crespo
2018-04-20
1
-1
/
+1
*
intel: Handle firstvertex in an identical way to BaseVertex
Antia Puentes
2018-04-19
3
-0
/
+8
*
intel/compiler: Add a uses_firstvertex flag
Neil Roberts
2018-04-19
2
-0
/
+5
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
2
-0
/
+2
*
intel/compiler: Explicitly cast register type in switch
Ian Romanick
2018-04-06
1
-1
/
+1
*
intel: compiler: silence compiler warning
Lionel Landwerlin
2018-04-04
1
-0
/
+1
*
nir+drivers: add helpers to get # of src/dest components
Rob Clark
2018-04-03
1
-6
/
+5
*
intel/vec4: Set channel_sizes for MOV_INDIRECT sources
Jason Ekstrand
2018-03-30
1
-1
/
+4
*
util: Add and use util_is_power_of_two_nonzero
Ian Romanick
2018-03-29
1
-2
/
+2
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-2
/
+2
*
intel/fs: Don't emit a des copy for image ops with has_dest == false
Jason Ekstrand
2018-03-27
1
-3
/
+6
*
i965/vec4: Fix null destination register in 3-source instructions
Ian Romanick
2018-03-26
2
-0
/
+27
*
i965/vec4: Propagate conditional modifiers from compares to adds
Ian Romanick
2018-03-26
1
-5
/
+65
*
i965/vec4: Allow cmod propagation when src0 is a uniform or shader input
Ian Romanick
2018-03-26
1
-1
/
+2
*
i965/fs: Propagate conditional modifiers from compares to adds
Ian Romanick
2018-03-26
2
-5
/
+400
*
i965/fs: Allow cmod propagation when src0 is a uniform or shader input
Ian Romanick
2018-03-26
1
-1
/
+2
*
i965: Add negative_equals methods
Ian Romanick
2018-03-26
7
-0
/
+72
*
nir: Rename image intrinsics to image_var
Jason Ekstrand
2018-03-23
1
-23
/
+23
*
intel/compiler: Readd ICL to test_eu_validate.cpp
Matt Turner
2018-03-22
1
-0
/
+1
*
intel/compiler: Skip 64-bit type tests when types not available
Matt Turner
2018-03-22
1
-0
/
+19
*
intel/compiler/icl: Clear "null render target" bit in extended message descri...
Jason Ekstrand
2018-03-22
2
-0
/
+6
*
intel/compiler/icl: Update the assert in brw_stage_has_packed_dispatch()
Anuj Phogat
2018-03-22
1
-1
/
+1
*
i965: Silence compiler warning about promoted_constants.
Eric Anholt
2018-03-16
1
-1
/
+1
*
intel/compiler: Use gen_get_device_info() in test_eu_validate
Matt Turner
2018-03-16
2
-39
/
+18
*
intel/compiler: Check for unsupported register sizes.
Rafael Antognolli
2018-03-16
1
-0
/
+3
*
compiler: int8/uint8 support
Karol Herbst
2018-03-14
3
-0
/
+9
*
i965/vec4: Allow CSE on subset VF constant loads
Ian Romanick
2018-03-08
1
-0
/
+19
*
i965/vec4: Relax writemask condition in CSE
Ian Romanick
2018-03-08
1
-1
/
+9
*
i965/fs: Merge CMP and SEL into CSEL on Gen8+
Ian Romanick
2018-03-08
2
-0
/
+107
*
i965/fs: Add infrastructure for generating CSEL instructions.
Kenneth Graunke
2018-03-08
8
-1
/
+34
*
anv: Add support for SPIR-V 1.3 subgroup operations
Jason Ekstrand
2018-03-07
2
-2
/
+9
*
intel/fs: Add support for subgroup quad operations
Jason Ekstrand
2018-03-07
5
-0
/
+124
*
intel/fs: Implement reduce and scan opeprations
Jason Ekstrand
2018-03-07
2
-0
/
+162
*
intel/fs: Add a helper for emitting scan operations
Jason Ekstrand
2018-03-07
2
-0
/
+148
*
intel/fs: Add a couple of simple helper opcodes
Jason Ekstrand
2018-03-07
4
-0
/
+76
*
i965/fs: Add support for nir_intrinsic_shuffle
Jason Ekstrand
2018-03-07
7
-0
/
+150
[next]