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_opt_deref in brw_nir_optimize
Jason Ekstrand
2019-01-12
1
-0
/
+1
*
i965: Compile fp64 software routines and lower double-ops
Matt Turner
2019-01-09
1
-22
/
+70
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-5
/
+5
*
nir: rename nir_link_constant_varyings() nir_link_opt_varyings()
Timothy Arceri
2019-01-02
1
-1
/
+1
*
intel/compiler: move nir_lower_bool_to_int32 before nir_lower_locals_to_regs
Iago Toral Quiroga
2018-12-20
1
-2
/
+2
*
intel/compiler: More peephole_select for pre-Gen6
Ian Romanick
2018-12-17
1
-2
/
+2
*
nir/opt_peephole_select: Don't peephole_select expensive math instructions
Ian Romanick
2018-12-17
1
-2
/
+2
*
intel/compiler: More peephole select
Ian Romanick
2018-12-17
1
-1
/
+14
*
nir/opt_peephole_select: Don't try to remove flow control around indirect loads
Ian Romanick
2018-12-17
1
-1
/
+12
*
nir: Add a bool to int32 lowering pass
Jason Ekstrand
2018-12-16
1
-0
/
+2
*
i965: Enable nir_opt_idiv_const for 32 and 64-bit integers
Jason Ekstrand
2018-12-13
1
-1
/
+3
*
intel/fs: Support min_lod parameters on texture instructions
Jason Ekstrand
2018-12-11
1
-0
/
+3
*
intel/compiler: Lower SSBO and shared loads/stores in NIR
Jason Ekstrand
2018-11-15
1
-0
/
+2
*
nir: Allow to skip integer ops in nir_lower_to_source_mods
Gert Wollny
2018-11-14
1
-1
/
+1
*
anv/i965: make use of nir_link_constant_varyings()
Timothy Arceri
2018-11-13
1
-0
/
+3
*
i965: add support for sampling from AYUV
Lionel Landwerlin
2018-11-12
1
-0
/
+1
*
intel/nir: Use the OPT macro for more passes
Jason Ekstrand
2018-10-26
1
-3
/
+3
*
nir/validate: Print when the validation failed
Jason Ekstrand
2018-10-26
1
-4
/
+4
*
intel/nir, freedreno/ir3: Use the separated dead write vars pass
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+1
*
intel/compiler: Export TCS passthrough creation
Caio Marcelo de Oliveira Filho
2018-09-25
1
-0
/
+81
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-2
/
+3
*
intel/compiler: Remove redundant nir_remove_dead_variables call
Jason Ekstrand
2018-09-04
1
-2
/
+0
*
intel: compiler: remove dead local variables at optimization pass
Lionel Landwerlin
2018-09-03
1
-0
/
+5
*
intel/nir: Enable nir_opt_find_array_copies
Jason Ekstrand
2018-08-23
1
-12
/
+26
*
intel/nir: Use nir_shrink_vec_array_vars
Jason Ekstrand
2018-08-23
1
-0
/
+1
*
intel/nir: Use the new structure and array splitting passes
Jason Ekstrand
2018-08-23
1
-0
/
+2
*
Revert "intel/nir: Call nir_lower_io_to_scalar_early"
Jason Ekstrand
2018-08-15
1
-12
/
+5
*
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
[next]