index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "radv: Emit cache flushes before CP DMA."
Bas Nieuwenhuizen
2017-03-16
1
-3
/
+0
*
radv: do not open random render node(s)
Emil Velikov
2017-03-15
1
-12
/
+36
*
radv/winsys: use drmGetDevice2 API
Emil Velikov
2017-03-15
1
-2
/
+2
*
util/sha1: rework _mesa_sha1_{init,final}
Emil Velikov
2017-03-15
2
-15
/
+15
*
radv: Remove unused descriptor set field.
Bas Nieuwenhuizen
2017-03-15
1
-1
/
+0
*
radv: trivial tidy ups
Timothy Arceri
2017-03-15
2
-5
/
+2
*
radv: Set driver version to mesa version;
Bas Nieuwenhuizen
2017-03-15
1
-1
/
+23
*
radv: Increase api version to 1.0.42.
Bas Nieuwenhuizen
2017-03-15
1
-1
/
+1
*
radv: Flush before copying with PKT3_WRITE_DATA in CmdUpdateBuffer
Alex Smith
2017-03-14
1
-0
/
+2
*
radv: Emit cache flushes before CP DMA.
Bas Nieuwenhuizen
2017-03-14
1
-0
/
+3
*
nir: Rework conversion opcodes
Jason Ekstrand
2017-03-14
1
-3
/
+3
*
radv: Reinitialise loaderMagic when allocating a cached command buffer
Alex Smith
2017-03-13
1
-0
/
+1
*
vulkan/wsi: Generate wayland protocol headers separately from EGL
Jason Ekstrand
2017-03-13
1
-3
/
+0
*
radv/wsi: Don't include wayland headers
Emil Velikov
2017-03-13
1
-3
/
+0
*
radv: Store shaders in VRAM.
Bas Nieuwenhuizen
2017-03-13
2
-2
/
+2
*
radv: disabled scaled formats for transfers.
Dave Airlie
2017-03-13
1
-7
/
+10
*
amd: remove shebang from python scripts
Emil Velikov
2017-03-10
2
-2
/
+0
*
amd: remove execute bit from python scripts
Emil Velikov
2017-03-10
2
-0
/
+0
*
radv: Don't flush the CB before doing a fast clear eliminate.
Bas Nieuwenhuizen
2017-03-09
1
-2
/
+0
*
radv: Don't emit cache flushes on subpass switch.
Bas Nieuwenhuizen
2017-03-09
3
-6
/
+0
*
radv: Only flush for the needed stages, and before the flushes.
Bas Nieuwenhuizen
2017-03-09
1
-6
/
+1
*
radv: Don't invalidate CB/DB for images that aren't modified outside CB/DB.
Bas Nieuwenhuizen
2017-03-09
1
-9
/
+19
*
radv: Flush more caches after writes.
Bas Nieuwenhuizen
2017-03-09
1
-3
/
+9
*
radv: Don't flush for fixed-function reading.
Bas Nieuwenhuizen
2017-03-09
1
-1
/
+0
*
radv: Invalidate the correct caches for CB/DB dst barriers.
Bas Nieuwenhuizen
2017-03-09
1
-5
/
+11
*
radv: Determine cache flushes per object.
Bas Nieuwenhuizen
2017-03-09
1
-17
/
+19
*
radv/ac: fixup texture coord to have right number of channels.
Dave Airlie
2017-03-09
2
-4
/
+4
*
radv: remove duplicate initialization of alphaToOne feature
Damien Grassart
2017-03-08
1
-1
/
+0
*
radv: disable mip point pre clamping.
Dave Airlie
2017-03-08
1
-1
/
+1
*
radv: fix the size of the dynamic_buffers array
Fredrik Höglund
2017-03-07
1
-1
/
+1
*
radv: fix the dynamic buffer index in vkCmdBindDescriptorSets
Fredrik Höglund
2017-03-07
1
-1
/
+1
*
radv: Use the subresource range in HTILE initialization.
Bas Nieuwenhuizen
2017-03-07
2
-7
/
+12
*
radv: Use winsys HTILE info.
Bas Nieuwenhuizen
2017-03-07
6
-87
/
+18
*
radv/amdgpu: Let addrlib calculate the HTILE parameters.
Bas Nieuwenhuizen
2017-03-07
2
-0
/
+31
*
radv: handle z offset for 3d image <-> buffer copies.
Dave Airlie
2017-03-07
1
-0
/
+4
*
radv: move fast clear before resolve into own loop.
Dave Airlie
2017-03-07
1
-8
/
+15
*
radv: Disable HTILE for textures with multiple layers/levels.
Bas Nieuwenhuizen
2017-03-06
1
-0
/
+3
*
radv: Properly handle destroying NULL devices and instances
Dave Airlie
2017-03-07
1
-0
/
+6
*
radv: Emit pending flushes before executing a secondary command buffer
Alex Smith
2017-03-06
1
-0
/
+3
*
radv: Use the new L2 writeback flag.
Bas Nieuwenhuizen
2017-03-06
2
-6
/
+6
*
radv: Add L2 writeback.
Bas Nieuwenhuizen
2017-03-06
2
-34
/
+54
*
radv: drop Z24 support.
Dave Airlie
2017-03-05
1
-3
/
+0
*
radv: use VK_NULL_HANDLE for handles
Grazvydas Ignotas
2017-03-06
2
-5
/
+5
*
radv: check for upload alloc failure
Grazvydas Ignotas
2017-03-06
1
-3
/
+4
*
radv: don't use uninitialized value on failure
Grazvydas Ignotas
2017-03-06
1
-1
/
+1
*
radv: avoid casting warnings on 32bit
Grazvydas Ignotas
2017-03-06
2
-3
/
+5
*
radv/amdgpu: Add some debug flags.
Bas Nieuwenhuizen
2017-03-06
6
-16
/
+52
*
radv: Cache command buffers in command pool.
Bas Nieuwenhuizen
2017-03-06
2
-48
/
+84
*
radv: Merge fast clear flushes.
Bas Nieuwenhuizen
2017-03-05
1
-13
/
+35
*
radv: use enum_to_str util functions.
Emil Velikov
2017-03-04
2
-34
/
+5
[next]