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
2019-02-18
docs: add release notes for 18.3.4
mesa-18.3.4
Emil Velikov
1
-0
/
+179
2019-02-18
Update version to 18.3.4
Emil Velikov
1
-1
/
+1
2019-02-16
vc4: Fix copy-and-paste fail in backport of NEON asm fixes.
Eric Anholt
1
-1
/
+1
2019-02-15
meson: Add dependency on genxml to anvil
Dylan Baker
1
-2
/
+5
2019-02-15
radv: always export gl_SampleMask when the fragment shader uses it
Samuel Pitoiset
1
-4
/
+4
2019-02-15
get-pick-list: Add --pretty=medium to the arguments for Cc patches
Dylan Baker
1
-2
/
+2
2019-02-15
radeonsi: Fix guardband computation for large render targets
Oscar Blumberg
1
-2
/
+28
2019-02-15
anv/cmd_buffer: check for NULL framebuffer
Juan A. Suarez Romero
1
-5
/
+29
2019-02-15
cherry-ignore: radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on ...
Emil Velikov
1
-0
/
+3
2019-02-15
intel: Add more PCI Device IDs for Coffee Lake and Ice Lake.
Rodrigo Vivi
1
-0
/
+5
2019-02-15
egl/wayland-drm: Only announce formats via wl_drm which the driver supports.
Mario Kleiner
5
-5
/
+51
2019-02-15
egl/wayland: Allow client->server format conversion for PRIME offload. (v2)
Mario Kleiner
1
-9
/
+71
2019-02-15
intel/compiler: do not copy-propagate strided regions to ddx/ddy arguments
Iago Toral Quiroga
1
-0
/
+21
2019-02-15
radv: fix compiler issues with GCC 9
Samuel Pitoiset
1
-42
/
+48
2019-02-15
st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048
Kenneth Graunke
1
-1
/
+6
2019-02-15
st/va/vp9: set max reference as default of VP9 reference number
Leo Liu
1
-1
/
+6
2019-02-15
st/va: fix the incorrect max profiles report
Leo Liu
2
-2
/
+3
2019-02-15
winsys/amdgpu: don't drop manually added fence dependencies
Marek Olšák
1
-2
/
+0
2019-02-15
radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0
Marek Olšák
1
-2
/
+5
2019-02-15
gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0
Marek Olšák
1
-1
/
+2
2019-02-15
nir/deref: Rematerialize parents in rematerialize_derefs_in_use_blocks
Jason Ekstrand
1
-3
/
+2
2019-02-15
nvc0: we have 16k-sized framebuffers, fix default scissors
Ilia Mirkin
1
-2
/
+2
2019-02-15
cherry-ignore: add more 19.0 only nominations from Ilia
Emil Velikov
1
-0
/
+16
2019-02-14
freedreno/a6xx: Emit blitter dst with OUT_RELOCW
Kristian H. Kristensen
1
-1
/
+1
2019-02-14
amd/common: Use correct writemask for shared memory stores.
Bas Nieuwenhuizen
1
-1
/
+1
2019-02-14
radv: Only look at pImmutableSamples if the descriptor has a sampler.
Bas Nieuwenhuizen
1
-2
/
+6
2019-02-14
xvmc: fix string comparison
Eric Engestrom
1
-3
/
+3
2019-02-14
xvmc: fix string comparison
Eric Engestrom
1
-10
/
+10
2019-02-14
gallium-xlib: query MIT-SHM before using it.
Bart Oldeman
1
-1
/
+3
2019-02-14
cherry-ignore: nv50,nvc0: add explicit settings for recent caps
Emil Velikov
1
-0
/
+3
2019-02-12
meson: drop the xcb-xrandr version requirement
Marek Olšák
1
-1
/
+1
2019-02-12
intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 mode
Jason Ekstrand
1
-7
/
+6
2019-02-12
v3d: Fix leak in resource setup error path
Ernestas Kulik
1
-1
/
+1
2019-02-12
vc4: Fix leak in HW queries error path
Ernestas Kulik
1
-1
/
+1
2019-02-12
intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()
Jason Ekstrand
1
-0
/
+2
2019-02-12
freedreno: stop frob'ing pipe_resource::nr_samples
Rob Clark
3
-5
/
+14
2019-01-31
docs: add sha256 checksums for 18.3.3
Emil Velikov
1
-1
/
+2
2019-01-31
docs: add release notes for 18.3.3
mesa-18.3.3
Emil Velikov
2
-1
/
+208
2019-01-31
glsl: Fix copying function's out to temp if dereferenced by array
Danylo Piliaiev
1
-24
/
+22
2019-01-31
glsl: Copy function out to temp if we don't directly ref a variable
Timothy Arceri
1
-2
/
+3
2019-01-30
etnaviv: Consolidate buffer references from framebuffers
Tomeu Vizoso
3
-10
/
+9
2019-01-30
vc4: Enable NEON asm on meson cross-builds.
Eric Anholt
1
-4
/
+6
2019-01-30
meson: Fix typo.
Vinson Lee
1
-2
/
+2
2019-01-30
vc4: Declare the cpu pointers as being modified in NEON asm.
Carsten Haitzler (Rasterman)
1
-20
/
+16
2019-01-29
vc4: Use named parameters for the NEON inline asm.
Carsten Haitzler (Rasterman)
1
-80
/
+100
2019-01-29
glsl: use remap location when serialising uniform program resource data
Timothy Arceri
1
-7
/
+26
2019-01-29
radv/ac: fix some fp16 handling
Timothy Arceri
2
-2
/
+2
2019-01-29
radv: correctly use vulkan 1.0 by default
Niklas Haas
1
-1
/
+1
2019-01-29
st/nine: Immediately upload user provided textures
Axel Davy
1
-0
/
+13
2019-01-29
meson: Add warnings and errors when using ICC
Dylan Baker
1
-1
/
+9
[next]