index
:
~jwrdegoede/mesa
clover-tgsi-wip
master
Hans' mesa repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-20
radv: fix logic for when to flush on multiple CS emission
Dave Airlie
1
-8
/
+8
2017-03-17
radv: always create an fallback pipeline cache
Timothy Arceri
1
-0
/
+17
2017-03-15
radv: do not open random render node(s)
Emil Velikov
1
-12
/
+36
2017-03-15
radv: Set driver version to mesa version;
Bas Nieuwenhuizen
1
-1
/
+23
2017-03-15
radv: Increase api version to 1.0.42.
Bas Nieuwenhuizen
1
-1
/
+1
2017-03-08
radv: remove duplicate initialization of alphaToOne feature
Damien Grassart
1
-1
/
+0
2017-03-08
radv: disable mip point pre clamping.
Dave Airlie
1
-1
/
+1
2017-03-07
radv: Use winsys HTILE info.
Bas Nieuwenhuizen
1
-2
/
+2
2017-03-07
radv: Properly handle destroying NULL devices and instances
Dave Airlie
1
-0
/
+6
2017-03-06
radv: avoid casting warnings on 32bit
Grazvydas Ignotas
1
-3
/
+2
2017-03-06
radv/amdgpu: Add some debug flags.
Bas Nieuwenhuizen
1
-1
/
+3
2017-02-27
radv: add support for NV_dedicated_allocation
Dave Airlie
1
-1
/
+39
2017-02-22
util/radv: move *_get_function_timestamp() to utils
Timothy Arceri
1
-19
/
+3
2017-02-21
radv: remove unused radv_dispatch_table dtable
Emil Velikov
1
-1
/
+0
2017-02-21
radv: Flush in the initial preamble CS.
Bas Nieuwenhuizen
1
-88
/
+136
2017-02-21
radv: Special case the initial preamble.
Bas Nieuwenhuizen
1
-3
/
+3
2017-02-21
radv: Free empty_cs on device destruction.
Bas Nieuwenhuizen
1
-0
/
+2
2017-02-20
vulkan/wsi/x11: add support to detect if we can support rendering (v3)
Dave Airlie
1
-1
/
+4
2017-02-20
Revert "radv: detect command buffers that do no work and drop them (v2)"
Dave Airlie
1
-20
/
+7
2017-02-19
radv: Clamp framebuffer dimensions to min. attachment dimensions.
Bas Nieuwenhuizen
1
-6
/
+13
2017-02-15
radv: Add support for shaderStorageImageReadWithoutFormat.
Bas Nieuwenhuizen
1
-1
/
+1
2017-02-15
radv: Add support for shaderStorageImageWriteWithoutFormat.
Bas Nieuwenhuizen
1
-1
/
+1
2017-02-15
radv: re-enable init gfx state on CIK.
Dave Airlie
1
-2
/
+1
2017-02-15
radv: change base aligmment for allocated memory.
Dave Airlie
1
-1
/
+1
2017-02-14
radv: disable gfx init on CIK for now
Dave Airlie
1
-1
/
+2
2017-02-13
radv: use indirect buffer for initial gfx state.
Dave Airlie
1
-0
/
+9
2017-02-13
radv: detect command buffers that do no work and drop them (v2)
Dave Airlie
1
-7
/
+20
2017-02-13
radv: Fix radv_GetPhysicalDeviceQueueFamilyProperties2KHR.
Bas Nieuwenhuizen
1
-9
/
+36
2017-02-09
radv: handle queue submission with no cs but semaphores
Dave Airlie
1
-2
/
+20
2017-02-07
radv: Enable fast clears by default.
Bas Nieuwenhuizen
1
-2
/
+2
2017-02-01
radv: Enable VK_KHR_shader_draw_parameters.
Bas Nieuwenhuizen
1
-0
/
+4
2017-02-01
radv: Enable Float64 support.
Bas Nieuwenhuizen
1
-1
/
+1
2017-01-31
radv/geom: check if esgs and gsvs ring exists before filling geom rings
Dave Airlie
1
-3
/
+6
2017-01-31
radv: enable geometryShader and multiViewport capabilities.
Dave Airlie
1
-2
/
+2
2017-01-31
radv: emit geometry ring size and pointers via preamble (v2)
Dave Airlie
1
-11
/
+191
2017-01-31
radv: add code to set gs_table_depth.
Dave Airlie
1
-0
/
+32
2017-01-30
radv: Expose VK_KHR_maintenance1
Andres Rodriguez
1
-0
/
+4
2017-01-30
radv: Handle command buffers that need scratch memory.
Bas Nieuwenhuizen
1
-1
/
+185
2017-01-30
radv: Track scratch usage across pipelines & command buffers.
Bas Nieuwenhuizen
1
-0
/
+22
2017-01-30
radv/amdgpu: Support a preamble CS.
Bas Nieuwenhuizen
1
-2
/
+4
2017-01-28
radv: drop support for VK_AMD_NEGATIVE_VIEWPORT_HEIGHT
Andres Rodriguez
1
-4
/
+0
2017-01-28
radv: implement VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2
Dave Airlie
1
-1
/
+37
2017-01-28
radv: use proper maximum slice for layered view
Dave Airlie
1
-2
/
+4
2017-01-23
radv: don't resubmit the same cs over and over while tracing
Grazvydas Ignotas
1
-2
/
+1
2017-01-16
radv: Support multiple devices.
Bas Nieuwenhuizen
1
-43
/
+17
2017-01-16
radv: Get physical device from radv_device instead of the instance.
Bas Nieuwenhuizen
1
-7
/
+8
2017-01-14
radv: make device extension setup dynamic
Andres Rodriguez
1
-65
/
+124
2017-01-14
radv: rename global extension properties structs
Andres Rodriguez
1
-14
/
+14
2017-01-14
radv: use a winsys context per-queue, instead of per device v2
Andres Rodriguez
1
-19
/
+20
2017-01-13
radv: Support loader interface version 3.
Bas Nieuwenhuizen
1
-0
/
+45
[next]