index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
iris: Don't leak the resource for unsupported modifier
Nanley Chery
2019-10-29
1
-1
/
+1
*
iris: Clear ::has_hiz when disabling aux
Nanley Chery
2019-10-29
1
-0
/
+1
*
intel/blorp: Disable depth testing for slow depth clears
Nanley Chery
2019-10-29
1
-5
/
+1
*
anv: Properly allocate aux-tracking space for CCS_E
Nanley Chery
2019-10-29
2
-3
/
+5
*
glsl: Initialize all fields of ir_variable in constructor
Danylo Piliaiev
2019-10-28
1
-0
/
+23
*
i965: setup sized internalformat for MESA_FORMAT_R10G10B10A2_UNORM
Tapani Pälli
2019-10-28
1
-1
/
+9
*
bin/gen_release_notes.py: Add a warning if new features are introduced in a p...
Dylan Baker
2019-10-28
1
-2
/
+5
*
bin/gen_release_notes.py: html escape all external data
Dylan Baker
2019-10-28
1
-4
/
+7
*
bin/post_release.py: Add .html to hrefs
Dylan Baker
2019-10-28
1
-2
/
+3
*
bin/post_version.py: white space fixes
Dylan Baker
2019-10-28
1
-1
/
+1
*
bin/post_version.py: Pass version as an argument
Dylan Baker
2019-10-28
1
-16
/
+10
*
bin/gen_release_notes.py: Return "None" if there are no new features
Dylan Baker
2019-10-28
1
-0
/
+2
*
bin/gen_release_notes.py: strip '#' from gitlab bugs
Dylan Baker
2019-10-28
1
-1
/
+1
*
bin/gen_release_notes.py: fix conditional of bugfix
Dylan Baker
2019-10-28
1
-1
/
+1
*
Revert "mesa/main: Fix multisample texture initialize"
Illia Iorin
2019-10-28
1
-25
/
+13
*
rbug: Fix use of alloca() without #include "c99_alloca.h"
Jon Turney
2019-10-25
1
-0
/
+2
*
winsys/svga: Limit the maximum DMA hardware buffer size
Thomas Hellstrom
2019-10-25
1
-1
/
+4
*
svga: Fix banded DMA upload unmap
Thomas Hellstrom
2019-10-25
1
-1
/
+1
*
util/u_queue: skip util_queue_finish if num_threads is 0
Marek Olšák
2019-10-25
1
-0
/
+7
*
radv: fix vkUpdateDescriptorSets with inline uniform blocks
Samuel Pitoiset
2019-10-25
1
-0
/
+8
*
radv/gfx10: fix 3D images
Samuel Pitoiset
2019-10-25
3
-17
/
+17
*
radv: do not emit rbplus if attachments are undefined
Samuel Pitoiset
2019-10-25
1
-0
/
+3
*
radv: do not create meta pipelines with 16 samples
Samuel Pitoiset
2019-10-25
2
-5
/
+5
*
anv: fix unwind of vkCreateDevice fail
Lionel Landwerlin
2019-10-25
1
-3
/
+3
*
Bump version for 19.2.2 release
mesa-19.2.2
Dylan Baker
2019-10-23
1
-1
/
+1
*
docs: Add release notes for 19.2.2
Dylan Baker
2019-10-23
1
-0
/
+147
*
radv: fix updating bound fast ds clear values with different aspects
Samuel Pitoiset
2019-10-22
1
-3
/
+13
*
radv: Fix single stage constant flush with merged shaders.
Bas Nieuwenhuizen
2019-10-22
1
-5
/
+6
*
egl/android: Remove our own reference to buffers.
Lepton Wu
2019-10-21
1
-3
/
+1
*
anv: fix memory leak on device destroy
Lionel Landwerlin
2019-10-21
1
-1
/
+11
*
anv: fix vkUpdateDescriptorSets with inline uniform blocks
Lionel Landwerlin
2019-10-21
1
-3
/
+3
*
rbug: unwrap index buffer resource
Lucas Stach
2019-10-18
1
-2
/
+7
*
rbug: fix transmitted texture sizes
Lucas Stach
2019-10-18
1
-2
/
+9
*
intel/vec4: Don't try both sources as immediates for DPH
Ian Romanick
2019-10-18
1
-1
/
+1
*
nir/search: Fix possible NULL dereference in is_fsign
Ian Romanick
2019-10-18
1
-1
/
+1
*
gallivm: Fix saturated signed psub/padd intrinsics on llvm 8
Roland Scheidegger
2019-10-17
1
-18
/
+10
*
radv: fix DCC fast clear code for intensity formats (correctly)
Samuel Pitoiset
2019-10-17
1
-12
/
+9
*
util/u_atomic: fix return type of p_atomic_{inc,dec}_return() and p_atomic_{c...
Eric Engestrom
2019-10-17
1
-4
/
+4
*
mesa: fix invalid target error handling for teximage
Pierre-Eric Pelloux-Prayer
2019-10-17
1
-7
/
+8
*
iris: finish aux import on get_param
James Xiong
2019-10-17
1
-1
/
+5
*
etnaviv: remove variable from global namespace
Lionel Landwerlin
2019-10-17
1
-1
/
+1
*
intel/common: include unistd.h for ioctl() prototype on Solaris
Alan Coopersmith
2019-10-17
1
-0
/
+1
*
meson: recognize "sunos" as the system name for Solaris
Alan Coopersmith
2019-10-17
1
-1
/
+3
*
util: Solaris has linux-style pthread_setname_np
Alan Coopersmith
2019-10-17
1
-1
/
+1
*
util: Workaround lack of flock on Solaris
Alan Coopersmith
2019-10-17
2
-1
/
+11
*
util: Make Solaris implemention of p_atomic_add work with gcc
Alan Coopersmith
2019-10-17
1
-2
/
+2
*
c99_compat.h: Don't try to use 'restrict' in C++ code
Alan Coopersmith
2019-10-17
1
-1
/
+1
*
Revert "radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+"
Samuel Pitoiset
2019-10-15
2
-12
/
+6
*
etnaviv: fix vertex buffer state emission for single stream GPUs
Lucas Stach
2019-10-15
1
-1
/
+1
*
iris: Implement the Gen < 9 tessellation quads workaround
Kenneth Graunke
2019-10-14
1
-0
/
+3
[prev]
[next]