index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nouveau
/
codegen
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-03
nouveau: move codegen to a common higher level directory.
Dave Airlie
57
-53124
/
+0
2022-06-03
nouveau: move codegen into a standalone library.
Dave Airlie
42
-89
/
+168
2022-06-01
glsl,nir: Move i/umulExtended lowering to NIR.
Emma Anholt
1
-1
/
+1
2022-05-31
nv50: Fix tlsSpace alignment
M Henning
2
-2
/
+2
2022-05-31
nv50/ir: fix ALD/AST where address comes from AL2P
Ben Skeggs
3
-0
/
+5
2022-05-31
nv50/ir: fix scope of memory ops on ampere
Ben Skeggs
1
-14
/
+36
2022-05-31
nv50/ir: fix OUT.FINAL on ampere
Ben Skeggs
1
-1
/
+4
2022-05-31
nv50/ir: recoginse Ampere
Karol Herbst
2
-0
/
+3
2022-05-17
gallium/drivers: set force_indirect_unrolling_sampler for all required drivers
Timothy Arceri
1
-0
/
+1
2022-04-29
nouveau/nir: Put the UBO offset indirect into the address reg.
Emma Anholt
1
-0
/
+2
2022-04-29
nv50/nir: align tlsspace to 0x10
Karol Herbst
1
-1
/
+1
2022-04-29
nouveau/nir: Add support for pre-GF100 images and ssbos.
Emma Anholt
1
-0
/
+24
2022-04-29
nouveau/nir: Move FS output stores to the end of the last block.
Emma Anholt
1
-1
/
+33
2022-04-20
nouveau/nir: Set the input for vertex/instance ID like TGSI does.
Emma Anholt
1
-4
/
+6
2022-04-20
nouveau/nir: Fix edgeflag input detection.
Emma Anholt
1
-1
/
+1
2022-04-20
nouveau/nir: Fix the inverted sense of usesSampleMaskIn.
Emma Anholt
1
-1
/
+1
2022-04-20
nouveau/nir: Disable bitfield ops pre-nvc0.
Emma Anholt
1
-6
/
+6
2022-04-20
nouveau/nir: Split fewer 64-bit loads
M Henning
2
-4
/
+6
2022-04-20
nouveau/nv50: Print the number of loops in shader-db output.
Emma Anholt
3
-0
/
+5
2022-04-19
nouveau: Skip cctl for atomic counters in tgsi
M Henning
2
-0
/
+8
2022-04-19
nouveau: Emit cctl to flush L1 cache for atomics
M Henning
2
-15
/
+26
2022-04-15
nouveau/nir: Allow up to 6 nested joins
M Henning
1
-2
/
+4
2022-04-14
nouveau/nir: Don't try to emit OP_FMA pre-nvc0.
Emma Anholt
1
-0
/
+3
2022-03-25
nouveau/nir: Enable nir_opt_move/sink.
Emma Anholt
1
-0
/
+8
2022-03-20
nouveau: Fix out-of-bounds access in AlgebraicOpt
M Henning
1
-3
/
+0
2022-03-20
nouveau: Handle unaligned tlsBase during spills
M Henning
1
-2
/
+8
2022-03-08
nir: Fix lowering terminology of compute system values: "from"->"to".
Timur Kristóf
1
-2
/
+2
2022-01-19
mesa/*: use an internal enum for tessellation primitive types.
Dave Airlie
1
-4
/
+2
2022-01-03
nouveau/nir: Lower 64-bit phis
M Henning
1
-0
/
+1
2021-12-07
nouveau/nir: Use the address reg for indirect scratch access.
Emma Anholt
1
-0
/
+4
2021-12-06
nv50/nir: Switch to the common NIR options
Pierre Moreau
2
-1
/
+6
2021-12-01
nouveau/nir: Use natural alignment for scalars
M Henning
1
-4
/
+8
2021-09-05
nv50/ir: Add DeadCodeElim constructor.
Vinson Lee
1
-0
/
+1
2021-09-03
nir: separate lower_add_sat
Rhys Perry
1
-1
/
+2
2021-09-02
nouveau: use bool literals instead of integers
Filip Gawin
8
-20
/
+20
2021-09-02
nouveau: fix forward declaration of struct
Filip Gawin
1
-2
/
+2
2021-08-17
nv50/ir: Add FlatteningPass constructor.
Vinson Lee
1
-0
/
+3
2021-08-09
nouveau: Use nir_lower_tex for projectors
Jason Ekstrand
1
-16
/
+7
2021-07-19
nv50/ir/nir: fix smem size for GL
Karol Herbst
1
-1
/
+1
2021-07-18
nouveau: Support nir_intrinsic_*_atomic_fadd
M Henning
1
-10
/
+26
2021-07-14
nv50/ir: Initialize Value member id in constructor.
Vinson Lee
1
-1
/
+1
2021-07-08
nir/subgroups: Support > 1 ballot components
Connor Abbott
1
-0
/
+1
2021-06-18
nvc0/ir: Initialize Limits members in constructor.
Vinson Lee
1
-1
/
+1
2021-06-16
nvc0/ir: Initialize CodeEmitterNVC0 member progType in constructor.
Vinson Lee
1
-6
/
+4
2021-06-16
nv50/ir: fix surface lowering when values get shared accross operations
Karol Herbst
1
-13
/
+15
2021-06-10
nouveau: Don't require RTTI and use it only when enabled
Roman Stratiienko
1
-1
/
+1
2021-06-08
nir: Move workgroup_size and workgroup_variable_size into common shader_info
Caio Marcelo de Oliveira Filho
1
-3
/
+3
2021-06-08
nir, nir/algebraic: add byte/word insertion instructions
Rhys Perry
1
-0
/
+2
2021-06-07
nir: Rename WORK_GROUP (and similar) to WORKGROUP
Caio Marcelo de Oliveira Filho
1
-4
/
+4
2021-06-07
nir: Rename nir_intrinsic_load_local_group_size to nir_intrinsic_load_workgro...
Caio Marcelo de Oliveira Filho
1
-2
/
+2
[next]