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-06-14
docs: Update 10.6.0 release notes
mesa-10.6.0
Emil Velikov
1
-2
/
+241
2015-06-14
Bump version to 10.6.0(final)
Emil Velikov
1
-1
/
+1
2015-06-12
mesa: build xmlconfig to a separate static library
Erik Faye-Lund
8
-17
/
+17
2015-06-12
targets/nine: link against libnir/libglsl_util
Emil Velikov
1
-0
/
+2
2015-06-12
pipe-loader: add libnir and libglsl_util to the link
Emil Velikov
1
-0
/
+2
2015-06-12
mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util
Emil Velikov
8
-39
/
+13
2015-06-12
freedreno: use CXX linker rather than explicit link against libstdc++
Emil Velikov
1
-1
/
+2
2015-06-12
mesa/main: validate name syntax for array variables only
Samuel Iglesias Gonsalvez
1
-3
/
+3
2015-06-12
st/dri: check pscreen is valid before querying param
Dave Airlie
1
-1
/
+1
2015-06-12
i965: Use UW-typed immediate in multiply inst.
Matt Turner
2
-2
/
+2
2015-06-12
i965: Don't add base_binding_table_index if it's zero
Neil Roberts
2
-2
/
+4
2015-06-12
i965: Don't use a temporary when generating an indirect sample
Neil Roberts
2
-26
/
+8
2015-06-12
i965: Disable compaction for EOT send messages
Ben Widawsky
1
-0
/
+6
2015-06-12
i965: do_blit_drawpixels: decode array formats
Alexander Monakov
1
-0
/
+2
2015-06-12
i965: do not round line width when multisampling or antialiaing are enabled
Iago Toral Quiroga
5
-15
/
+25
2015-06-12
nouveau: set imported buffers to what the kernel gives us
Dave Airlie
1
-1
/
+1
2015-06-12
i965/fs: Don't let the EOT send message interfere with the MRF hack
Jason Ekstrand
2
-3
/
+17
2015-06-12
i965: Export format comparison for blitting between miptrees
Chris Wilson
3
-5
/
+14
2015-06-12
i915: Blit RGBX<->RGBA drawpixels
Chris Wilson
1
-7
/
+29
2015-06-12
i965: Fix HW blitter pitch limits
Chris Wilson
1
-5
/
+14
2015-06-12
prog_to_nir: Fix fragment depth writes.
Kenneth Graunke
1
-3
/
+19
2015-06-12
clover: clarify and fix the EGL interop error case
Marek Olšák
1
-1
/
+6
2015-06-12
egl: fix setting context flags
Marek Olšák
1
-2
/
+3
2015-06-12
draw: (trivial) fix NULL pointer dereference
Roland Scheidegger
1
-2
/
+2
2015-06-12
prog_to_nir: Make RSQ properly take the absolute value of its argument.
Kenneth Graunke
1
-1
/
+2
2015-06-03
Increment version to 10.6.0-rc3
mesa-10.6.0-rc3
Emil Velikov
1
-1
/
+1
2015-06-03
nv30: avoid doing extra work on clear and hitting unexpected states
Ilia Mirkin
5
-9
/
+11
2015-06-03
st/dri: fix postprocessing crash when there's no depth buffer
Marek Olšák
1
-5
/
+4
2015-06-03
mesa: Enable ARB_direct_state_access by default for core profile
Ian Romanick
1
-1
/
+1
2015-06-03
dispatch_sanity: Validate the compatibility profile dispatch table too
Ian Romanick
1
-0
/
+493
2015-06-03
dispatch_sanity: Split list of GL 3.1 functions in to core and common
Ian Romanick
1
-71
/
+342
2015-06-03
mesa: Don't install glVertexAttribL* functions in compatibility profile
Ian Romanick
2
-1
/
+3
2015-06-03
glapi: Make GL_ARB_direct_state_access functions exclusive to core profile
Ian Romanick
1
-0
/
+100
2015-06-03
glapi: Store exec table version info outside the XML
Ian Romanick
3
-12
/
+185
2015-06-03
Revert "mesa: Add an extension flag for ARB_direct_state_access"
Ian Romanick
2
-2
/
+1
2015-06-03
mesa: Use the profile instead of an extension bit to validate GL_TEXTURE_CUBE...
Ian Romanick
1
-3
/
+10
2015-06-03
Revert "mesa: Add ARB_direct_state_access checks in XFB functions"
Ian Romanick
1
-42
/
+0
2015-06-03
Revert "mesa: Add ARB_direct_state_access checks in buffer object functions"
Ian Romanick
1
-105
/
+0
2015-06-03
Revert "mesa: Add ARB_direct_state_access checks in FBO functions"
Ian Romanick
4
-127
/
+0
2015-06-03
Revert "mesa: Add ARB_direct_state_access checks in renderbuffer functions"
Ian Romanick
1
-21
/
+0
2015-06-03
Revert "mesa: Add ARB_direct_state_access checks in texture functions"
Ian Romanick
6
-200
/
+0
2015-06-03
Revert "mesa: Add ARB_direct_state_access checks in VAO functions"
Ian Romanick
2
-86
/
+0
2015-06-03
Revert "mesa: Add ARB_direct_state_access checks in sampler object functions"
Ian Romanick
1
-7
/
+0
2015-06-03
Revert "mesa: Add ARB_direct_state_access checks in program pipeline functions"
Ian Romanick
1
-6
/
+0
2015-06-03
Revert "mesa: Add ARB_direct_state_access checks in query object functions"
Ian Romanick
1
-7
/
+0
2015-06-03
Revert "i915: Enable ARB_direct_state_access"
Ian Romanick
1
-1
/
+0
2015-06-03
Revert "i965: Enable ARB_direct_state_access"
Ian Romanick
1
-1
/
+0
2015-06-03
Revert "st/mesa: Enable ARB_direct_state_access"
Ian Romanick
1
-6
/
+0
2015-06-03
i965/fs: Properly handle explicit depth in SIMD16 with dual-source blend
Jason Ekstrand
1
-1
/
+5
2015-06-03
i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+)
Ben Widawsky
1
-0
/
+10
[next]