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
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
1
-10
/
+0
*
intel/fs: Don't emit empty ELSE blocks.
Kenneth Graunke
2019-04-28
1
-4
/
+4
*
intel/fs: Don't handle texop_tex for shaders without implicit LOD
Caio Marcelo de Oliveira Filho
2019-04-25
2
-6
/
+2
*
intel/compiler/fs/icl: Use dummy masked urb write for tess eval
Topi Pohjolainen
2019-04-25
1
-1
/
+50
*
Revert "intel/compiler: split is_partial_write() into two variants"
Juan A. Suarez Romero
2019-04-25
11
-54
/
+30
*
intel/compiler: fix uninit non-static variable. (v2)
Dave Airlie
2019-04-25
1
-0
/
+3
*
intel/fs: Fix D to W conversion in opt_combine_constants
Ian Romanick
2019-04-23
1
-1
/
+1
*
intel/compiler: Lower ffma on Gen4 and Gen5
Ian Romanick
2019-04-23
1
-0
/
+4
*
intel/compiler: Don't have sepearate, per-Gen nir_options
Ian Romanick
2019-04-23
1
-31
/
+11
*
intel/compiler: Improve fix_3src_operand()
Matt Turner
2019-04-22
1
-5
/
+18
*
intel/compiler: Add unit tests for sat prop for different exec sizes
Matt Turner
2019-04-22
1
-0
/
+68
*
intel/compiler: Use SIMD16 instructions in fs saturate prop unit test
Matt Turner
2019-04-22
1
-59
/
+59
*
intel/fs: Remove fs_generator::generate_linterp from gen11+.
Rafael Antognolli
2019-04-22
1
-44
/
+6
*
intel/fs: Add a lowering pass for linear interpolation.
Rafael Antognolli
2019-04-22
2
-0
/
+47
*
intel/fs: Move the scalar-region conversion to the generator.
Rafael Antognolli
2019-04-22
4
-5
/
+5
*
intel/fs: Only propagate saturation if exec_size is the same.
Rafael Antognolli
2019-04-22
1
-1
/
+2
*
intel/fs: Add support for float16 to the fsign optimizations
Ian Romanick
2019-04-20
1
-6
/
+24
*
anv: Use bindless handles for images
Jason Ekstrand
2019-04-19
1
-0
/
+2
*
intel/fs: Add support for bindless image load/store/atomic
Jason Ekstrand
2019-04-19
3
-8
/
+72
*
intel/fs: Add support for bindless texture ops
Jason Ekstrand
2019-04-19
5
-10
/
+86
*
intel,nir: Lower TXD with a bindless sampler
Jason Ekstrand
2019-04-19
1
-0
/
+1
*
anv: Implement VK_KHR_shader_atomic_int64
Jason Ekstrand
2019-04-19
4
-3
/
+30
*
intel/nir: Re-run int64 lowering in postprocess_nir
Jason Ekstrand
2019-04-19
1
-0
/
+1
*
intel/fs: Account for live range lengths in spill costs
Jason Ekstrand
2019-04-18
1
-1
/
+13
*
intel/fs: Generate better code for fsign multiplied by a value
Ian Romanick
2019-04-18
1
-0
/
+43
*
intel/fs: Add a scale factor to emit_fsign
Ian Romanick
2019-04-18
2
-12
/
+77
*
intel/fs: Refactor code generation for nir_op_fsign to its own function
Ian Romanick
2019-04-18
2
-65
/
+65
*
intel/fs: Eliminate dead code first
Ian Romanick
2019-04-18
1
-0
/
+8
*
nir: Add a nir_src_as_intrinsic() helper
Jason Ekstrand
2019-04-18
1
-11
/
+4
*
nir: Rework nir_src_as_alu_instr to not take a pointer
Jason Ekstrand
2019-04-18
1
-6
/
+4
*
intel/compiler: validate region restrictions for mixed float mode
Iago Toral Quiroga
2019-04-18
2
-0
/
+880
*
intel/compiler: validate conversions between 64-bit and 8-bit types
Iago Toral Quiroga
2019-04-18
2
-0
/
+105
*
intel/compiler: validate region restrictions for half-float conversions
Iago Toral Quiroga
2019-04-18
2
-1
/
+270
*
intel/compiler: also set F execution type for mixed float mode in BDW
Iago Toral Quiroga
2019-04-18
1
-16
/
+20
*
intel/compiler: implement SIMD16 restrictions for mixed-float instructions
Iago Toral Quiroga
2019-04-18
1
-0
/
+72
*
intel/compiler: skip MAD algebraic optimization for half-float or mixed mode
Iago Toral Quiroga
2019-04-18
1
-0
/
+4
*
intel/compiler: remove inexact algebraic optimizations from the backend
Iago Toral Quiroga
2019-04-18
1
-38
/
+1
*
intel/compiler: fix cmod propagation for non 32-bit types
Iago Toral Quiroga
2019-04-18
1
-4
/
+9
*
intel/compiler: add a brw_reg_type_is_integer helper
Iago Toral Quiroga
2019-04-18
1
-0
/
+18
*
intel/compiler: implement is_zero, is_one, is_negative_one for 8-bit/16-bit
Iago Toral Quiroga
2019-04-18
1
-0
/
+26
*
intel/compiler: generalize the combine constants pass
Iago Toral Quiroga
2019-04-18
1
-22
/
+212
*
intel/eu: force stride of 2 on NULL register for Byte instructions
Iago Toral Quiroga
2019-04-18
1
-0
/
+11
*
intel/compiler: ask for an integer type if requesting an 8-bit type
Iago Toral Quiroga
2019-04-18
1
-2
/
+3
*
intel/compiler: rework conversion opcodes
Iago Toral Quiroga
2019-04-18
1
-19
/
+22
*
intel/compiler: activate 16-bit bit-size lowerings also for 8-bit
Iago Toral Quiroga
2019-04-18
1
-1
/
+1
*
intel/compiler: split is_partial_write() into two variants
Iago Toral Quiroga
2019-04-18
11
-30
/
+54
*
intel/compiler: workaround for SIMD8 half-float MAD in gen8
Iago Toral Quiroga
2019-04-18
1
-11
/
+28
*
intel/compiler: fix ddy for half-float in Broadwell
Iago Toral Quiroga
2019-04-18
1
-2
/
+15
*
intel/compiler: fix ddx and ddy for 16-bit float
Iago Toral Quiroga
2019-04-18
1
-19
/
+18
*
intel/compiler: set correct precision fields for 3-source float instructions
Iago Toral Quiroga
2019-04-18
1
-0
/
+16
[next]