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-08-23
docs: add release notes for 19.1.5
mesa-19.1.5
Juan A. Suarez Romero
1
-0
/
+119
2019-08-23
Update version to 19.1.5
Juan A. Suarez Romero
1
-1
/
+1
2019-08-20
radeonsi: fix an assertion failure: assert(!res->b.is_shared)
Marek Olšák
1
-2
/
+1
2019-08-10
intel/perf: use MAJOR_IN_SYSMACROS/MAJOR_IN_MKDEV
Greg V
1
-0
/
+4
2019-08-10
anv: remove unused Linux-specific include
Greg V
1
-1
/
+0
2019-08-10
i965: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3D
Danylo Piliaiev
1
-0
/
+21
2019-08-10
radv: Avoid VEGA/RAVEN scissor bug in binning.
Bas Nieuwenhuizen
1
-1
/
+2
2019-08-10
radv: Avoid binning RAVEN hangs.
Bas Nieuwenhuizen
1
-1
/
+2
2019-08-08
gallium/dump: add missing query-type to short-list
Erik Faye-Lund
1
-0
/
+1
2019-08-08
gallium/dump: add missing query-type to short-list
Erik Faye-Lund
1
-0
/
+1
2019-08-08
util: fix mem leak of program path
Eric Engestrom
1
-7
/
+12
2019-08-08
meson: Test for program_invocation_name
Matt Turner
3
-7
/
+10
2019-08-08
radeonsi: disable SDMA image copies on dGPUs to fix corruption in games
Marek Olšák
1
-1
/
+9
2019-08-08
ac/nir: Use correct cast for readfirstlane and ptrs.
Bas Nieuwenhuizen
1
-0
/
+2
2019-08-08
radv: Do non-uniform lowering before bool lowering.
Bas Nieuwenhuizen
1
-1
/
+1
2019-08-08
anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3D
Jason Ekstrand
1
-0
/
+19
2019-08-08
cherry-ignore: panfrost: Make ctx->job useful
Juan A. Suarez Romero
1
-0
/
+3
2019-08-07
i965/clear: clear_value better precision
Sergii Romantsov
1
-1
/
+1
2019-08-07
docs: add sha256 checksums for 19.1.4
Juan A. Suarez Romero
1
-1
/
+1
2019-08-07
docs: add release notes for 19.1.4
mesa-19.1.4
Juan A. Suarez Romero
1
-0
/
+227
2019-08-07
Update version to 19.1.4
Juan A. Suarez Romero
1
-1
/
+1
2019-08-06
mesa: add glsl_type ref to one_time_init and decref to atexit
Tapani Pälli
1
-0
/
+3
2019-08-02
intel/ir: Fix CFG corruption in opt_predicated_break().
Francisco Jerez
2
-9
/
+0
2019-08-01
nir: remove explicit nir_intrinsic_index_flag values
Eric Engestrom
1
-2
/
+2
2019-08-01
egl/drm: ensure the backing gbm is set before using it
Emil Velikov
1
-1
/
+1
2019-07-31
intel/fs: Implement quad_swap_horizontal with a swizzle on gen7
Jason Ekstrand
1
-7
/
+20
2019-07-31
intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7
Jason Ekstrand
2
-24
/
+65
2019-07-31
scons+meson: suppress spammy build warning on MacOS
Eric Engestrom
2
-0
/
+2
2019-07-31
radv: Fix descriptor set allocation failure.
Bas Nieuwenhuizen
1
-1
/
+5
2019-07-31
spirv: don't discard access set by vtn_pointer_dereference
Lionel Landwerlin
1
-1
/
+1
2019-07-31
radv: fix queries with WAIT_BIT returning VK_NOT_READY
Andres Rodriguez
1
-1
/
+1
2019-07-30
meson: add a warning for meson < 0.46.0
Andrii Simiklit
1
-0
/
+6
2019-07-30
freedreno: Fix data races with allocating/freeing struct ir3.
Eric Anholt
1
-1
/
+1
2019-07-30
radv: Take variable descriptor counts into account for buffer entries.
Bas Nieuwenhuizen
1
-1
/
+10
2019-07-30
anv: Don't claim support for 24 and 48-bit formats on IVB
Jason Ekstrand
1
-0
/
+8
2019-07-30
isl/formats: R8G8B8_UNORM_SRGB isn't supported on HSW
Jason Ekstrand
1
-1
/
+5
2019-07-30
ac/nir: fix txf_ms with an offset
Rhys Perry
1
-2
/
+2
2019-07-30
spirv: propagate access qualifiers through ssa & pointer
Lionel Landwerlin
3
-4
/
+62
2019-07-30
spirv: wrap push ssa/pointer values
Lionel Landwerlin
4
-64
/
+83
2019-07-30
nir: Allow qualifiers on copy_deref and image instructions
Connor Abbott
6
-12
/
+48
2019-07-30
anv: Remove special allocation for anv_push_constants
Caio Marcelo de Oliveira Filho
3
-79
/
+7
2019-07-29
nv50/ir: handle insn not being there for definition of CVT arg
Ilia Mirkin
1
-2
/
+3
2019-07-29
nvc0: allow a non-user buffer to be bound at position 0
Ilia Mirkin
1
-18
/
+27
2019-07-29
nv50,nvc0: update sampler/view bind functions to accept NULL array
Ilia Mirkin
2
-14
/
+18
2019-07-29
gallium/vl: fix compute tgsi shaders to not process undefined components
Ilia Mirkin
1
-52
/
+52
2019-07-29
radeon/vcn: enable rate control for hevc encoding
Boyuan Zhang
1
-1
/
+7
2019-07-29
radeon/uvd: enable rate control for hevc encoding
Boyuan Zhang
1
-1
/
+7
2019-07-29
radeon/vcn: fix poc for hevc encode
Boyuan Zhang
2
-2
/
+3
2019-07-29
radeon/uvd: fix poc for hevc encode
Boyuan Zhang
2
-3
/
+3
2019-07-29
nir: add access to image_deref intrinsics
Lionel Landwerlin
1
-1
/
+3
[next]