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: Add Fall-through comment
Caio Marcelo de Oliveira Filho
2020-06-08
1
-0
/
+1
*
nir: Replace the scoped_memory barrier by a scoped_barrier
Boris Brezillon
2020-06-03
1
-2
/
+3
*
intel/fs: Emit HALT for discard on Gen4-5
Jason Ekstrand
2020-05-30
1
-7
/
+1
*
intel/fs: Remove unused emission of load_simd_with_intel
Caio Marcelo de Oliveira Filho
2020-05-26
1
-5
/
+0
*
intel/fs: Use writes_memory from shader_info
Caio Marcelo de Oliveira Filho
2020-05-18
1
-25
/
+0
*
intel/compiler: fix alignment assert in nir_emit_intrinsic
Arcady Goldmints-Orlov
2020-05-12
1
-1
/
+1
*
intel/fs: Add and use a new load_simd_width_intel intrinsic
Caio Marcelo de Oliveira Filho
2020-05-01
1
-0
/
+5
*
intel/fs: Add an option to lower variable group size in backend
Caio Marcelo de Oliveira Filho
2020-05-01
1
-1
/
+4
*
intel/fs: Clean up variable group size handling in backend
Caio Marcelo de Oliveira Filho
2020-05-01
1
-3
/
+3
*
intel/fs: Update location of Render Target Array Index for gen12
D Scott Phillips
2020-05-01
1
-1
/
+9
*
intel/fs: Only stall after sending all memory fence messages
Caio Marcelo de Oliveira Filho
2020-04-29
1
-19
/
+16
*
intel/fs,vec4: Pull stall logic for memory fences up into the IR
Caio Marcelo de Oliveira Filho
2020-04-29
1
-40
/
+86
*
intel/compiler: Delete abs/neg handling in fsign code
Kenneth Graunke
2020-04-22
1
-27
/
+1
*
intel/compiler: Put back saturate on [iu]add_sat opcodes
Kenneth Graunke
2020-04-22
1
-0
/
+1
*
intel/compiler: Drop nir_lower_to_source_mods() and related handling.
Kenneth Graunke
2020-04-21
1
-69
/
+10
*
nir: Delete the fnoise opcodes
Jason Ekstrand
2020-04-21
1
-18
/
+0
*
intel/compiler: Add support for variable workgroup size
Plamena Manolova
2020-04-09
1
-6
/
+28
*
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
[next]