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
/
radv_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Implement pipeline statistics queries.
Bas Nieuwenhuizen
2017-04-11
1
-1
/
+1
*
radv: implement VK_KHR_descriptor_update_template
Fredrik Höglund
2017-04-07
1
-0
/
+4
*
radv: implement VK_KHR_push_descriptor
Fredrik Höglund
2017-04-07
1
-1
/
+18
*
radv: Increase descriptor limits.
Bas Nieuwenhuizen
2017-04-04
1
-14
/
+14
*
radv: Enable VK_KHR_incremental_present.
Bas Nieuwenhuizen
2017-04-03
1
-0
/
+4
*
radv: overhaul fragment shader sample positions.
Dave Airlie
2017-04-04
1
-6
/
+34
*
radv: enable tessellation shaders.
Dave Airlie
2017-04-01
1
-9
/
+9
*
radv: add tessellation ring allocation support. (v2)
Dave Airlie
2017-04-01
1
-13
/
+193
*
radv: add support for some device specific tess information.
Dave Airlie
2017-04-01
1
-0
/
+6
*
radv: Enable sparseBinding feature.
Bas Nieuwenhuizen
2017-03-29
1
-4
/
+8
*
radv: Implement sparse memory binding.
Bas Nieuwenhuizen
2017-03-29
1
-4
/
+80
*
radv: Implement sparse buffer creation.
Bas Nieuwenhuizen
2017-03-29
1
-2
/
+20
*
radv: move KHR_get_physical_device_properties2 to instance props.
Dave Airlie
2017-03-21
1
-4
/
+4
*
radv: drop illegal DB format error.
Dave Airlie
2017-03-21
1
-3
/
+0
*
radv: fix logic for when to flush on multiple CS emission
Dave Airlie
2017-03-20
1
-8
/
+8
*
radv: always create an fallback pipeline cache
Timothy Arceri
2017-03-17
1
-0
/
+17
*
radv: do not open random render node(s)
Emil Velikov
2017-03-15
1
-12
/
+36
*
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: 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: Use winsys HTILE info.
Bas Nieuwenhuizen
2017-03-07
1
-2
/
+2
*
radv: Properly handle destroying NULL devices and instances
Dave Airlie
2017-03-07
1
-0
/
+6
*
radv: avoid casting warnings on 32bit
Grazvydas Ignotas
2017-03-06
1
-3
/
+2
*
radv/amdgpu: Add some debug flags.
Bas Nieuwenhuizen
2017-03-06
1
-1
/
+3
*
radv: add support for NV_dedicated_allocation
Dave Airlie
2017-02-27
1
-1
/
+39
*
util/radv: move *_get_function_timestamp() to utils
Timothy Arceri
2017-02-22
1
-19
/
+3
*
radv: remove unused radv_dispatch_table dtable
Emil Velikov
2017-02-21
1
-1
/
+0
*
radv: Flush in the initial preamble CS.
Bas Nieuwenhuizen
2017-02-21
1
-88
/
+136
*
radv: Special case the initial preamble.
Bas Nieuwenhuizen
2017-02-21
1
-3
/
+3
*
radv: Free empty_cs on device destruction.
Bas Nieuwenhuizen
2017-02-21
1
-0
/
+2
*
vulkan/wsi/x11: add support to detect if we can support rendering (v3)
Dave Airlie
2017-02-20
1
-1
/
+4
*
Revert "radv: detect command buffers that do no work and drop them (v2)"
Dave Airlie
2017-02-20
1
-20
/
+7
*
radv: Clamp framebuffer dimensions to min. attachment dimensions.
Bas Nieuwenhuizen
2017-02-19
1
-6
/
+13
*
radv: Add support for shaderStorageImageReadWithoutFormat.
Bas Nieuwenhuizen
2017-02-15
1
-1
/
+1
*
radv: Add support for shaderStorageImageWriteWithoutFormat.
Bas Nieuwenhuizen
2017-02-15
1
-1
/
+1
*
radv: re-enable init gfx state on CIK.
Dave Airlie
2017-02-15
1
-2
/
+1
*
radv: change base aligmment for allocated memory.
Dave Airlie
2017-02-15
1
-1
/
+1
*
radv: disable gfx init on CIK for now
Dave Airlie
2017-02-14
1
-1
/
+2
*
radv: use indirect buffer for initial gfx state.
Dave Airlie
2017-02-13
1
-0
/
+9
*
radv: detect command buffers that do no work and drop them (v2)
Dave Airlie
2017-02-13
1
-7
/
+20
*
radv: Fix radv_GetPhysicalDeviceQueueFamilyProperties2KHR.
Bas Nieuwenhuizen
2017-02-13
1
-9
/
+36
*
radv: handle queue submission with no cs but semaphores
Dave Airlie
2017-02-09
1
-2
/
+20
*
radv: Enable fast clears by default.
Bas Nieuwenhuizen
2017-02-07
1
-2
/
+2
*
radv: Enable VK_KHR_shader_draw_parameters.
Bas Nieuwenhuizen
2017-02-01
1
-0
/
+4
*
radv: Enable Float64 support.
Bas Nieuwenhuizen
2017-02-01
1
-1
/
+1
*
radv/geom: check if esgs and gsvs ring exists before filling geom rings
Dave Airlie
2017-01-31
1
-3
/
+6
*
radv: enable geometryShader and multiViewport capabilities.
Dave Airlie
2017-01-31
1
-2
/
+2
*
radv: emit geometry ring size and pointers via preamble (v2)
Dave Airlie
2017-01-31
1
-11
/
+191
*
radv: add code to set gs_table_depth.
Dave Airlie
2017-01-31
1
-0
/
+32
[next]