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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
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
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-05-23
Add release notes for the 10.5.6 release
mesa-10.5.6
Emil Velikov
1
-0
/
+146
2015-05-23
Update version to 10.5.6
Emil Velikov
1
-1
/
+1
2015-05-20
targets/osmesa: drop the -module tag from LDFLAGS
Emil Velikov
1
-1
/
+0
2015-05-20
darwin: Fix install name of libOSMesa
Jeremy Huddleston Sequoia
1
-1
/
+0
2015-05-20
swrast: Build fix for darwin
Jeremy Huddleston Sequoia
2
-0
/
+19
2015-05-20
egl/main: fix EGL_KHR_get_all_proc_addresses
Emil Velikov
1
-3
/
+3
2015-05-20
freedreno: fix bug in tile/slot calculation
Rob Clark
1
-5
/
+4
2015-05-20
freedreno: enable a306
Rob Clark
2
-1
/
+2
2015-05-20
main: Complete error conditions for glInvalidate*Framebuffer.
Laura Ekstrand
1
-1
/
+19
2015-05-20
main: Fix an error generated by FramebufferTexture
Laura Ekstrand
1
-4
/
+13
2015-05-20
mesa: Generate GL_INVALID_VALUE in framebuffer_texture when layer < 0
Fredrik Höglund
1
-0
/
+12
2015-05-20
main: Require that the texture exists in framebuffer_texture
Fredrik Höglund
1
-1
/
+1
2015-05-20
i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().
Francisco Jerez
2
-2
/
+31
2015-05-20
nvc0: switch mechanism for shader eviction to be a while loop
Ilia Mirkin
1
-5
/
+6
2015-05-20
radeonsi: add new bonaire pci id
Alex Deucher
1
-0
/
+1
2015-05-20
clover: Implement locking of the wait_count, _chain and _status members of ev...
Francisco Jerez
1
-0
/
+8
2015-05-20
clover: Wrap event::_status in a method to prevent unlocked access.
Francisco Jerez
2
-7
/
+12
2015-05-20
clover: Refactor event::trigger and ::abort to prevent deadlock and reentranc...
Francisco Jerez
2
-12
/
+34
2015-05-20
st/mesa: make sure to create a "clean" bool when doing i2b
Ilia Mirkin
1
-1
/
+1
2015-05-20
clover: Fix a bug with multi-threaded events v2
Tom Stellard
2
-3
/
+17
2015-05-20
clover: Add a mutex to guard queue::queued_events
Tom Stellard
2
-0
/
+4
2015-05-20
glx/dri3: Add additional check for gpu offloading case
Axel Davy
1
-0
/
+5
2015-05-20
egl/wayland: properly destroy wayland objects
Axel Davy
2
-1
/
+6
2015-05-20
main: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE
Marta Lofstedt
1
-0
/
+1
2015-05-20
nv50/ir: only enable mul saturate on G200+
Ilia Mirkin
1
-1
/
+4
2015-05-20
nvc0: reset the instanced elements state when doing blit using 3d engine
Ilia Mirkin
1
-0
/
+6
2015-05-20
nvc0: keep track of PGRAPH state in nvc0_screen
Ilia Mirkin
4
-24
/
+34
2015-05-20
nv50: keep track of PGRAPH state in nv50_screen
Ilia Mirkin
4
-30
/
+36
2015-05-20
nv50/ir: only propagate saturate up if some actual folding took place
Ilia Mirkin
1
-1
/
+2
2015-05-20
draw: (trivial) fix out-of-bounds vector initialization
Roland Scheidegger
1
-1
/
+1
2015-05-20
mesa: fix shininess check for ffvertex_prog v2
Tim Rowley
1
-1
/
+1
2015-05-11
docs: Add sha256 sums for the 10.5.5 release
Emil Velikov
1
-1
/
+2
2015-05-11
Add release notes for the 10.5.5 release
mesa-10.5.5
Emil Velikov
1
-0
/
+94
2015-05-11
Update version to 10.5.5
Emil Velikov
1
-1
/
+1
2015-05-05
i965: Add XRGB8888 format to intel_screen_make_configs
Boyan Ding
1
-1
/
+2
2015-05-05
nv50/ir: fix asFlow() const helper for OP_JOIN
Ilia Mirkin
1
-1
/
+1
2015-05-05
nvc0/ir: fix predicated PFETCH emission
Ilia Mirkin
2
-2
/
+6
2015-05-05
gk110/ir: fix set with a register dest to not auto-set the abs flag
Ilia Mirkin
1
-1
/
+1
2015-05-05
r300: do not link against libdrm_intel
Emil Velikov
1
-1
/
+1
2015-05-05
nvc0/ir: flush denorms to zero in non-compute shaders
Ilia Mirkin
2
-1
/
+25
2015-05-05
i965: Disallow linear blits that are not cacheline aligned.
Kenneth Graunke
1
-8
/
+19
2015-05-05
i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.
Kenneth Graunke
1
-8
/
+14
2015-05-05
draw: fix prim ids when there's no gs
Roland Scheidegger
3
-2
/
+15
2015-04-24
docs: Add sha256 sums for the 10.5.4 release
Emil Velikov
1
-1
/
+2
2015-04-24
Add release notes for the 10.5.4 release
mesa-10.5.4
Emil Velikov
1
-0
/
+124
2015-04-24
Update version to 10.5.4
Emil Velikov
1
-1
/
+1
2015-04-22
glsl: rewrite glsl_type::record_key_hash() to avoid buffer overflow
Brian Paul
1
-10
/
+13
2015-04-22
android: mesa: fix the path of the SSE4_1 optimisations
Emil Velikov
1
-2
/
+2
2015-04-22
android: add inital NIR build
Mauro Rossi
2
-3
/
+55
2015-04-22
android: dri: link against libmesa_util
Emil Velikov
1
-1
/
+2
[next]