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
/
radv_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: only enable shaderInt16 on GFX9+ and LLVM7+
Samuel Pitoiset
2018-09-21
1
-1
/
+1
*
radv: Fix driver UUID SHA1 init.
Bas Nieuwenhuizen
2018-09-20
1
-0
/
+2
*
radv: enable VK_SUBGROUP_FEATURE_ARITHMETIC_BIT
Samuel Pitoiset
2018-09-19
1
-0
/
+1
*
radv: implement VK_EXT_conservative_rasterization
Samuel Pitoiset
2018-09-18
1
-0
/
+14
*
radv: allow to force anisotropy via RADV_TEX_ANISO
Samuel Pitoiset
2018-09-18
1
-2
/
+44
*
radv: Use build ID if available for cache UUID.
Bas Nieuwenhuizen
2018-09-17
1
-8
/
+35
*
radv: enable shaderInt16 capability
Samuel Pitoiset
2018-09-17
1
-1
/
+1
*
radv: emit the initial config only once in the preambles
Samuel Pitoiset
2018-09-14
1
-0
/
+39
*
radv: Support v3 of VK_EXT_vertex_attribute_divisor.
Bas Nieuwenhuizen
2018-09-10
1
-0
/
+7
*
radv: Use a lower max offchip buffer count.
Bas Nieuwenhuizen
2018-09-03
1
-2
/
+22
*
radv: add missing support for protected memory properties
Samuel Pitoiset
2018-08-31
1
-0
/
+6
*
radv: place pointer length into cache uuid
Grazvydas Ignotas
2018-08-23
1
-1
/
+1
*
radv: add Doom workaround
Timothy Arceri
2018-08-16
1
-0
/
+3
*
radv: Add support for ETC2 textures.
Bas Nieuwenhuizen
2018-07-27
1
-1
/
+3
*
radv: enable VK_KHR_16bit_storage extension / 16bit storage features
Daniel Schürmann
2018-07-23
1
-4
/
+6
*
radv: print a big warning when RADV_TRACE_FILE is set
Samuel Pitoiset
2018-07-23
1
-0
/
+4
*
radv: Enable binning and dfsm by default on Raven.
Bas Nieuwenhuizen
2018-07-19
1
-2
/
+4
*
radv: add support for VK_EXT_conditional_rendering
Samuel Pitoiset
2018-07-18
1
-0
/
+7
*
radv: get rid of buffer object priorities
Samuel Pitoiset
2018-07-12
1
-6
/
+6
*
radv: emit a dummy ZPASS_DONE to prevent GPU hangs on GFX9
Samuel Pitoiset
2018-07-12
1
-2
/
+2
*
radv: using tls to store llvm related info and speed up compiles (v10)
Dave Airlie
2018-07-10
1
-0
/
+1
*
radv: emit PIPELINESTAT_{START,STOP} events for pipeline stats queries
Samuel Pitoiset
2018-06-26
1
-2
/
+4
*
radv: add VK_EXT_display_control to radv driver [v5]
Keith Packard
2018-06-23
1
-15
/
+55
*
radv: always check the return error when submitting a CS
Samuel Pitoiset
2018-06-22
1
-5
/
+11
*
radv: check the return values of radv_signal_fence()
Samuel Pitoiset
2018-06-22
1
-2
/
+7
*
radv: change the returned error in radv_signal_fence()
Samuel Pitoiset
2018-06-22
1
-2
/
+1
*
radv: Add KHR_display extension to radv [v5]
Keith Packard
2018-06-19
1
-0
/
+17
*
vulkan: Add KHR_display extension using DRM [v10]
Keith Packard
2018-06-19
1
-0
/
+8
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
1
-13
/
+13
*
radv: allow RADV_PERFTEST=dccmsaa on GFX9
Samuel Pitoiset
2018-06-15
1
-2
/
+2
*
radv: add RADV_DEBUG=checkir
Samuel Pitoiset
2018-06-15
1
-0
/
+1
*
radv: fix missing ZRANGE_PRECISION(1) for GFX9+
Samuel Pitoiset
2018-06-09
1
-1
/
+2
*
radv: Add startup debug option.
Bas Nieuwenhuizen
2018-05-31
1
-2
/
+27
*
radv: Add option to print errors even in optimized builds.
Bas Nieuwenhuizen
2018-05-31
1
-53
/
+60
*
radv: Make the sem_info allocate/free functions static.
Bas Nieuwenhuizen
2018-05-31
1
-7
/
+9
*
radv: Only expose subgroup shuffles on VI+.
Bas Nieuwenhuizen
2018-05-30
1
-2
/
+5
*
radv: add support for 32-bit pointers in user data SGPRs
Samuel Pitoiset
2018-05-22
1
-2
/
+4
*
radv: fix VK_EXT_descriptor_indexing
Christoph Haag
2018-05-20
1
-1
/
+1
*
radv: add radv_emit_shader_pointer() helper
Samuel Pitoiset
2018-05-17
1
-6
/
+2
*
radv: add some helpers for cleaning up radv_get_preamble_cs()
Samuel Pitoiset
2018-05-17
1
-86
/
+128
*
amd: remove support for LLVM 4.0
Marek Olšák
2018-05-17
1
-6
/
+3
*
radv: allow to print GPU info with RADV_DEBUG=info
Samuel Pitoiset
2018-05-17
1
-0
/
+4
*
radv: only pass the global BO list at submit time if enabled
Samuel Pitoiset
2018-05-17
1
-2
/
+6
*
radv: remove radv_device::llvm_supports_spill
Samuel Pitoiset
2018-05-17
1
-2
/
+0
*
radv: move handling nosisched option in a better place
Samuel Pitoiset
2018-05-10
1
-12
/
+6
*
radv: assorted typo fixes
Grazvydas Ignotas
2018-05-10
1
-3
/
+3
*
radv: UseEnumerateInstanceVersion for the default version.
Bas Nieuwenhuizen
2018-05-02
1
-1
/
+1
*
radv: Don't check the incoming apiVersion on CreateInstance.
Bas Nieuwenhuizen
2018-05-02
1
-9
/
+0
*
radv: enable out-of-order rasterization by default
Samuel Pitoiset
2018-05-02
1
-2
/
+2
*
radv: use common gs_table_depth code.
Dave Airlie
2018-04-24
1
-30
/
+2
[next]