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_vec4_nir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Replace the scoped_memory barrier by a scoped_barrier
Boris Brezillon
2020-06-03
1
-2
/
+4
*
intel/fs,vec4: Pull stall logic for memory fences up into the IR
Caio Marcelo de Oliveira Filho
2020-04-29
1
-3
/
+4
*
intel/compiler: Delete abs/neg handling in fsign code
Kenneth Graunke
2020-04-22
1
-13
/
+1
*
intel/compiler: Drop nir_lower_to_source_mods() and related handling.
Kenneth Graunke
2020-04-21
1
-51
/
+15
*
nir: Delete the fnoise opcodes
Jason Ekstrand
2020-04-21
1
-18
/
+0
*
intel/vec4: fix valgrind errors with vf_values array
Tapani Pälli
2020-02-07
1
-1
/
+2
*
intel/compiler: Move Gen4/5 rounding to visitor
Matt Turner
2020-01-22
1
-0
/
+12
*
intel/vec4: Support scoped_memory_barrier
Jason Ekstrand
2020-01-13
1
-1
/
+2
*
intel/vec4: Fix lowering of multiplication by 16-bit constant
Caio Marcelo de Oliveira Filho
2019-12-17
1
-2
/
+14
*
intel/vec4: Set brw_stage_prog_data::has_ubo_pull
Jason Ekstrand
2019-10-30
1
-0
/
+2
*
intel/vec4: Don't try both sources as immediates for DPH
Ian Romanick
2019-10-17
1
-1
/
+1
*
intel/compiler: Silence maybe-uninitialized warning in GCC 9.1.1
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+3
*
intel/nir: Add a helper for getting BRW_AOP from an intrinsic
Jason Ekstrand
2019-08-21
1
-31
/
+2
*
intel/nir: Add a common nir comparison -> cmod helper
Jason Ekstrand
2019-08-03
1
-43
/
+4
*
intel/vec4: Drop all of the 64-bit varying code
Jason Ekstrand
2019-07-31
1
-37
/
+7
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
intel/vec4: Try to emit immediate sources for MOV
Ian Romanick
2019-07-11
1
-4
/
+14
*
intel/vec4: Try to emit a VF source in try_immediate_source
Ian Romanick
2019-07-11
1
-12
/
+33
*
intel/vec4: Try to emit a single load for multiple 3-src instruction operands
Ian Romanick
2019-07-11
1
-3
/
+35
*
intel/vec4: Refactor operand fixing for ffma and flrp
Ian Romanick
2019-07-11
1
-8
/
+13
*
intel/vec4: Delete vec4_visitor::emit_lrp
Ian Romanick
2019-07-08
1
-1
/
+5
*
intel/vec4: Try both sources as candidates for being immediates
Ian Romanick
2019-06-28
1
-41
/
+80
*
intel/vec4: Try immediate sources for dot products too
Ian Romanick
2019-06-28
1
-0
/
+4
*
intel/vec4: Try emitting non-scalar immediates
Ian Romanick
2019-06-28
1
-4
/
+31
*
intel/fs,vec4: Use g0 as the header for MFENCE
Jason Ekstrand
2019-05-30
1
-1
/
+1
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-2
/
+1
*
intel: Implement abs, neg, and sat in the back-end
Jason Ekstrand
2019-05-24
1
-9
/
+22
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-4
/
+4
*
intel/nir: Take a nir_tex_instr and src index in brw_texture_offset
Jason Ekstrand
2019-04-14
1
-9
/
+2
*
spirv: Use the same types for resource indices as pointers
Jason Ekstrand
2019-03-05
1
-0
/
+1
*
intel/vec4: Emit constants for some ALU sources as immediate values
Ian Romanick
2019-03-01
1
-0
/
+71
*
intel: Use the NIR lowering for isign.
Eric Anholt
2019-02-14
1
-12
/
+0
*
i965: Drop mark_surface_used mechanism.
Kenneth Graunke
2019-01-13
1
-29
/
+0
*
nir: Rename Boolean-related opcodes to include 32 in the name
Jason Ekstrand
2018-12-16
1
-57
/
+57
*
i965/vec4: Implement nir_op_uadd_sat
Jason Ekstrand
2018-12-13
1
-0
/
+6
*
nir: Make boolean conversions sized just like the others
Jason Ekstrand
2018-12-05
1
-4
/
+5
*
intel/fs,vec4: Fix a compiler warning
Jason Ekstrand
2018-11-19
1
-1
/
+1
*
intel/compiler: Lower SSBO and shared loads/stores in NIR
Jason Ekstrand
2018-11-15
1
-112
/
+14
*
intel/vec4: Use the new nir_src_is_const and friends
Jason Ekstrand
2018-11-08
1
-44
/
+38
*
intel/fs,vec4: Clean up a repeated pattern with SSBOs
Jason Ekstrand
2018-11-08
1
-79
/
+45
*
intel/compiler: Stop assuming the entrypoint is called "main"
Jason Ekstrand
2018-10-30
1
-6
/
+1
*
intel/vec4: Fix nir_op_b2[fi] with 64-bit result
Jason Ekstrand
2018-10-11
1
-1
/
+6
*
intel/compiler: Don't handle fsign.sat
Ian Romanick
2018-10-09
1
-10
/
+2
*
i965/vec4: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAdd of +1 or -1
Ian Romanick
2018-08-28
1
-3
/
+16
*
i965/vec4: Properly handle sign(-abs(x))
Ian Romanick
2018-07-06
1
-1
/
+17
*
i965/vec4: Make the vec4_visitor::nir_emit_instr default case unreachable
Ian Romanick
2018-07-05
1
-2
/
+1
*
i965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes.
Kenneth Graunke
2017-12-30
1
-1
/
+1
*
i965/vec4: use a temp register to compute offsets for pull loads
Iago Toral Quiroga
2017-11-30
1
-1
/
+3
*
i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code.
Kenneth Graunke
2017-11-15
1
-46
/
+0
*
i965/vec4: remove setting default LOD in the backend
Samuel Iglesias Gonsálvez
2017-10-20
1
-9
/
+0
[next]