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
23.1
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
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
staging/23.1
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-05-18
docs: Add release notes for 18.1.0
mesa-18.1.0
Dylan Baker
2
-1
/
+196
2018-05-18
Update version to 18.1.0
Dylan Baker
1
-1
/
+1
2018-05-11
Bump version to rc4
mesa-18.1.0-rc4
Dylan Baker
1
-1
/
+1
2018-05-11
winsys/amdgpu: Destroy dev_hash table when the last winsys is removed.
Jan Vesely
1
-1
/
+6
2018-05-11
radeonsi/gfx9: work around a GPU hang due to broken indirect indexing in LLVM
Marek Olšák
1
-0
/
+9
2018-05-11
mesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet type to TYPE_INT
Brian Paul
1
-2
/
+2
2018-05-11
mesa: fix glGetInteger/Float/etc queries for vertex arrays attribs
Brian Paul
2
-13
/
+84
2018-05-10
i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROL
Jason Ekstrand
2
-1
/
+3
2018-05-10
gallium/tests: Fix assignment of EXTRA_DIST
Matt Turner
1
-3
/
+1
2018-05-10
anv: emit pixel scoreboard stall before ISP disable
Lionel Landwerlin
1
-1
/
+8
2018-05-10
i965: require pixel scoreboard stall prior to ISP disable
Lionel Landwerlin
1
-1
/
+8
2018-05-10
i965: silence unused variable
Lionel Landwerlin
1
-1
/
+0
2018-05-10
winsys/radeon: Destroy fd_hash table when the last winsys is removed.
Jan Vesely
1
-1
/
+6
2018-05-10
gallium/auxiliary: Add helper function to count the number of entries in hash...
Jan Vesely
2
-0
/
+22
2018-05-10
r600: fix constant buffer bounds.
Dave Airlie
2
-2
/
+2
2018-05-10
src/intel/Makefile.vulkan.am: add missing MKDIR_GEN
Ross Burton
1
-0
/
+2
2018-05-10
mesa: fix error handling in get_framebuffer_parameteriv
Rhys Perry
1
-31
/
+41
2018-05-09
dri3: Only update number of back buffers in loader_dri3_get_buffers
Michel Dänzer
1
-8
/
+11
2018-05-09
pipe-loader: Free driver_name in error path
Jan Vesely
1
-0
/
+1
2018-05-09
glsl: change ast_type_qualifier bitset size to work around GCC 5.4 bug
Brian Paul
1
-1
/
+7
2018-05-08
eg/compute: Drop reference to kernel_param bo in destructor
Jan Vesely
1
-0
/
+1
2018-05-08
eg/compute: Drop reference on code_bo in destructor.
Jan Vesely
1
-3
/
+1
2018-05-08
intel: devinfo: fix assertion on devices with odd number of EUs
Lionel Landwerlin
1
-5
/
+1
2018-05-08
i965: Don't leak blorp on Gen4-5.
Kenneth Graunke
1
-2
/
+1
2018-05-08
vulkan/wsi: Only use LINEAR modifier for prime if supported.
Bas Nieuwenhuizen
3
-2
/
+5
2018-05-08
r600: Cleanup constant buffers on context destruction
Jan Vesely
1
-1
/
+5
2018-05-07
mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV)
Ian Romanick
1
-0
/
+1
2018-05-04
bump version to 18.1.0-rc3
mesa-18.1.0-rc3
Dylan Baker
1
-1
/
+1
2018-05-03
spirv: Apply OriginUpperLeft to FragCoord
Neil Roberts
1
-3
/
+3
2018-05-03
egl/x11: Send invalidate to driver on copy_region path in swap_buffer
Deepak Rawat
1
-10
/
+13
2018-05-03
intel/compiler: fix brw_imm_w for negative 16-bit integers
Jose Maria Casanova Crespo
1
-1
/
+1
2018-05-03
intel/compiler: fix 16-bit int brw_negate_immediate and brw_abs_immediate
Jose Maria Casanova Crespo
1
-4
/
+8
2018-05-03
radv: Don't check the incoming apiVersion on CreateInstance.
Bas Nieuwenhuizen
1
-9
/
+0
2018-05-03
radv: Allow vkEnumerateInstanceVersion ProcAddr without instance.
Bas Nieuwenhuizen
1
-1
/
+1
2018-05-02
i965/tex_image: Avoid the ASTC LDR workaround on gen9lp
Nanley Chery
1
-1
/
+1
2018-05-02
anv: Allow lookup of vkEnumerateInstanceVersion without an instance
Jason Ekstrand
1
-0
/
+1
2018-05-02
radv: fix multisample image copies
Matthew Nicholls
2
-110
/
+196
2018-05-01
radv: compute the number of subpass attachments correctly
Samuel Pitoiset
1
-2
/
+2
2018-05-01
radv/winsys: fix leaking resources from bo's imported by fd
Andres Rodriguez
1
-0
/
+1
2018-04-30
st/omx/enc: fix blit setup for YUV LoadImage
Leo Liu
1
-4
/
+4
2018-04-30
autotools, meson: bump up required VA version
Juan A. Suarez Romero
2
-2
/
+2
2018-04-30
radeonsi/gfx9: workaround for INTERP with indirect indexing
Marek Olšák
1
-6
/
+13
2018-04-30
util/u_queue: fix a deadlock in util_queue_finish
Marek Olšák
2
-0
/
+10
2018-04-27
bump version for rc2
mesa-18.1.0-rc2
Dylan Baker
1
-1
/
+1
2018-04-27
anv/allocator: Don't shrink either end of the block pool
Jason Ekstrand
1
-4
/
+4
2018-04-27
ac: fix texture query LOD for 1D textures on GFX9
Samuel Pitoiset
1
-0
/
+8
2018-04-27
intel/compiler: Add scheduler deps for instructions that implicitly read g0
Ian Romanick
2
-0
/
+28
2018-04-27
Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"
Marek Olšák
1
-4
/
+0
2018-04-27
i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*
Jason Ekstrand
1
-0
/
+2
2018-04-27
st/dri: Fix dangling pointer to a destroyed dri_drawable
Johan Klokkhammer Helsing
1
-0
/
+4
[next]