index
:
~jturney/mesa
10.2.2-patches
10.2.4-patches
11.2.2-patches
applegl-vtable
applegl-vtable-2
applegl-vtable-3
appveyor6
codegen-fixes
darwin-build-fixes
darwin-build-fixes-2
darwin-build-fixes-3
darwin-build-fixes-for-review
master
nodrm-build-fixes-5
osx-ci
work
mesa hacks for cygwin
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
nir
/
nir_lower_tex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-11
nir/lower_tex: Add lowering for some min_lod cases
Jason Ekstrand
1
-0
/
+98
2018-12-11
nir/lower_tex: Modify txd instructions instead of replacing them
Jason Ekstrand
1
-41
/
+7
2018-12-11
nir/lower_tex: Simplify lower_gradient logic
Jason Ekstrand
1
-12
/
+9
2018-11-12
nir/lower_tex: Add AYUV lowering support
Lionel Landwerlin
1
-0
/
+19
2018-11-12
nir/lower_tex: add alpha channel parameter for yuv lowering
Lionel Landwerlin
1
-6
/
+11
2018-07-13
nir/lower_tex: Use nir_format_srgb_to_linear
Jason Ekstrand
1
-18
/
+3
2018-07-13
nir: cleanup oversized arrays in nir_swizzle calls
Karol Herbst
1
-6
/
+5
2018-06-22
nir: Remove old-school deref chain support
Jason Ekstrand
1
-2
/
+0
2018-06-22
nir: Remove deref chain support from lower_tex
Jason Ekstrand
1
-6
/
+2
2018-06-22
nir/lower_tex: Always copy deref and offset sources
Jason Ekstrand
1
-11
/
+32
2018-06-22
nir: add deref lowering sanity checking
Rob Clark
1
-0
/
+2
2017-12-14
nir: Add a new lowering option to lower all txd to txl.
Eric Anholt
1
-6
/
+8
2017-12-14
nir: Fix interaction of GL_CLAMP lowering with texture offsets.
Eric Anholt
1
-33
/
+42
2017-10-20
nir: Get rid of nir_shader::stage
Jason Ekstrand
1
-1
/
+2
2017-10-20
nir: set default lod to texture opcodes that needed it but don't provide it
Samuel Iglesias Gonsálvez
1
-0
/
+13
2017-06-30
nir: Add a lowering pass for UYVY textures
Johnson Lin
1
-0
/
+18
2017-05-03
nir/lower_tex: Fix minor error in YUV color conversion matrix
Johnson Lin
1
-3
/
+3
2017-03-23
nir: Stop using apostrophes to pluralize.
Matt Turner
1
-1
/
+1
2017-03-14
nir: Rework conversion opcodes
Jason Ekstrand
1
-2
/
+2
2017-03-14
nir/lower_tex: Use tex_instr_dest_size for txs destinations
Jason Ekstrand
1
-1
/
+2
2016-12-30
nir: Make nir_copy_deref follow the "clone" pattern
Jason Ekstrand
1
-12
/
+6
2016-12-15
nir/lower_tex: fix number of components in replace_gradient_with_lod()
Iago Toral Quiroga
1
-1
/
+2
2016-12-13
nir/lower_tex: lower gradients on shadow cube maps if lower_txd_shadow is set
Iago Toral Quiroga
1
-2
/
+4
2016-12-13
nir/lower_tex: add lowering for texture gradient on shadow samplers
Iago Toral Quiroga
1
-0
/
+60
2016-12-13
nir/lower_tex: add lowering for texture gradient on cube maps
Iago Toral Quiroga
1
-0
/
+208
2016-12-13
nir/lower_tex: generalize get_texture_size()
Iago Toral Quiroga
1
-5
/
+10
2016-12-12
treewide: s/comparitor/comparator/
Ilia Mirkin
1
-1
/
+1
2016-09-14
nir/lower_tex: fix typo with sample_dim
Rob Clark
1
-1
/
+1
2016-09-14
nir: move tex_instr_remove_src
Rob Clark
1
-18
/
+2
2016-09-14
nir/lower_tex: remove tex_instr_find_src()
Rob Clark
1
-14
/
+3
2016-07-22
nir/lower_tex: Add support for lowering coordinate offsets
Jason Ekstrand
1
-0
/
+54
2016-07-22
nir/lower_tex: Add some helpers for working with tex sources
Jason Ekstrand
1
-16
/
+30
2016-05-24
nir: Add a lowering pass for YUV textures
Kristian Høgsberg Kristensen
1
-0
/
+119
2016-05-20
nir: coverity unitialized pointer read
Rob Clark
1
-0
/
+2
2016-05-05
nir/lower_tex: fixup for new foreach_block()
Connor Abbott
1
-25
/
+22
2016-04-28
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
1
-1
/
+1
2016-04-28
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
1
-1
/
+1
2016-04-28
nir/builder: Add bit_size info to nir_build_imm()
Samuel Iglesias Gonsálvez
1
-1
/
+1
2016-04-20
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
1
-1
/
+1
2016-04-19
nir/lower-tex: add srgb->linear lowering
Rob Clark
1
-0
/
+46
2016-04-19
nir/lower-tex: make options a local var
Rob Clark
1
-8
/
+8
2016-03-17
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
1
-1
/
+1
2016-03-17
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
1
-3
/
+3
2016-02-09
nir: Separate texture from sampler in nir_tex_instr
Jason Ekstrand
1
-3
/
+3
2016-02-09
nir/tex_instr: Rename sampler to texture
Jason Ekstrand
1
-6
/
+6
2016-01-26
nir: move to compiler/
Emil Velikov
1
-0
/
+355