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
/
intel
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/pipeline: remove unnecessary null-pointer check
Andrii Simiklit
2019-01-09
1
-4
/
+2
*
anv: drop unneeded KHR suffix
Eric Engestrom
2019-01-08
13
-54
/
+54
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-2
/
+2
*
anv: flush fast clear colors into compressed surfaces
Lionel Landwerlin
2019-01-08
1
-0
/
+49
*
anv: explictly specify format for blorp ccs/mcs op
Lionel Landwerlin
2019-01-08
3
-16
/
+30
*
anv: Sort properties and features switch statements
Jason Ekstrand
2019-01-07
1
-42
/
+42
*
spirv: Sort supported capabilities
Jason Ekstrand
2019-01-07
1
-9
/
+9
*
anv: Enable the new deref-based UBO/SSBO path
Jason Ekstrand
2019-01-08
2
-1
/
+23
*
spirv: Add support for using derefs for UBO/SSBO access
Jason Ekstrand
2019-01-08
1
-0
/
+1
*
spirv: Add explicit pointer types
Jason Ekstrand
2019-01-08
1
-0
/
+4
*
nir: Move propagation of cast derefs to a new nir_opt_deref pass
Jason Ekstrand
2019-01-08
1
-1
/
+1
*
glsl_type: Add support for explicitly laid out matrices and arrays
Jason Ekstrand
2019-01-08
1
-1
/
+1
*
anv/apply_pipeline_layout: Set the cursor in lower_res_reindex_intrinsic
Jason Ekstrand
2019-01-08
1
-0
/
+2
*
anv/android: Do not reject storage images.
Bas Nieuwenhuizen
2019-01-07
1
-8
/
+2
*
anv/meson: make sure tests link with -msse2
Erik Faye-Lund
2018-12-31
1
-0
/
+1
*
anv: don't do partial resolve on layer > 0
Lionel Landwerlin
2018-12-24
1
-0
/
+8
*
anv/android: turn on VK_ANDROID_external_memory_android_hardware_buffer
Tapani Pälli
2018-12-19
1
-0
/
+1
*
anv: ignore VkSamplerYcbcrConversion on non-yuv formats
Tapani Pälli
2018-12-19
1
-1
/
+6
*
anv: support VkSamplerYcbcrConversionInfo in vkCreateImageView
Tapani Pälli
2018-12-19
1
-1
/
+26
*
anv: add VkFormat field as part of anv_format
Tapani Pälli
2018-12-19
2
-0
/
+5
*
anv: support VkExternalFormatANDROID in vkCreateSamplerYcbcrConversion
Tapani Pälli
2018-12-19
1
-4
/
+26
*
anv/android: support creating images from external format
Tapani Pälli
2018-12-19
6
-3
/
+172
*
anv/android: add ahardwarebuffer external memory properties
Tapani Pälli
2018-12-19
1
-0
/
+41
*
anv/android: support import/export of AHardwareBuffer objects
Tapani Pälli
2018-12-19
5
-2
/
+201
*
anv: refactor, remove else block in AllocateMemory
Tapani Pälli
2018-12-19
1
-30
/
+34
*
anv: add anv_ahw_usage_from_vk_usage helper function
Tapani Pälli
2018-12-19
3
-0
/
+40
*
anv/android: add GetAndroidHardwareBufferPropertiesANDROID
Tapani Pälli
2018-12-19
1
-0
/
+119
*
anv: add from/to helpers with android and vulkan formats
Tapani Pälli
2018-12-19
1
-0
/
+50
*
anv: make anv_get_image_format_features public
Tapani Pälli
2018-12-19
2
-11
/
+16
*
anv: refactor make_surface to use data from anv_image
Tapani Pälli
2018-12-19
2
-37
/
+46
*
anv: add create_flags as part of anv_image
Tapani Pälli
2018-12-19
2
-0
/
+2
*
anv: Bump the patch version to 96
Jason Ekstrand
2018-12-18
1
-1
/
+1
*
anv,radv: Re-enable VK_EXT_pci_bus_info
Jason Ekstrand
2018-12-17
1
-1
/
+1
*
genxml: Consistently use a numeric "MOCS" field
Kenneth Graunke
2018-12-14
6
-63
/
+46
*
anv/pipeline: Set the correct binding count for compute shaders
Jason Ekstrand
2018-12-12
1
-2
/
+6
*
anv: Advertise support for MinLod on Skylake+
Jason Ekstrand
2018-12-11
2
-1
/
+2
*
anv,radv: Disable VK_EXT_pci_bus_info
Jason Ekstrand
2018-12-11
1
-1
/
+1
*
anv/query: flush render target before copying results
Lionel Landwerlin
2018-12-05
5
-0
/
+32
*
anv: add unreachable() for VK_EXT_fragment_density_map
Eric Engestrom
2018-12-04
1
-0
/
+3
*
anv: flush pipeline before query result copies
Lionel Landwerlin
2018-11-29
1
-5
/
+4
*
anv/icl: Set use full ways in L3CNTLREG
Anuj Phogat
2018-11-26
1
-0
/
+1
*
anv: correctly use vulkan 1.0 by default
Eric Engestrom
2018-11-26
1
-1
/
+1
*
anv: allow exporting an imported SYNC_FD semaphore type
Tapani Pälli
2018-11-23
1
-1
/
+2
*
anv/nir: Rework arguments to apply_pipeline_layout
Jason Ekstrand
2018-11-22
3
-4
/
+8
*
anv: Put robust buffer access in the pipeline hash
Jason Ekstrand
2018-11-22
1
-0
/
+6
*
anv: Expose VK_EXT_scalar_block_layout
Jason Ekstrand
2018-11-22
2
-0
/
+8
*
meson: Add tests to suites
Dylan Baker
2018-11-20
1
-1
/
+2
*
nir: replace nir_load_system_value calls with appropiate builder functions
Karol Herbst
2018-11-14
1
-2
/
+1
*
anv: move helper function internally
Lionel Landwerlin
2018-11-13
2
-22
/
+22
*
anv: use image aspects rather than computed ones
Lionel Landwerlin
2018-11-13
1
-1
/
+1
[next]