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
2020-01-28
VERSION: bump version to 19.3.3
mesa-19.3.3
Dylan Baker
1
-1
/
+1
2020-01-28
docs: Add relnotes for 19.3.3 release
Dylan Baker
1
-0
/
+193
2020-01-28
radeonsi: don't invoke decompression inside internal launch_grid
Marek Olšák
3
-4
/
+22
2020-01-28
radeonsi: clean up how internal compute dispatches are handled
Marek Olšák
1
-18
/
+12
2020-01-28
drisw: Cache the depth of the X drawable
Adam Jackson
3
-4
/
+33
2020-01-28
aco/gfx10: Fix VcmpxExecWARHazard mitigation.
Timur Kristóf
3
-4
/
+3
2020-01-28
intel: Fix aux map alignments on 32-bit builds.
Kenneth Graunke
3
-6
/
+6
2020-01-28
meson: Do not require libdrm for DRI2 on hurd
Samuel Thibault
2
-2
/
+4
2020-01-28
aco: fix off-by-one error when initializing sgpr_live_in
Rhys Perry
2
-2
/
+2
2020-01-28
radv: fix double free corruption in radv_alloc_memory()
Samuel Pitoiset
2
-2
/
+1
2020-01-28
egl/android: fix buffer_count for applications setting max count
Tapani Pälli
2
-7
/
+23
2020-01-28
radv: Remove syncobj_handle variable in header.
Bas Nieuwenhuizen
2
-2
/
+1
2020-01-28
turnip: fix invalid VK_ERROR_OUT_OF_POOL_MEMORY
Hyunjun Ko
2
-1
/
+4
2020-01-28
clover: Initialize Asm Parsers
Jan Vesely
2
-1
/
+2
2020-01-28
anv: Stop allocating WSI event fences off the instance
Jason Ekstrand
2
-3
/
+3
2020-01-28
anv: Canonicalize buffer formats for image/buffer copies
Jason Ekstrand
2
-21
/
+43
2020-01-28
anv/blorp: Rename buffer image stride parameters
Jason Ekstrand
2
-10
/
+11
2020-01-28
docs: remove double-closed definition-list
Erik Faye-Lund
2
-3
/
+1
2020-01-28
docs: move paragraph closing tag
Erik Faye-Lund
2
-2
/
+3
2020-01-28
docs: use code-tags instead of pre-tags
Erik Faye-Lund
2
-3
/
+3
2020-01-28
docs: use code-tags instead of pre-tags
Erik Faye-Lund
2
-3
/
+3
2020-01-28
docs: use code-tag instead of pre-tag
Erik Faye-Lund
2
-2
/
+2
2020-01-28
docs: open paragraph before closing it
Erik Faye-Lund
2
-2
/
+2
2020-01-28
docs: fix paragraphs
Erik Faye-Lund
2
-1
/
+3
2020-01-28
docs: fix typo in html tag name
Erik Faye-Lund
2
-2
/
+2
2020-01-28
util: call bind_sampler_states before setting sampler_views
Pierre-Eric Pelloux-Prayer
2
-7
/
+7
2020-01-28
meson: use github URL for wraps instead of completely unreliable wrapdb
Eric Engestrom
3
-3
/
+3
2020-01-28
aco: rework lower_to_cssa()
Daniel Schürmann
2
-71
/
+43
2020-01-28
intel/perf: report query split for mdapi
Lionel Landwerlin
4
-3
/
+19
2020-01-28
intel/perf: expose timestamp begin for mdapi
Lionel Landwerlin
4
-1
/
+10
2020-01-28
radeonsi: work around an LLVM crash when using llvm.amdgcn.icmp.i64.i1
Marek Olšák
2
-1
/
+2
2020-01-28
intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_image
Kenneth Graunke
2
-4
/
+7
2020-01-28
.pick_status.json: Update to c787b8d2a16d5e2950f209b1fcbec6e6c0388845
Dylan Baker
1
-0
/
+22016
2020-01-15
st/mesa: don't lower YUV when driver supports it natively
Jonathan Marek
6
-53
/
+78
2020-01-15
radeonsi: make sure fmask expand is done if needed
Pierre-Eric Pelloux-Prayer
1
-1
/
+2
2020-01-15
radeonsi: fix fmask expand compute shader
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2020-01-15
egl/android: Restrict minimum triple buffering for android color_buffers
Nataraj Deshpande
1
-3
/
+7
2020-01-15
radv: only use VkSamplerCreateInfo::compareOp if enabled
Samuel Pitoiset
1
-1
/
+5
2020-01-15
radv: Disable VK_EXT_sample_locations on GFX10.
Bas Nieuwenhuizen
1
-1
/
+2
2020-01-15
cherry-ignore: Update for 19.3.3
Dylan Baker
1
-0
/
+2
2020-01-15
aco: fix unconditional demote_to_helper
Daniel Schürmann
2
-13
/
+16
2020-01-14
aco: check if multiplication/clamp is live when applying output modifier
Rhys Perry
1
-18
/
+24
2020-01-14
aco: don't DCE atomics with return values
Rhys Perry
5
-19
/
+26
2020-01-14
intel/fs: Only use SLM fence in compute shaders
Caio Marcelo de Oliveira Filho
1
-0
/
+3
2020-01-14
anv: only use VkSamplerCreateInfo::compareOp if enabled
Lionel Landwerlin
1
-1
/
+3
2020-01-14
mesa: Fix detection of invalidating both depth and stencil.
Eric Anholt
1
-2
/
+3
2020-01-14
anv: Memset array properties
Jason Ekstrand
1
-0
/
+5
2020-01-14
anv: Don't over-advertise descriptor indexing features
Jason Ekstrand
1
-15
/
+17
2020-01-14
intel/blorp: Fill out all the dwords of MI_ATOMIC
Jason Ekstrand
1
-0
/
+4
2020-01-14
intel/vec4: Support scoped_memory_barrier
Jason Ekstrand
1
-1
/
+2
[next]