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
2018-08-22
Update version to 18.2.0-rc4
mesa-18.2.0-rc4
Andres Gomez
1
-1
/
+1
2018-08-22
cherry-ignore: autotools: don't ship the git_sha1.h generated in git in the t...
Andres Gomez
1
-0
/
+3
2018-08-21
r600/eg: rework atomic counter emission with flushes
Dave Airlie
6
-31
/
+54
2018-08-21
i965: Advertise 8 bits subpixel precision for viewport bounds on gen6+
Danylo Piliaiev
1
-1
/
+1
2018-08-20
radv: do not use CP predication for DCC decompressions
Samuel Pitoiset
1
-2
/
+2
2018-08-18
gallium/winsys/kms: don't unmap what wasn't mapped
Ray Strode
1
-5
/
+13
2018-08-18
anv/lower_ycbcr: Use the binding array size for bounds checks
Jason Ekstrand
1
-6
/
+4
2018-08-17
radv/winsys: fix creating the BO list for virtual buffers
Samuel Pitoiset
1
-1
/
+1
2018-08-16
meson: fix build for egl platform_x11 without dri3 and gbm
Alexander Tsoy
1
-1
/
+1
2018-08-16
radv: initialize the DCC predicate correctly when it's compressed
Samuel Pitoiset
1
-1
/
+4
2018-08-16
radv: fix missing initialization of the conditional rendering state
Samuel Pitoiset
1
-0
/
+1
2018-08-16
radv: Revert divisor = 0 case for vertex attribute extension.
Bas Nieuwenhuizen
1
-1
/
+1
2018-08-16
glsl: Avoid calling get_array_element for scalar constants
Danylo Piliaiev
1
-1
/
+1
2018-08-16
Revert "intel/nir: Call nir_lower_io_to_scalar_early"
Jason Ekstrand
1
-12
/
+5
2018-08-16
intel/ppgtt: memory address alignment
Sergii Romantsov
1
-4
/
+3
2018-08-16
radv: add Doom workaround
Timothy Arceri
1
-0
/
+3
2018-08-16
radv: disable the auto-waitcnt-before-barrier LLVM option
Samuel Pitoiset
3
-1
/
+4
2018-08-15
egl/android: fix regression in drm_gralloc path (v2)
Mauro Rossi
1
-0
/
+23
2018-08-15
Update version to 18.2.0-rc3
mesa-18.2.0-rc3
Andres Gomez
1
-1
/
+1
2018-08-14
radv: Allow ETC2 on RAVEN and VEGA10 instead of all GFX9.
Bas Nieuwenhuizen
1
-1
/
+2
2018-08-14
radv: Update to new VK_EXT_vertex_attribute_divisor to version 2.
Bas Nieuwenhuizen
2
-4
/
+5
2018-08-14
radv: Fix missing Android platform define.
Bas Nieuwenhuizen
2
-1
/
+3
2018-08-13
blorp: Properly handle Z24X8 blits.
Kenneth Graunke
2
-12
/
+11
2018-08-13
blorp: Don't try to use R32_UNORM for R24_UNORM_X8_TYPELESS rendering.
Kenneth Graunke
1
-5
/
+5
2018-08-13
intel: Switch the order of the 2x MSAA sample positions
Jason Ekstrand
4
-14
/
+24
2018-08-10
mesa/st: ETC2 now uses R8G8B8A8_SRGB as fallback
Gert Wollny
1
-1
/
+1
2018-08-10
egl: Fix leak of X11 pixmaps backing pbuffers in DRI3.
Eric Anholt
1
-0
/
+5
2018-08-10
intel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.
Kenneth Graunke
1
-0
/
+20
2018-08-10
glx: GLX_MESA_multithread_makecurrent is direct-only
Adam Jackson
1
-1
/
+1
2018-08-10
glsl: handle error case with ast_post_inc, ast_post_dec
Tapani Pälli
1
-0
/
+5
2018-08-10
drirc: Allow extension midshader for Metro Redux
vadym.shovkoplias
1
-0
/
+4
2018-08-09
intel/tools: add missing variable initialisation
Eric Engestrom
1
-1
/
+1
2018-08-09
vc4: Fix vc4_fence_server_sync() on pre-syncobj kernels.
Eric Anholt
1
-1
/
+2
2018-08-09
swr: don't export swr_create_screen_internal
Emil Velikov
2
-2
/
+1
2018-08-09
wayland/egl: update surface size on window resize
Juan A. Suarez Romero
1
-4
/
+15
2018-08-09
wayland/egl: initialize window surface size to window size
Juan A. Suarez Romero
1
-0
/
+3
2018-08-09
autotools: use correct gl.pc LIBS when using glvnd
Emil Velikov
2
-1
/
+10
2018-08-09
autotools: error out when building with mangling and glvnd
Emil Velikov
1
-0
/
+3
2018-08-09
autotools: error out when using the broken --with-{gl, osmesa}-lib-name
Emil Velikov
1
-6
/
+6
2018-08-09
automake: require shared glapi when using DRI based libGL
Emil Velikov
2
-4
/
+3
2018-08-09
vc4: Ignore samplers for finding uniform offsets.
Eric Anholt
1
-3
/
+14
2018-08-09
vc4: Respect a sampler view's first_layer field.
Eric Anholt
1
-1
/
+3
2018-08-09
Update version to 18.2.0-rc2
mesa-18.2.0-rc2
Andres Gomez
1
-1
/
+1
2018-08-07
meson: use correct keyword to fix a meson warning
Jon Turney
1
-1
/
+1
2018-08-07
vc4: Fix a leak of the no-vertex-elements workaround BO.
Eric Anholt
1
-0
/
+2
2018-08-07
vc4: Fix context creation when syncobjs aren't supported.
Eric Anholt
1
-2
/
+6
2018-08-07
drisw: Fix build on Android Nougat, which lacks shm (v2)
Chad Versace
1
-0
/
+11
2018-08-07
meson, install_megadrivers: Also remove stale symlinks
Gert Wollny
1
-2
/
+4
2018-08-07
v3d: Emit the VCM_CACHE_SIZE packet.
Eric Anholt
6
-4
/
+45
2018-08-07
v3d: Avoid spilling that breaks the r5 usage after a ldvary.
Eric Anholt
1
-0
/
+9
[next]