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-07-26
docs: add 18.1.5 release notes
mesa-18.1.5
Dylan Baker
1
-0
/
+183
2018-07-26
bump version to 18.1.5
Dylan Baker
1
-1
/
+1
2018-07-26
spirv: Fix a couple of image atomic load/store bugs
Jason Ekstrand
1
-17
/
+30
2018-07-26
intel/compiler: Account for built-in uniforms in analyze_ubo_ranges
Jason Ekstrand
8
-9
/
+45
2018-07-26
intel/blorp: Handle 3-component formats in clears
Jason Ekstrand
3
-11
/
+92
2018-07-26
blorp: Handle the RGB workaround more like other workarounds
Jason Ekstrand
1
-30
/
+30
2018-07-26
radv: Still enable inmemory & API level caching if disk cache is not enabled.
Bas Nieuwenhuizen
1
-2
/
+1
2018-07-26
nir/serialize: Alloc constants off the variable
Jason Ekstrand
1
-1
/
+1
2018-07-26
i965: Sweep NIR after linking phase to free held memory
Danylo Piliaiev
1
-0
/
+2
2018-07-26
egl: Fix missing clamping in eglSetDamageRegionKHR
Harish Krupo
1
-14
/
+11
2018-07-26
draw: force draw pipeline if there's more than 65535 vertices
Roland Scheidegger
3
-0
/
+21
2018-07-26
r600: enable tess_input_info for TES
Dave Airlie
1
-14
/
+6
2018-07-26
Android: fix a missing nir_intrinsics.h error
Chih-Wei Huang
2
-0
/
+3
2018-07-26
android: util/disk_cache: fix building errors in gallium drivers
Mauro Rossi
1
-0
/
+1
2018-07-26
anv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAV
Jason Ekstrand
1
-31
/
+22
2018-07-26
radv: fix a memleak for merged shaders on GFX9
Samuel Pitoiset
1
-1
/
+1
2018-07-26
anv: Pay attention to VK_ACCESS_MEMORY_(READ|WRITE)_BIT
Alex Smith
1
-0
/
+9
2018-07-26
nir: Fix end of function without return warning/error.
Bas Nieuwenhuizen
1
-0
/
+2
2018-07-26
cherry-ignore: add 11712b9ca17e4e1a819dcb7d020e19c6da77bc90
Dylan Baker
1
-0
/
+5
2018-07-26
util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache.
Bas Nieuwenhuizen
3
-6
/
+5
2018-07-26
nir: Do not use continue block after removing it.
Bas Nieuwenhuizen
1
-6
/
+25
2018-07-26
cherry-ignore: Add 1f616a840eac02241c585d28e9dac8f19a297f39
Dylan Baker
1
-0
/
+5
2018-07-26
radv: emit a dummy ZPASS_DONE to prevent GPU hangs on GFX9
Samuel Pitoiset
5
-14
/
+47
2018-07-26
meson: Move xvmc test tools from unit tests to installed tools.
Eric Anholt
3
-19
/
+15
2018-07-26
nir: fix printing of vec16 type
Karol Herbst
1
-0
/
+1
2018-07-26
virgl: Fix flush in virgl_encoder_inline_write.
Lepton Wu
1
-1
/
+1
2018-07-26
clover: Catch errors from executing event action
Jan Vesely
1
-1
/
+3
2018-07-26
clover: Report error when pipe driver fails to create compute state
Jan Vesely
1
-0
/
+4
2018-07-26
anv: fix assert in anv_CmdBindDescriptorSets()
Samuel Iglesias Gonsálvez
1
-1
/
+1
2018-07-26
radeonsi: Refuse to accept code with unhandled relocations
Jan Vesely
1
-0
/
+6
2018-07-26
radv: Disable disabled color buffers in rbplus opts.
Bas Nieuwenhuizen
1
-1
/
+8
2018-07-26
radv: Fix number of samples used for binning.
Bas Nieuwenhuizen
1
-1
/
+1
2018-07-26
radv: Select correct entries for binning.
Bas Nieuwenhuizen
1
-2
/
+2
2018-07-26
radv: winsys/amdgpu: include missing pthread.h header
Mauro Rossi
1
-0
/
+1
2018-07-26
vc4: Don't automatically reallocate a PERSISTENT-mapped buffer.
Eric Anholt
1
-1
/
+1
2018-07-26
gallium: Check pipe_screen::resource_changed before dereferencing it
Michel Dänzer
4
-4
/
+8
2018-07-26
st/mesa: call resource_changed when binding a EGLImage to a texture
Lucas Stach
1
-0
/
+1
2018-07-26
cherry-ignore: add 4a67ce886a7b3def5f66c1aedf9e5436d157a03c
Dylan Baker
1
-0
/
+5
2018-07-26
radv: make sure to wait for CP DMA when needed
Samuel Pitoiset
3
-4
/
+52
2018-07-26
anv/android: Fix Autotools build for VK_ANDROID_native_buffer
Chad Versace
1
-1
/
+4
2018-07-26
anv/android: Fix type error in call to vk_errorf()
Chad Versace
1
-1
/
+1
2018-07-26
docs: Add sha256 sums for 18.1.4 tarballs
Dylan Baker
1
-2
/
+2
2018-07-24
gallium/tests: Don't ignore S3TC errors.
Jose Fonseca
1
-5
/
+0
2018-07-13
docs: Add release notes for 18.1.4
mesa-18.1.4
Dylan Baker
1
-0
/
+150
2018-07-13
Bump version for release
Dylan Baker
1
-1
/
+1
2018-07-13
i965/fs: unspills shoudn't use grf127 as dest since Gen8+
Jose Maria Casanova Crespo
2
-5
/
+34
2018-07-10
glx: Don't allow glXMakeContextCurrent() with only one valid drawable
Adam Jackson
1
-0
/
+7
2018-07-10
intel/compiler: grf127 can not be dest when src and dest overlap in send
Jose Maria Casanova Crespo
1
-0
/
+11
2018-07-10
i965/fs: Register allocator shoudn't use grf127 for sends dest
Jose Maria Casanova Crespo
1
-0
/
+25
2018-07-10
glsl: Treat sampler2DRect and sampler2DRectShadow as reserved in ES2
zhaowei yuan
1
-2
/
+2
[next]