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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-22
Update version to 11.0.0-rc1
mesa-11.0.0-rc1
Emil Velikov
1
-1
/
+1
2015-08-22
Revert SHA1 additions.
Matt Turner
6
-530
/
+0
2015-08-22
egl/wayland: define set_cloexec_or_close only when mkostemp is not present
11.0-branchpoint
Boyan Ding
1
-0
/
+4
2015-08-22
mapi: ship ARB_tessellation_shader.xml
Emil Velikov
1
-0
/
+1
2015-08-22
nouveau: add codegen/unordered_set.h to the tarball
Emil Velikov
1
-1
/
+2
2015-08-22
winsys/sw/kms-dri: don't attempt to bundle the sconscript
Emil Velikov
1
-2
/
+0
2015-08-22
winsys/amdgpu: automake: remove missing headers
Emil Velikov
1
-2
/
+0
2015-08-22
automake: build all drivers but vc4 during distcheck
Emil Velikov
1
-1
/
+3
2015-08-22
android: enable amdgpu winsys in radeonsi driver
Mauro Rossi
1
-2
/
+2
2015-08-22
android: fix cflags and includes for amdgpu winsys
Mauro Rossi
1
-0
/
+10
2015-08-22
docs: add news item and link release notes for 10.6.5
Emil Velikov
2
-0
/
+7
2015-08-22
docs: add sha256 checksums for 10.6.5
Emil Velikov
1
-1
/
+2
2015-08-22
docs: add release notes for 10.6.5
Emil Velikov
1
-0
/
+123
2015-08-22
i965: Move control flush into pipelined conditional render
Chris Wilson
2
-14
/
+11
2015-08-21
vc4: Actually allow math results to allocate into r4.
Eric Anholt
2
-1
/
+7
2015-08-21
vc4: Fold the 16-bit integer pack into the instructions generating it.
Eric Anholt
5
-30
/
+22
2015-08-21
vc4: Reuse QPU dumping for packing bits in QIR.
Eric Anholt
3
-22
/
+26
2015-08-21
vc4: Make _dest variants of qir ALU helpers to provide an explicit dest.
Eric Anholt
2
-4
/
+20
2015-08-21
vc4: Use the SSA defs list for figuring out eligible MOVs for copy prop.
Eric Anholt
1
-12
/
+10
2015-08-21
st/nine: Always use user constant buffers
Krzysztof Sobiecki
1
-1
/
+3
2015-08-21
st/nine: Silent warning in nine_ff
Axel Davy
1
-0
/
+2
2015-08-21
st/nine: Silent warning in sm1_declusage_to_tgsi
Axel Davy
1
-1
/
+1
2015-08-21
st/nine: Silent warning in NineCubeTexture9_ctor
Axel Davy
1
-1
/
+1
2015-08-21
st/nine: Silent warning in update_vertex_buffer
Axel Davy
1
-1
/
+0
2015-08-21
st/nine: Catch setting the same shader
Axel Davy
1
-0
/
+6
2015-08-21
st/nine: Avoid Constant upload when there is no change
Axel Davy
1
-0
/
+42
2015-08-21
st/nine: Fix the number of texture stages
Axel Davy
2
-4
/
+6
2015-08-21
st/nine: Use CSO cache for sampler views
Axel Davy
4
-23
/
+5
2015-08-21
st/nine: Calculate dummy sampler state only once
Axel Davy
3
-35
/
+24
2015-08-21
st/nine: Better check shader constant limits
Axel Davy
1
-9
/
+27
2015-08-21
st/nine: Remove NINED3DRS_ZBIASSCALE
Axel Davy
3
-23
/
+12
2015-08-21
st/nine: Implement special DOTPRODUCT3 behaviour
Axel Davy
1
-0
/
+4
2015-08-21
st/nine: Implement ff vertex data passthrough
Axel Davy
1
-7
/
+61
2015-08-21
st/nine: Change nine_state_update order
Axel Davy
1
-63
/
+76
2015-08-21
st/nine: Programmable ps D3DTTSS_PROJECTED support
Axel Davy
7
-8
/
+74
2015-08-21
st/nine: Complete ff texture transform implementation
Axel Davy
3
-70
/
+174
2015-08-21
st/nine: Change a few advertised caps
Axel Davy
1
-15
/
+11
2015-08-21
st/nine: Advertise Fog flags
Axel Davy
1
-6
/
+6
2015-08-21
st/nine: Revert to userbuf path when needed
Axel Davy
1
-0
/
+11
2015-08-21
st/nine: Finish Fog implementation
Axel Davy
8
-26
/
+147
2015-08-21
st/nine: Rework shader states
Axel Davy
6
-115
/
+207
2015-08-21
st/nine: Remove some useless variables
Axel Davy
2
-2
/
+0
2015-08-21
st/nine: Fix nine_ff_ps_key padding
Axel Davy
1
-1
/
+3
2015-08-21
st/nine: Begin programmable shader fog support
Axel Davy
1
-7
/
+42
2015-08-21
st/nine: Fix fixed function fog support
Axel Davy
1
-34
/
+19
2015-08-21
st/nine: Rework ff constant buffers
Axel Davy
4
-87
/
+57
2015-08-21
st/nine: Rework constant buffer state handling
Axel Davy
5
-342
/
+337
2015-08-21
st/nine: Rework blend states
Axel Davy
4
-10
/
+21
2015-08-21
st/nine: Improve fallback when driver doesn't support user buffers.
Axel Davy
4
-18
/
+103
2015-08-21
st/nine: Avoid useless updates in SetSamplerState
Axel Davy
1
-5
/
+7
[next]