index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intel
/
vulkan
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-14
anv: Add the pci_id into the shader cache UUID
Jason Ekstrand
1
-5
/
+15
2017-04-14
anv/blorp: Properly handle VK_ATTACHMENT_UNUSED
Jason Ekstrand
1
-5
/
+22
2017-04-14
anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSED
Jason Ekstrand
1
-2
/
+14
2017-04-14
anv/cmd_buffer: Always set up a null surface state
Jason Ekstrand
1
-31
/
+19
2017-04-14
anv/cmd_buffer: Flush the VF cache at the top of all primaries
Jason Ekstrand
1
-0
/
+12
2017-04-14
anv/blorp: Flush the texture cache in UpdateBuffer
Jason Ekstrand
1
-0
/
+7
2017-04-14
anv: Limit VkDeviceMemory objects to 2GB
Jason Ekstrand
1
-0
/
+20
2017-04-12
anv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_KHR defined
Matt Turner
1
-0
/
+2
2017-04-11
anv: remove needless VALGRIND_MAKE_MEM_DEFINED
Juan A. Suarez Romero
1
-1
/
+0
2017-04-10
anv: Use ISL for emitting depth/stencil/hiz
Jason Ekstrand
1
-179
/
+39
2017-04-07
anv: Use subpass dependencies for flushes
Jason Ekstrand
2
-80
/
+18
2017-04-07
anv/pass: Record required pipe flushes
Jason Ekstrand
2
-0
/
+90
2017-04-07
anv/pass: Use anv_multialloc for allocating the anv_pass
Jason Ekstrand
2
-63
/
+44
2017-04-07
anv/descriptor_set: Use anv_multialloc for descriptor set layouts
Jason Ekstrand
1
-11
/
+10
2017-04-07
anv: Add a helper for doing mass allocations
Jason Ekstrand
1
-0
/
+96
2017-04-07
anv: Add helpers for converting access flags to pipe bits
Jason Ekstrand
2
-45
/
+62
2017-04-07
anv/query: Use snooping on !LLC platforms
Jason Ekstrand
1
-13
/
+11
2017-04-07
anv: provide anv_gem_busy() stub for the tests
Emil Velikov
1
-0
/
+6
2017-04-07
anv/blorp: sample input attachments with resolves on BDW
Samuel Iglesias Gonsálvez
1
-0
/
+11
2017-04-05
anv/query: Busy-wait for available query entries
Jason Ekstrand
1
-6
/
+56
2017-04-05
anv/device: Add a helper for querying whether a BO is busy
Jason Ekstrand
3
-6
/
+47
2017-04-05
anv: provide required gem stubs for the tests
Emil Velikov
1
-0
/
+19
2017-04-04
anv: Advertise larger heap sizes
Jason Ekstrand
3
-14
/
+75
2017-04-04
anv: Add support for 48-bit addresses
Jason Ekstrand
5
-0
/
+54
2017-04-04
anv: Replace anv_bo::is_winsys_bo with a uint32_t flags
Jason Ekstrand
3
-9
/
+11
2017-04-04
anv/blorp: Align vertex buffers to 64B
Jason Ekstrand
1
-1
/
+14
2017-04-04
anv: Query the kernel for reset status
Jason Ekstrand
4
-40
/
+107
2017-04-04
anv: Check for device loss at the end of WaitForFences
Jason Ekstrand
1
-5
/
+14
2017-04-04
anv/pipeline: Properly handle unset gl_Layer and gl_ViewportIndex
Jason Ekstrand
1
-3
/
+24
2017-04-03
anv: Implement VK_KHR_incremental_present
Jason Ekstrand
3
-2
/
+15
2017-04-03
vulkan/wsi: Plumb present regions through the common code
Jason Ekstrand
1
-1
/
+2
2017-03-31
anv: change BLOCK_POOL_MEMFD_SIZE to 1GB
Tapani Pälli
1
-2
/
+2
2017-03-29
anv/cmd_buffer: fix host memory leak
Craig Stout
1
-1
/
+9
2017-03-29
anv/batch_chain: Handle another OOM in cmd_buffer_execbuf
Jason Ekstrand
1
-2
/
+4
2017-03-28
anv/cmd_buffer: Refactor flush_pipeline_select_*
Jason Ekstrand
1
-26
/
+16
2017-03-28
anv: Flush caches prior to PIPELINE_SELECT on all gens
Jason Ekstrand
1
-2
/
+1
2017-03-28
anv/cmd_buffer: Fix bad indentation
Jason Ekstrand
1
-24
/
+25
2017-03-28
anv/cmd_buffer: Apply flush operations prior to executing secondaries
Jason Ekstrand
1
-0
/
+5
2017-03-28
anv/blorp: Use anv_get_layerCount everywhere
Jason Ekstrand
1
-8
/
+12
2017-03-28
anv: Make anv_get_layerCount a macro
Jason Ekstrand
1
-7
/
+7
2017-03-28
intel: Fix requests for exact surface row pitch (v2)
Chad Versace
2
-15
/
+16
2017-03-27
anv/blorp: Fix a crash in CmdClearColorImage
Xu Randy
1
-2
/
+2
2017-03-27
anv: enable sampling from fast-cleared images on SKL
Samuel Iglesias Gonsálvez
1
-2
/
+2
2017-03-24
anv/query: handle out of host memory without crashing in compute_query_result()
Iago Toral Quiroga
1
-0
/
+5
2017-03-24
anv/pipeline: make FragCoord include sample positions when sample shading
Iago Toral Quiroga
2
-8
/
+19
2017-03-24
nir/lower_wpos_center: support adding sample position to fragment coordinate
Iago Toral Quiroga
1
-1
/
+1
2017-03-24
anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lost
Iago Toral Quiroga
2
-1
/
+24
2017-03-24
anv/device: keep track of 'device lost' state
Iago Toral Quiroga
2
-0
/
+6
2017-03-24
anv/device: return VK_ERROR_DEVICE_LOST for errors during queue submissions
Iago Toral Quiroga
1
-0
/
+25
2017-03-22
anv: Remove dead prototype from entrypoints
Dylan Baker
1
-1
/
+0
[next]