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
path:
root
/
src
/
amd
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: don't crash on null swapchain destroy.
Dave Airlie
2016-11-16
1
-0
/
+3
*
radv/pipeline: Don't dereference NULL dynamic state pointers
Darren Salt
2016-11-12
1
-20
/
+47
*
vulkan: import latest public vulkan headers + and fix drivers.
Dave Airlie
2016-11-11
1
-1
/
+1
*
radv: automake: list correct file in the EXTRA_DIST
Emil Velikov
2016-11-10
1
-1
/
+1
*
radv: Suffix the radeon_icd file with the host CPU
Emil Velikov
2016-11-09
3
-3
/
+9
*
radv: use correct .specVersion for extensions
Emil Velikov
2016-11-09
1
-4
/
+4
*
radv: fix GetFenceStatus for signaled fences
Dave Airlie
2016-11-09
1
-0
/
+2
*
radv: enable conditional discard optimisation on radv.
Dave Airlie
2016-11-10
1
-0
/
+1
*
radv: add support for anisotropic filtering on VI+
Fredrik Höglund
2016-11-03
1
-3
/
+27
*
radv: fix dual source blending
Dave Airlie
2016-11-03
1
-3
/
+9
*
radv: expose xlib platform extension
Dave Airlie
2016-11-02
1
-0
/
+6
*
radv: drop some unused cmask info members.
Dave Airlie
2016-11-01
2
-8
/
+0
*
radv: split the device local memory heap into two
Fredrik Höglund
2016-10-28
3
-6
/
+20
*
radv: add a write-combining host-local memory type
Fredrik Höglund
2016-10-28
1
-4
/
+13
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
10
-52
/
+52
*
radv: mark the fence as submitted and signalled in vkAcquireNextImageKHR
Fredrik Höglund
2016-10-26
3
-9
/
+18
*
radv: Replace "abi_versions" with correct "api_version".
Matt Turner
2016-10-25
2
-2
/
+2
*
radv: allow cmask transitions without fast clear
Dave Airlie
2016-10-24
1
-3
/
+0
*
radv: decompress fmask before reading using texture unit
Dave Airlie
2016-10-19
3
-6
/
+5
*
radv: fix wsi porting regression in swapchain destroy.
Dave Airlie
2016-10-19
1
-3
/
+10
*
radv: simplify fast clear shaders
Dave Airlie
2016-10-19
1
-46
/
+2
*
radv: start using defines for the user sgpr offsets
Dave Airlie
2016-10-19
1
-12
/
+12
*
radv: port to common wsi codebase
Dave Airlie
2016-10-19
7
-1860
/
+216
*
radv/anv/wsi: drop unneeded parameter
Dave Airlie
2016-10-19
4
-4
/
+1
*
radv: drop pointless struct decl.
Dave Airlie
2016-10-19
1
-2
/
+0
*
radv: move to using shared vk_alloc inlines.
Dave Airlie
2016-10-19
12
-131
/
+88
*
radv: drop local MIN/MAX macros.
Dave Airlie
2016-10-19
4
-7
/
+4
*
radv: make use of shared vector helper.
Dave Airlie
2016-10-19
3
-135
/
+8
*
radv/winsys: Fail early on overgrown cs.
Gustaw Smolarczyk
2016-10-16
1
-4
/
+14
*
radv: move AMDGPU_LIBS later in the link chain
Emil Velikov
2016-10-14
1
-1
/
+2
*
radv: correct variable name VISIBILITY_{, C}FLAGS
Emil Velikov
2016-10-14
1
-1
/
+2
*
radv: fix the wayland wsi busy bit
Dave Airlie
2016-10-14
1
-1
/
+1
*
radv: fix identity swizzle handling
Dave Airlie
2016-10-14
1
-8
/
+10
*
radv/wsi: fix app that acquire multiple images up front
Dave Airlie
2016-10-14
2
-0
/
+2
*
radv: Return correct result in EnumeratePhysicalDevices
Nicolas Koch
2016-10-13
1
-0
/
+2
*
radv: add all headers to the sources list
Emil Velikov
2016-10-12
1
-1
/
+12
*
radv: trivial case stmt style fixups
Edward O'Callaghan
2016-10-12
1
-3
/
+3
*
radv/winsys: Fix radv_amdgpu_cs_grow min_size argument. (v2)
Gustaw Smolarczyk
2016-10-12
1
-4
/
+7
*
radv: fix strict aliasing violation
Grigori Goronzy
2016-10-12
1
-2
/
+5
*
radv: fix uninitialized variables
Grigori Goronzy
2016-10-12
2
-2
/
+2
*
radv: add missing unreachable
Grigori Goronzy
2016-10-12
1
-0
/
+1
*
radv: remove the validation layer and some related bits.
Dave Airlie
2016-10-12
2
-37
/
+2
*
radv: drop entrypoint split out.
Dave Airlie
2016-10-12
3
-73
/
+2
*
radv: drop the RADV_CALL macro.
Dave Airlie
2016-10-12
7
-50
/
+42
*
radv: check driver name before calling amdgpu.
Dave Airlie
2016-10-12
1
-0
/
+16
*
radv: fix memory leak from physical device if wsi fails
Dave Airlie
2016-10-12
1
-1
/
+3
*
radv/winsys: Fix mem leak at failed do_winsys_init() call site
Edward O'Callaghan
2016-10-12
1
-2
/
+6
*
radv/winsys: Trivial style and readability fixups
Edward O'Callaghan
2016-10-12
4
-12
/
+17
*
radv: automake: move libamdgpu_addrlib.la to VULKAN_LIB_DEPS
Emil Velikov
2016-10-11
1
-1
/
+2
*
radv: automake: remove unused variables
Emil Velikov
2016-10-11
1
-6
/
+0
[next]