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