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
/
brw_fs_nir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: set rounding mode when emitting the flrp instruction
Andres Gomez
2019-09-24
1
-0
/
+7
*
i965/fs: add a comment about how the rounding mode in fmul is set
Andres Gomez
2019-09-24
1
-0
/
+4
*
intel/fs: Do 8-bit subgroup scan operations in 16 bits
Jason Ekstrand
2019-09-20
1
-3
/
+39
*
intel/fs: Allow UB, B, and HF types in brw_nir_reduction_op_identity
Jason Ekstrand
2019-09-20
1
-1
/
+7
*
intel/fs: Add Fall-through comment
Caio Marcelo de Oliveira Filho
2019-09-19
1
-0
/
+3
*
intel/compiler: Record whether any pull constant loads occur
Kenneth Graunke
2019-09-18
1
-0
/
+4
*
i965/fs: set rounding mode when emitting nir_op_f2f32 or nir_op_f2f16
Samuel Iglesias Gonsálvez
2019-09-17
1
-5
/
+27
*
i965/fs: set rounding mode when emitting fadd, fmul and ffma instructions
Samuel Iglesias Gonsálvez
2019-09-17
1
-1
/
+34
*
i965/fs: add emit_shader_float_controls_execution_mode() and aux functions
Samuel Iglesias Gonsálvez
2019-09-17
1
-0
/
+2
*
i965/fs/nir: add nir_op_unpack_half_2x16_split_*_flush_to_zero
Samuel Iglesias Gonsálvez
2019-09-17
1
-0
/
+4
*
Revert "intel/fs: Move the scalar-region conversion to the generator."
Jason Ekstrand
2019-09-06
1
-2
/
+2
*
anv: Drop unused local variable
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+0
*
intel/nir: Add a helper for getting BRW_AOP from an intrinsic
Jason Ekstrand
2019-08-21
1
-139
/
+9
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
1
-14
/
+30
*
intel/nir: Add a common nir comparison -> cmod helper
Jason Ekstrand
2019-08-03
1
-39
/
+3
*
intel/fs: Drop all of the 64-bit varying code
Jason Ekstrand
2019-07-31
1
-358
/
+139
*
intel/fs: Implement quad_swap_horizontal with a swizzle on gen7
Jason Ekstrand
2019-07-30
1
-7
/
+20
*
intel: Use a system value for gl_FragCoord
Jason Ekstrand
2019-07-29
1
-5
/
+4
*
nir,intel: lower if (cond) demote() to new intrinsic demote_if(cond)
Daniel Schürmann
2019-07-24
1
-1
/
+3
*
intel/compiler: Allow for varying subgroup sizes
Jason Ekstrand
2019-07-24
1
-0
/
+8
*
intel/fs: Use a strided MOV instead of a conversion for load_* destinations
Jason Ekstrand
2019-07-17
1
-5
/
+3
*
intel/fs: Add support for SLM fence in Gen11
Caio Marcelo de Oliveira Filho
2019-07-11
1
-4
/
+40
*
intel/fs: Implement "demote to helper invocation"
Caio Marcelo de Oliveira Filho
2019-07-08
1
-1
/
+23
*
intel/fs: Implement nir_intrinsic_load_fs_input_interp_deltas
Jason Ekstrand
2019-07-02
1
-0
/
+12
*
intel/fs: Actually implement the load_barycentric intrinsics
Jason Ekstrand
2019-07-02
1
-9
/
+63
*
intel/compiler: Emit ROR and ROL instruction
Sagar Ghuge
2019-07-01
1
-0
/
+7
*
intel/compiler: don't use byte operands for src1 on ICL
Lionel Landwerlin
2019-06-29
1
-2
/
+9
*
intel/fs: Improve discard_if code generation
Ian Romanick
2019-06-05
1
-3
/
+43
*
intel/fs: Add need_dest parameter to fs_visitor::nir_emit_alu
Ian Romanick
2019-06-05
1
-3
/
+5
*
intel/fs: Add an UNDEF instruction to avoid excess live ranges
Jason Ekstrand
2019-06-04
1
-0
/
+1
*
intel/fs: Do a stalling MFENCE in endInvocationInterlock()
Jason Ekstrand
2019-05-30
1
-2
/
+16
*
intel/fs,vec4: Use g0 as the header for MFENCE
Jason Ekstrand
2019-05-30
1
-4
/
+3
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-5
/
+3
*
intel: Implement abs, neg, and sat in the back-end
Jason Ekstrand
2019-05-24
1
-0
/
+22
*
intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8
Kenneth Graunke
2019-05-14
1
-10
/
+86
*
intel/compiler: Move ICP handle fetching into a helper function.
Kenneth Graunke
2019-05-14
1
-36
/
+44
*
intel/fs: Assert when brw_fs_nir sees a nir_deref_instr
Caio Marcelo de Oliveira Filho
2019-05-02
1
-1
/
+1
*
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
1
-6
/
+1
*
intel/fs: Move the scalar-region conversion to the generator.
Rafael Antognolli
2019-04-22
1
-2
/
+2
*
intel/fs: Add support for float16 to the fsign optimizations
Ian Romanick
2019-04-20
1
-6
/
+24
*
intel/fs: Add support for bindless image load/store/atomic
Jason Ekstrand
2019-04-19
1
-7
/
+54
*
intel/fs: Add support for bindless texture ops
Jason Ekstrand
2019-04-19
1
-2
/
+15
*
anv: Implement VK_KHR_shader_atomic_int64
Jason Ekstrand
2019-04-19
1
-2
/
+15
*
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
1
-11
/
+76
*
intel/fs: Refactor code generation for nir_op_fsign to its own function
Ian Romanick
2019-04-18
1
-65
/
+63
*
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: ask for an integer type if requesting an 8-bit type
Iago Toral Quiroga
2019-04-18
1
-2
/
+3
[next]