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_nir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/nir: Call nir_lower_io_to_scalar_early
Jason Ekstrand
2018-08-01
1
-5
/
+12
*
intel/nir: Split IO arrays into elements
Jason Ekstrand
2018-08-01
1
-0
/
+4
*
intel/nir: Use the correct scalar stage for consumers when linking
Jason Ekstrand
2018-08-01
1
-1
/
+1
*
i965: Support for 8-bit base types in helper functions
Jose Maria Casanova Crespo
2018-07-10
1
-0
/
+4
*
intel/compiler: More DCE after lowering
Ian Romanick
2018-07-05
1
-0
/
+2
*
intel/compiler: Silence unused parameter warnings brw_nir.c
Ian Romanick
2018-07-02
1
-3
/
+2
*
anv,intel: Enable nir_opt_large_constants for Vulkan
Jason Ekstrand
2018-07-02
1
-0
/
+7
*
nir: Rework lower_locals_to_regs to use deref instructions
Jason Ekstrand
2018-06-22
1
-2
/
+0
*
intel,ir3: Re-enable nir_opt_copy_prop_vars
Jason Ekstrand
2018-06-22
1
-1
/
+1
*
intel/nir: Only lower load/store derefs
Jason Ekstrand
2018-06-22
1
-1
/
+1
*
intel/fs: Use image_deref intrinsics instead of image_var
Jason Ekstrand
2018-06-22
1
-1
/
+1
*
i965: Move nir_lower_deref_instrs to right before locals_to_regs
Jason Ekstrand
2018-06-22
1
-0
/
+2
*
intel,ir3: Disable nir_opt_copy_prop_vars
Jason Ekstrand
2018-06-22
1
-1
/
+1
*
compiler/lower_64bit_packing: rename the pass to be more generic
Iago Toral Quiroga
2018-05-03
1
-1
/
+1
*
intel/compiler: lower some 16-bit integer operations to 32-bit
Iago Toral Quiroga
2018-05-03
1
-0
/
+21
*
intel: activate the gl_BaseVertex lowering
Antia Puentes
2018-05-02
1
-4
/
+1
*
intel: emit is_indexed_draw in the same VE than gl_DrawID
Antia Puentes
2018-05-02
1
-3
/
+8
*
intel: Handle firstvertex in an identical way to BaseVertex
Antia Puentes
2018-04-19
1
-0
/
+3
*
anv: Add support for SPIR-V 1.3 subgroup operations
Jason Ekstrand
2018-03-07
1
-2
/
+1
*
i965/fs: Add support for nir_intrinsic_shuffle
Jason Ekstrand
2018-03-07
1
-0
/
+1
*
i965: remove unused brw_nir_lower_cs_shared()
Timothy Arceri
2018-02-07
1
-8
/
+0
*
i965/nir: do int64 lowering before optimization
Iago Toral Quiroga
2018-02-06
1
-4
/
+12
*
i965: Drop support for the legacy SNORM -> Float equation.
Kenneth Graunke
2018-01-02
1
-3
/
+1
*
i965: Support for 16-bit base types in helper functions
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+15
*
intel/nir: Use the correct indirect lowering masks in link_shaders
Jason Ekstrand
2017-11-08
1
-6
/
+4
*
intel/nir: Break the linking code into a helper in brw_nir.c
Jason Ekstrand
2017-11-08
1
-0
/
+32
*
intel/nir: Add a helper for getting the NoIndirect mask
Jason Ekstrand
2017-11-08
1
-14
/
+19
*
nir,intel/compiler: Use a fixed subgroup size
Jason Ekstrand
2017-11-07
1
-0
/
+2
*
nir/lower_subgroups: Lower ballot intrinsics to the specified bit size
Jason Ekstrand
2017-11-07
1
-0
/
+1
*
nir: Add a new subgroups lowering pass
Jason Ekstrand
2017-11-07
1
-1
/
+7
*
intel/compiler: Call nir_lower_system_values in brw_preprocess_nir
Jason Ekstrand
2017-10-25
1
-0
/
+2
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-12
/
+12
*
i965/nir: export nir_optimize
Timothy Arceri
2017-09-26
1
-7
/
+7
*
i965/fs: Implement ARB_shader_ballot operations
Matt Turner
2017-07-20
1
-0
/
+1
*
nir: Add pass to optimize intrinsics
Matt Turner
2017-07-20
1
-0
/
+1
*
i965/i915: Add UYVY as the supported format
Johnson Lin
2017-06-30
1
-0
/
+1
*
i965/vec4: Use NIR to do GS input remapping
Jason Ekstrand
2017-05-09
1
-4
/
+1
*
i965/fs: Move remapping of gl_PointSize to the NIR level
Jason Ekstrand
2017-05-09
1
-3
/
+18
*
i965/nir: Inline remap_inputs_with_vue_map
Jason Ekstrand
2017-05-09
1
-27
/
+22
*
i965/vec4: Use NIR remapping for VS attributes
Jason Ekstrand
2017-05-09
1
-6
/
+1
*
i965/fs: Lower gl_VertexID and friends to inputs at the NIR level
Jason Ekstrand
2017-05-09
1
-2
/
+73
*
i965: Move multiply by 4 for VS ATTR setup into the scalar backend.
Jason Ekstrand
2017-05-09
1
-1
/
+1
*
i965/nir: Inline remap_vs_attrs
Jason Ekstrand
2017-05-09
1
-30
/
+26
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-4
/
+4
*
nir/i965: add before ffma algebraic opts
Timothy Arceri
2017-04-24
1
-0
/
+6
*
i965: Replace OPT_V() with OPT().
Matt Turner
2017-03-23
1
-23
/
+19
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-0
/
+764