index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
nir
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-30
nir/constant_expressions: Pull the guts out into a helper block
Jason Ekstrand
1
-98
/
+101
2017-03-24
nir/lower_wpos_center: support adding sample position to fragment coordinate
Iago Toral Quiroga
2
-8
/
+25
2017-03-23
nir: Return progress from nir_convert_from_ssa().
Matt Turner
2
-8
/
+15
2017-03-23
nir: Return progress from nir_lower_io().
Matt Turner
2
-6
/
+15
2017-03-23
nir: Return progress from nir_lower_regs_to_ssa().
Matt Turner
2
-6
/
+10
2017-03-23
nir: Return progress from nir_lower_samplers().
Matt Turner
2
-12
/
+19
2017-03-23
nir: Return progress from nir_lower_atomics().
Matt Turner
2
-7
/
+13
2017-03-23
nir: Return progress from nir_lower_clamp_color_outputs().
Matt Turner
2
-10
/
+22
2017-03-23
nir: Return progress from nir_lower_clip_fs().
Matt Turner
2
-3
/
+7
2017-03-23
nir: Return progress from nir_lower_clip_vs().
Matt Turner
2
-5
/
+7
2017-03-23
nir: Return progress from nir_move_vec_src_uses_to_dest().
Matt Turner
2
-6
/
+18
2017-03-23
nir: Return progress from nir_lower_to_source_mods().
Matt Turner
2
-6
/
+29
2017-03-23
nir: Return progress from nir_lower_clip_cull_distance_arrays().
Matt Turner
2
-5
/
+21
2017-03-23
nir: Return progress from nir_lower_var_copies().
Matt Turner
2
-4
/
+16
2017-03-23
nir: Return progress from nir_lower_load_const_to_scalar().
Matt Turner
2
-7
/
+21
2017-03-23
nir: Return progress from nir_lower_64bit_pack().
Matt Turner
2
-4
/
+14
2017-03-23
nir: Return progress from nir_lower_doubles().
Matt Turner
2
-22
/
+42
2017-03-23
nir: Return progress from nir_lower_vars_to_ssa().
Matt Turner
2
-3
/
+7
2017-03-23
nir: Fix syntax.
Matt Turner
2
-6
/
+6
2017-03-23
nir: Fix misspellings.
Matt Turner
4
-7
/
+7
2017-03-23
nir: Stop using apostrophes to pluralize.
Matt Turner
21
-43
/
+43
2017-03-22
nir: consistently use ifndef guards over pragma once
Emil Velikov
10
-11
/
+38
2017-03-21
nir: Add positional argument specifiers.
Vinson Lee
2
-2
/
+2
2017-03-14
nir/constant_expressions: Refactor helper functions
Jason Ekstrand
1
-24
/
+27
2017-03-14
nir: Rework conversion opcodes
Jason Ekstrand
8
-189
/
+121
2017-03-14
nir: Rewrite nir_type_conversion_op
Jason Ekstrand
1
-63
/
+92
2017-03-14
nir: Add a get_nir_type_for_glsl_base_type helper
Jason Ekstrand
1
-2
/
+8
2017-03-14
nir/validate: Rework ALU bit-size rule validation
Jason Ekstrand
1
-32
/
+33
2017-03-14
nir/validate: Validate that bit sizes and components always match
Jason Ekstrand
1
-38
/
+63
2017-03-14
nir: Make image_size a variable-width intrinsic
Jason Ekstrand
1
-1
/
+1
2017-03-14
nir/lower_tex: Use tex_instr_dest_size for txs destinations
Jason Ekstrand
1
-1
/
+2
2017-03-14
nir/copy_prop: Respect the source's number of components
Jason Ekstrand
1
-33
/
+96
2017-03-14
nir/intrinsics: Make load_barycentric_input take a 2-component coor
Jason Ekstrand
1
-1
/
+3
2017-03-10
nir: remove shebang from python scripts
Emil Velikov
7
-7
/
+0
2017-03-03
nir/int64: Properly handle imod/irem
Jason Ekstrand
1
-3
/
+21
2017-03-03
nir/builder: Add an int64 immediate helper
Jason Ekstrand
1
-0
/
+11
2017-03-01
i965: Do int64 lowering in NIR
Jason Ekstrand
1
-54
/
+53
2017-03-01
nir: Add a simple int64 lowering pass
Jason Ekstrand
2
-0
/
+288
2017-03-01
nir/lower_indirect: Use nir_builder control-flow helpers
Jason Ekstrand
1
-30
/
+5
2017-03-01
nir/lower_gs_intrinsics: Use nir_builder control-flow helpers
Jason Ekstrand
1
-6
/
+3
2017-03-01
nir/builder: Add support for easily building control-flow
Jason Ekstrand
1
-0
/
+95
2017-02-27
nir: Delete unused arg in get_iteration
Elie TOURNIER
1
-2
/
+2
2017-02-24
nir: delete magic number
Elie TOURNIER
1
-1
/
+11
2017-02-21
nir: do not #include util/debug.h within extern C {}
Emil Velikov
1
-1
/
+4
2017-02-16
nir/algebraic: Optimize 64bit pack/unpack
Jason Ekstrand
1
-0
/
+6
2017-02-16
nir: Rename lower_double_pack to lower_64bit_pack
Jason Ekstrand
2
-5
/
+4
2017-02-16
nir: Combine the int and double [un]pack opcodes
Jason Ekstrand
5
-64
/
+30
2017-02-16
nir: handle some 64-bit integer conversions
Dave Airlie
1
-7
/
+19
2017-02-16
nir: handle 64-bit integer types in glsl->nir type conversion.
Dave Airlie
1
-0
/
+6
2017-02-09
nir: add opcode to perform int64 to bool conversions
Samuel Iglesias Gonsálvez
1
-0
/
+1
[next]