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_fs_nir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/fs: Choose memory message type based on bit size
Jason Ekstrand
2020-04-03
1
-30
/
+42
*
intel/fs: Allow NOT instructions in conditional discard optimization
Ian Romanick
2020-03-09
1
-1
/
+0
*
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/fs/gen7+: Implement discard/demote for SIMD32 programs.
Francisco Jerez
2020-02-14
1
-1
/
+3
*
intel/fs/gen7+: Swap sample mask flag register and FIND_LIVE_CHANNEL temporary.
Francisco Jerez
2020-02-14
1
-3
/
+3
*
intel/fs: Use helper for discard sample mask flag subregister number.
Francisco Jerez
2020-02-14
1
-2
/
+2
*
intel/fs: Implement support for NIR opcodes for INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+67
*
intel/compiler: Move Gen4/5 rounding to visitor
Matt Turner
2020-01-22
1
-0
/
+12
*
intel/fs: Don't emit control barrier if only one thread is used
Caio Marcelo de Oliveira Filho
2020-01-21
1
-0
/
+9
*
intel/fs: Don't emit fence for shared memory if only one thread is used
Caio Marcelo de Oliveira Filho
2020-01-21
1
-13
/
+23
*
intel/fs: Switch to standard vector layout for barycentrics at optimization t...
Francisco Jerez
2020-01-17
1
-48
/
+5
*
intel/fs: Introduce barycentric layout lowering pass.
Francisco Jerez
2020-01-17
1
-9
/
+5
*
intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_image
Kenneth Graunke
2020-01-15
1
-3
/
+6
*
intel/fs: Only use SLM fence in compute shaders
Caio Marcelo de Oliveira Filho
2020-01-14
1
-0
/
+3
*
nir/lower_atomics_to_ssbo: Also lower barriers
Jason Ekstrand
2020-01-13
1
-1
/
+0
*
nir: Rename nir_intrinsic_barrier to control_barrier
Jason Ekstrand
2020-01-13
1
-2
/
+2
*
nir: Add a new memory_barrier_tcs_patch intrinsic
Jason Ekstrand
2020-01-13
1
-0
/
+3
*
intel/fs: Fix nir_intrinsic_load_barycentric_at_sample for SIMD32.
Francisco Jerez
2020-01-10
1
-1
/
+1
*
intel/compiler: add newline to limit_dispatch_width message
Tapani Pälli
2019-12-05
1
-1
/
+1
*
intel/fs: Disable conditional discard optimization on Gen4 and Gen5
Ian Romanick
2019-11-21
1
-1
/
+8
*
intel/compiler: fix nir_op_{i,u}*32 on ICL
Paulo Zanoni
2019-11-13
1
-1
/
+1
*
intel/fs: Implement the new load/store_scratch intrinsics
Jason Ekstrand
2019-11-11
1
-0
/
+149
*
intel/fs: Implement scoped_memory_barrier
Caio Marcelo de Oliveira Filho
2019-10-24
1
-8
/
+19
*
intel/fs/gen12: Implement gl_FrontFacing on gen12+.
Jason Ekstrand
2019-10-11
1
-1
/
+18
*
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
[next]