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
/
gallium
/
drivers
/
nouveau
/
codegen
/
nv50_ir_from_nir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50: Clear nv50_ir_prog_info of dead and codegen specific variables
mmenzyns
2020-07-10
1
-2
/
+1
*
nv50/ir/nir: fix cache mode conversion
Karol Herbst
2020-07-07
1
-6
/
+3
*
nv50/ir/nir: fix interpolation on explicit operations
Karol Herbst
2020-07-07
1
-2
/
+12
*
nouveau: Only call nir_lower_io on shader_in/out
Jason Ekstrand
2020-07-06
1
-1
/
+3
*
nv50/ir/nir: rework CFG handling
Karol Herbst
2020-06-22
1
-32
/
+34
*
nv50/ir/nir: rework input output handling
Karol Herbst
2020-06-22
1
-43
/
+34
*
nv50/ir/nir: handle clip vertex for tess eval shaders
Karol Herbst
2020-06-22
1
-0
/
+1
*
nv50/ir/nir: don't emit a restart with set a stream_id
Karol Herbst
2020-06-22
1
-2
/
+7
*
nv50/ir/nir: fix nv_viewport_array2
Karol Herbst
2020-06-22
1
-0
/
+1
*
nv50/ir/nir: fix ext_demote_to_helper_invocation
Karol Herbst
2020-06-22
1
-1
/
+5
*
nv50/ir/nir: add workaround for double vertex attribs
Karol Herbst
2020-06-22
1
-0
/
+2
*
nv50/ir/nir: remove image uniform hack
Karol Herbst
2020-06-18
1
-11
/
+1
*
nv50/ir/nir: handle image atomic inc and dec
Karol Herbst
2020-06-18
1
-0
/
+18
*
nv50/ir/nir: move away from image_deref intrinsics
Karol Herbst
2020-06-18
1
-216
/
+54
*
nvir: don't use designated initialisers in C++ code
Yevhenii Kolesnikov
2020-06-15
1
-100
/
+100
*
nvir/gv100: initial support
Ben Skeggs
2020-06-10
1
-12
/
+33
*
nvir/nir/gm107: switch off lower_extract_word
Ben Skeggs
2020-06-10
1
-1
/
+1
*
nvir/nir/gm107: switch off lower_extract_byte
Ben Skeggs
2020-06-10
1
-1
/
+1
*
nvir/nir/gm107: turn on nir_lower_extract64
Ben Skeggs
2020-06-10
1
-0
/
+1
*
nvir/nir/gm107: split nir shader compiler options from gf100
Ben Skeggs
2020-06-10
1
-0
/
+4
*
nvir/nir: use nir_lower_idiv
Ben Skeggs
2020-06-10
1
-0
/
+5
*
nvir/nir: nir expects the shift amount to wrap, rather than clamp
Ben Skeggs
2020-06-10
1
-0
/
+4
*
nvir/nir: implement nir_op_uror
Ben Skeggs
2020-06-10
1
-0
/
+10
*
nvir/nir: implement nir_op_urol
Ben Skeggs
2020-06-10
1
-0
/
+10
*
nvir/nir: implement nir_op_extract_i16
Ben Skeggs
2020-06-10
1
-0
/
+8
*
nvir/nir: implement nir_op_extract_u16
Ben Skeggs
2020-06-10
1
-0
/
+8
*
nvir/nir: implement nir_op_extract_i8
Ben Skeggs
2020-06-10
1
-0
/
+8
*
nvir/nir: implement nir_op_extract_u8
Ben Skeggs
2020-06-10
1
-0
/
+8
*
nvir/nir: turn on lower_rotate
Ben Skeggs
2020-06-10
1
-1
/
+1
*
nvir/nir: flesh out options
Ben Skeggs
2020-06-10
1
-0
/
+17
*
nvir/nir: move nir options to codegen
Ben Skeggs
2020-06-10
1
-0
/
+79
*
nvir/nir: fix fragment program output when using MRT
Ben Skeggs
2020-06-10
1
-1
/
+5
*
nvir/nir: use component helpers instead of insn->num_components
Karol Herbst
2020-06-10
1
-15
/
+16
*
nvir: introduce OP_BMSK
Ben Skeggs
2020-06-10
1
-1
/
+1
*
nvir: introduce OP_BREV with lowering to EXTBF_REV for current GPUs
Ben Skeggs
2020-06-10
1
-3
/
+3
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
1
-1
/
+1
*
nouveau: Reuse tgsi_get_gl_varying_semantic().
Eric Anholt
2020-02-05
1
-113
/
+8
*
nouveau: reuse tgsi_get_gl_frag_result_semantic().
Eric Anholt
2020-02-05
1
-30
/
+1
*
nouveau: Reuse tgsi_get_sysval_semantic().
Eric Anholt
2020-02-05
1
-115
/
+3
*
glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.
Eric Anholt
2020-02-05
1
-66
/
+2
*
nir/lower_atomics_to_ssbo: Also lower barriers
Jason Ekstrand
2020-01-13
1
-2
/
+0
*
nir: Rename nir_intrinsic_barrier to control_barrier
Jason Ekstrand
2020-01-13
1
-1
/
+1
*
nir: Add a new memory_barrier_tcs_patch intrinsic
Jason Ekstrand
2020-01-13
1
-0
/
+2
*
nv50ir/nir: support vec8 and vec16
Karol Herbst
2019-12-21
1
-1
/
+3
*
nv50/ir: implement global atomics and handle it for nir
Karol Herbst
2019-12-11
1
-4
/
+38
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
1
-1
/
+1
*
nouveau: set lower_sub = true
Daniel Schürmann
2019-09-30
1
-5
/
+0
*
nv50/ir/nir: comparison of integer expressions of different signedness warning
Karol Herbst
2019-09-23
1
-1
/
+1
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-1
/
+1
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
1
-20
/
+40
[next]