index
:
~mattst88/mesa
add-f-d-d
arb_gpu_shader5
ballot
bug-109404
compact
dead/csel
dead/double-scheduler
dead/g45-transposed-read
dead/i965-sched-v3
dead/lround
dead/lround2
dead/lvn
dead/nir-vec4-rc
dead/pspom
dead/spf
dead/validate-old
dead/vec4-neg-mul-cse
dead/vec4-rc
dead/vector-logic
deferred/locking
deferred/no-peephole-sel
double-scheduler
experiment/brwinst-struct
experiment/cfg
experiment/demorgan-reverse
experiment/fsgenerator
experiment/glsl_ir_ssa
experiment/opt-1-minus-x-into-swiz
experiment/sample_lz
experiment/single-i965-gen
experiment/ssa
experiment/ssa-before-fixups
for-mark
for-rafael
fp64
jenkins
lvn
master
musl
sched
sched-eot
single-i965-gen
tag/oct-18-2013
tag/oct-2-2014
tag/oct-2-2014-2
vec4-lower-int-mul
vf-component-packing
wip/arb_shader_group_vote
wip/bool
wip/const-vf
wip/const-vf2
wip/dot
wip/gen4-optimize-int-conv
wip/lround
wip/nir-gvn
wip/nir-optimization-progress
wip/packing
wip/pending-scheduler
wip/predicate-block
wip/sample_lz
wip/sched-eot
wip/unorm
wip/validate
wip/vec4-builder
wip/vec4-lower-int-mul
mattst88's mesa repository
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
nir
/
nir.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-25
nir: Add texture sources and intrinsics for bindless
Jason Ekstrand
1
-0
/
+2
2019-03-25
nir: Add a lowering pass for non-uniform resource access
Jason Ekstrand
1
-0
/
+16
2019-03-25
nir/lower_io: Add a bounds-checked 64-bit global address format
Jason Ekstrand
1
-0
/
+10
2019-03-25
compiler/nir: add lowering for 16-bit flrp
Iago Toral Quiroga
1
-0
/
+1
2019-03-25
compiler/nir: add lowering option for 16-bit fmod
Iago Toral Quiroga
1
-0
/
+1
2019-03-22
spirv,nir: lower frexp_exp/frexp_sig inside a new NIR pass
Samuel Pitoiset
1
-0
/
+2
2019-03-21
nir/lower_tex: Add support for tg4 offsets lowering
Karol Herbst
1
-0
/
+5
2019-03-21
nir: add support for gather offsets
Karol Herbst
1
-0
/
+5
2019-03-20
nir: Constant values are per-column not per-component
Jason Ekstrand
1
-1
/
+2
2019-03-19
Revert "nir: const `nir_call_instr::callee`"
Jason Ekstrand
1
-2
/
+2
2019-03-19
nir: const `nir_call_instr::callee`
Eric Engestrom
1
-2
/
+2
2019-03-15
nir: Add a new pass to lower array dereferences on vectors
Jason Ekstrand
1
-0
/
+10
2019-03-15
nir: Rename nir_address_format_vk_index_offset to not be vk
Jason Ekstrand
1
-2
/
+2
2019-03-13
nir: Add a pass to combine store_derefs to same vector
Caio Marcelo de Oliveira Filho
1
-0
/
+2
2019-03-12
nir: Add a pass for lowering IO back to vector when possible
Jason Ekstrand
1
-0
/
+1
2019-03-12
nir: Add a stripping pass for improved cacheability
Connor Abbott
1
-0
/
+2
2019-03-12
nir: calculate trip count for more loops
Timothy Arceri
1
-0
/
+11
2019-03-12
nir: add new partially_unrolled bool to nir_loop
Timothy Arceri
1
-0
/
+1
2019-03-12
nir: add guess trip count support to loop analysis
Timothy Arceri
1
-0
/
+4
2019-03-06
nir/lower_doubles: Inline functions directly in lower_doubles
Jason Ekstrand
1
-1
/
+2
2019-03-06
nir/deref: Expose nir_opt_deref_impl
Jason Ekstrand
1
-0
/
+1
2019-03-06
nir/inline_functions: Break inlining into a builder helper
Jason Ekstrand
1
-1
/
+5
2019-03-06
nir: Teach loop unrolling about 64-bit instruction lowering
Jason Ekstrand
1
-2
/
+2
2019-03-06
nir: Expose double and int64 op_to_options_mask helpers
Jason Ekstrand
1
-0
/
+2
2019-03-06
compiler/nir: add an is_conversion field to nir_op_info
Iago Toral Quiroga
1
-0
/
+3
2019-03-05
nir/spirv: initial handling of OpenCL.std extension opcodes
Karol Herbst
1
-0
/
+3
2019-03-05
nir: Add multiplier argument to nir_lower_uniforms_to_ubo.
Timur Kristóf
1
-1
/
+1
2019-03-05
nir: Move nir_lower_uniforms_to_ubo to compiler/nir.
Timur Kristóf
1
-0
/
+2
2019-03-04
intel,nir: Lower TXD with min_lod when the sampler index is not < 16
Jason Ekstrand
1
-0
/
+6
2019-03-04
nir/glsl: Add another way of doing lower_imul64 for gen8+
Sagar Ghuge
1
-0
/
+4
2019-03-02
nir: Add int64/doubles options into nir_shader_compiler_options
Jordan Justen
1
-30
/
+33
2019-02-27
nir: Add posibility to not lower to source mod 'abs' for ops with three sources
Gert Wollny
1
-1
/
+2
2019-02-26
nir/lower_tex: Add support for XYUV lowering
Kasireddy, Vivek
1
-0
/
+1
2019-02-21
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
1
-8
/
+0
2019-02-14
nir: Move panfrost's isign lowering to nir_opt_algebraic.
Eric Anholt
1
-0
/
+3
2019-02-12
nir: add option to use scaling factor when sampling planes YUV lowering
Tapani Pälli
1
-0
/
+3
2019-02-08
nir: Document some fields of nir_loop_terminator
Ian Romanick
1
-0
/
+5
2019-02-08
nir: Silence zillions of unused parameter warnings in release builds
Ian Romanick
1
-1
/
+1
2019-01-26
nir/lower_io: Add a 32 and 64-bit global address formats
Jason Ekstrand
1
-0
/
+10
2019-01-21
nir: add legal bit_sizes to intrinsics
Karol Herbst
1
-0
/
+3
2019-01-19
nir/spirv: handle SpvStorageClassCrossWorkgroup
Karol Herbst
1
-0
/
+1
2019-01-19
nir: rename nir_var_shared to nir_var_mem_shared
Karol Herbst
1
-1
/
+1
2019-01-19
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
1
-1
/
+1
2019-01-19
nir: rename nir_var_ubo to nir_var_mem_ubo
Karol Herbst
1
-1
/
+1
2019-01-19
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
1
-3
/
+3
2019-01-19
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
1
-1
/
+1
2019-01-18
nir: check NIR_SKIP to skip passes by name
Caio Marcelo de Oliveira Filho
1
-0
/
+24
2019-01-14
nir: Add a bool to float32 lowering pass
Jason Ekstrand
1
-0
/
+1
2019-01-09
nir: Add lowering support for 64-bit operations to software
Matt Turner
1
-1
/
+2
2019-01-09
nir: Implement lowering of 64-bit shift operations
Matt Turner
1
-0
/
+1
[next]