About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
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
2025-10-23
nir/lower_tex: optimize txd(coord, ddx/ddy(coord))
Rhys Perry
2025-10-03
nir/lower_tex: remove unused options
Lionel Landwerlin
2025-10-03
nir/lower_tex: add an callback to lower txd ops
Lionel Landwerlin
2025-09-29
nir: Set cursor in lower_sampler_lod_bias
Aitor Camacho
2025-09-02
nir: Fixup 10/12 bit SW decoder YCbCr formats
Robert Mader
2025-08-01
treewide: simplify nir_def_rewrite_uses_after
Alyssa Rosenzweig
2025-07-31
build: avoid redefining unreachable() which is standard in C23
Antonio Ospite
2025-07-24
nir: add nir_tex_instr::can_speculate
Marek Olšák
2025-07-10
nir/lower_tex: revert "optimize LOD bias lower for txl"
Alyssa Rosenzweig
2025-07-03
nir/lower_tex: optimize LOD bias lower for txl
Alyssa Rosenzweig
2025-06-30
gles: Add support for 10/12/16 bit SW decoder YCbCr formats
Robert Mader
2025-04-15
nir: add sampler LOD bias lowering
Alyssa Rosenzweig
2025-04-15
nir: handle mismatched bias/lod bitsizes
Alyssa Rosenzweig
2025-04-14
nir/lower_tex: avoid undefined-behavior
Erik Faye-Lund
2025-04-14
nir/lower_tex: use texture_mask instead of shifting on use
Erik Faye-Lund
2025-04-08
nir/lower_tex: use vector_insert_imm
Alyssa Rosenzweig
2025-03-29
nir: add support for lowering non uniform texture offsets
Lionel Landwerlin
2025-02-26
treewide: Switch to nir_progress
Alyssa Rosenzweig
2024-08-08
treewide: use new-style derivative builders
Alyssa Rosenzweig
2024-06-21
treewide: use nir_def_replace sometimes
Alyssa Rosenzweig
2024-06-17
treewide: use nir_metadata_control_flow
Alyssa Rosenzweig
2024-05-01
nir/lower_tex: support FMASK loads with a 16-bit sample index
Marek Olšák
2024-02-12
nir: Drop intel specific lowering code
Sagar Ghuge
2024-02-02
nir: Pack texture LOD and array index to a single 32-bit value
Ian Romanick
2023-11-28
nir/lower_tex: Add 1D lowering
Alyssa Rosenzweig
2023-11-03
nir: don't take the derivative of the array index in `nir_lower_tex`
antonino
2023-10-24
nir/lower_tex: Add a lower_txd_clamp option
Faith Ekstrand
2023-10-09
nir: fix several crashes in `nir_lower_tex`
antonino
2023-09-18
treewide: Drop nir_ssa_for_src users
Alyssa Rosenzweig
2023-09-08
nir: replace use of nir_src_copy()
Timothy Arceri
2023-08-18
nir: Drop most uses if nir_instr_rewrite_src()
Faith Ekstrand
2023-08-18
nir: Drop most uses of nir_instr_rewrite_src_ssa()
Faith Ekstrand
2023-08-18
nir: Take a nir_def * in nir_tex_instr_add_src()
Faith Ekstrand
2023-08-15
nir s/nir_get_ssa_scalar/nir_get_scalar/
Faith Ekstrand
2023-08-14
nir: Drop nir_dest
Faith Ekstrand
2023-08-14
nir: Get rid of nir_dest_num_components()
Faith Ekstrand
2023-08-14
nir: Get rid of nir_dest_bit_size()
Faith Ekstrand
2023-08-13
nir: Drop most instances of nir_ssa_dest_init()
Faith Ekstrand
2023-08-12
nir: Drop "SSA" from NIR language
Alyssa Rosenzweig
2023-08-12
nir: clang-format src/compiler/nir/*.[ch]
Faith Ekstrand
2023-08-10
nir/lower_tex: use a callback to check sampler return size packing
Iago Toral Quiroga
2023-08-10
nir/lower_tex: copy backend_flags field when copying a tex instruction
Iago Toral Quiroga
2023-08-03
treewide: Drop is_ssa asserts
Alyssa Rosenzweig
2023-07-12
nir/lower_tex: optimize offset lowering for has_texture_scaling
Christian Gmeiner
2023-07-12
nir: rename has_txs to has_texture_scaling
Christian Gmeiner
2023-07-12
nir: rename intrinsic to have a more generic nameing
Christian Gmeiner
2023-07-10
nir: add options to lower y_vu, yv_yu, yx_xvxu and xy_vxux
Italo Nicola
2023-06-27
nir: Convert to nir_foreach_function_impl
Alyssa Rosenzweig
2023-06-27
nir: Use nir_builder_create
Alyssa Rosenzweig
2023-06-27
nir: Use nir_ instead of nir_build_ helpers
Konstantin Seurer
[next]