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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add pipe cap for primitive restart with fixed index
Neil Roberts
2020-06-22
3
-0
/
+3
*
nv50/ir/ra: fix memory corruption when spilling
Karol Herbst
2020-06-22
1
-22
/
+71
*
nv50/ir/ra: convert some for loops to Range-based for loops
Karol Herbst
2020-06-22
1
-11
/
+8
*
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
*
nvc0: enable spirv caps with nir
Karol Herbst
2020-06-22
1
-1
/
+2
*
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/print: add missing VIEWPORT_MASK handling
Karol Herbst
2020-06-22
1
-1
/
+4
*
nv50/ir/nir: add workaround for double vertex attribs
Karol Herbst
2020-06-22
1
-0
/
+2
*
gv100/ir: fix OP_TXG for shadow textures
Karol Herbst
2020-06-22
1
-2
/
+9
*
gv100/ir: fix shift lowering
Karol Herbst
2020-06-22
2
-19
/
+17
*
gv100/ir: fix atom cas
Karol Herbst
2020-06-22
2
-1
/
+3
*
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
2
-216
/
+58
*
nvir: don't use designated initialisers in C++ code
Yevhenii Kolesnikov
2020-06-15
1
-100
/
+100
*
android: nvir/gv100: update sources in Makefile.sources
Mauro Rossi
2020-06-12
1
-0
/
+6
*
nvc0: initial support for tu1xx
Ben Skeggs
2020-06-10
12
-41
/
+1125
*
nvc0: initial support for gv100
Ben Skeggs
2020-06-10
12
-35
/
+577
*
nvc0: remove hardcoded blitter vertprog
Ben Skeggs
2020-06-10
1
-73
/
+39
*
nvc0: move setting of entrypoint for a shader stage to a function
Ben Skeggs
2020-06-10
3
-14
/
+23
*
nvc0: use NVIDIA headers for GP100- compute QMD
Ben Skeggs
2020-06-10
7
-141
/
+880
*
nvc0: use NVIDIA headers for GK104->GM2xx compute QMD
Ben Skeggs
2020-06-10
8
-160
/
+1085
*
nvir/gv100: enable support for tu1xx
Ben Skeggs
2020-06-10
2
-0
/
+3
*
nvir/gv100: initial support
Ben Skeggs
2020-06-10
14
-19
/
+3683
*
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/gm107: separate out header for sched data calculator
Ben Skeggs
2020-06-10
2
-150
/
+157
*
nvir/gm107: replace SHR+AND+AND with PRMT+PRMT in PFETCH lowering
Ben Skeggs
2020-06-10
1
-3
/
+2
*
nvir/gm107: implement OP_PERMT
Ben Skeggs
2020-06-10
1
-0
/
+31
*
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
3
-63
/
+89
*
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: run replaceZero() before replaceCvt()
Ben Skeggs
2020-06-10
1
-3
/
+3
*
nvir: add constant folding for OP_PERMT
Ben Skeggs
2020-06-10
1
-0
/
+9
[next]