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
/
intel
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Remove base_vertex/instance from push_constants
Jason Ekstrand
2017-10-03
1
-7
/
+0
*
meson: add window system deps to intel vulkan common
Dylan Baker
2017-10-03
1
-1
/
+1
*
anv: Remove unreachable cases from isl_format_for_size()
Józef Kucia
2017-10-03
1
-2
/
+0
*
anv: Fix vkCmdFillBuffer()
Józef Kucia
2017-10-03
1
-2
/
+2
*
meson: remove duplicate libisl dependency in anv
Dylan Baker
2017-09-28
1
-1
/
+1
*
anv: add an assertion in genX(BeginCommandBuffer)
Gwan-gyeong Mun
2017-09-28
1
-0
/
+1
*
meson: Add build Intel "anv" vulkan driver
Dylan Baker
2017-09-27
1
-0
/
+182
*
anv: Fix some comment typos.
Eric Anholt
2017-09-26
1
-3
/
+3
*
anv: fix viewport transformation for z component
Samuel Iglesias Gonsálvez
2017-09-25
1
-2
/
+2
*
anv: Advertise VK_KHR_maintenance2
Jason Ekstrand
2017-09-20
1
-0
/
+1
*
anv/image: Use RENDER_SURFACE_STATE::X/Y Offset on SKL+
Jason Ekstrand
2017-09-20
1
-7
/
+16
*
anv/image: Support creating uncompressed views of compressed images
Jason Ekstrand
2017-09-20
4
-5
/
+187
*
anv: Add a new anv_surface_state struct
Jason Ekstrand
2017-09-20
4
-109
/
+110
*
anv/image: Break surface state fill logic into a helper
Jason Ekstrand
2017-09-20
3
-112
/
+151
*
anv/image: Add support for the VkImageViewUsageCreateInfoKHR struct
Jason Ekstrand
2017-09-20
1
-8
/
+14
*
anv: Advertise point clipping properties
Samuel Iglesias Gonsálvez
2017-09-20
1
-0
/
+8
*
anv: Add support for tessellation domain origin control
Jason Ekstrand
2017-09-20
1
-10
/
+21
*
spirv: Flip the tessellation winding order
Jason Ekstrand
2017-09-20
1
-1
/
+12
*
anv/image: Add support for the new depth/stencil layouts
Jason Ekstrand
2017-09-20
1
-0
/
+2
*
anv/entrypoints_gen: Dedent the C code
Jason Ekstrand
2017-09-20
1
-196
/
+195
*
anv: Fix descriptors copying
Józef Kucia
2017-09-20
1
-1
/
+1
*
anv: Advertise support VK_FORMAT_R8_SRGB
Jason Ekstrand
2017-09-19
1
-1
/
+2
*
anv/android: Disable surface and swapchain extensions (v2)
Chad Versace
2017-09-18
1
-3
/
+20
*
anv: Feed vk_android_native_buffer.xml to generators (v2)
Chad Versace
2017-09-18
1
-1
/
+11
*
anv: Teach generator scripts how to parse mutliple XML files
Chad Versace
2017-09-18
2
-10
/
+23
*
anv: Implement VK_KHR_image_format_list
Jason Ekstrand
2017-09-18
2
-2
/
+36
*
anv: Implement VK_KHR_bind_memory2
Jason Ekstrand
2017-09-18
3
-17
/
+68
*
util: Query build-id by symbol address, not library name
Chad Versace
2017-09-13
1
-1
/
+2
*
anv: fix build issues on release build
Tapani Pälli
2017-09-12
1
-1
/
+1
*
anv: remove extra 'debug:' from anv_debug_ignored_stype
Tapani Pälli
2017-09-12
1
-1
/
+1
*
anv: move brw_process_intel_debug_variable to happen early
Tapani Pälli
2017-09-12
1
-2
/
+2
*
anv: wire up vk_errorf macro to do debug reporting
Tapani Pälli
2017-09-12
9
-33
/
+74
*
anv: wire up anv_perf_warn macro to do debug reporting
Tapani Pälli
2017-09-12
5
-16
/
+141
*
anv: implementation of VK_EXT_debug_report extension
Tapani Pälli
2017-09-12
4
-0
/
+179
*
anv: Annotate entrypoint table with index and func name
Chad Versace
2017-09-06
1
-2
/
+2
*
anv: fix off by one in array check
Eric Engestrom
2017-09-04
1
-1
/
+1
*
anv/formats: Nicely handle unknown VkFormat enums
Jason Ekstrand
2017-08-31
1
-5
/
+14
*
anv: fix build errors on android
Tapani Pälli
2017-08-31
1
-2
/
+3
*
blorp: Turn anv_CmdCopyBuffer into a blorp_buffer_copy() helper.
Kenneth Graunke
2017-08-30
1
-99
/
+18
*
anv: use device->info instead of brw->is_*
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
anv: set right datatypes in anv_pipeline_binding
Juan A. Suarez Romero
2017-08-30
3
-4
/
+4
*
anv: Mark functions used conditionally as UNUSED
Matt Turner
2017-08-29
4
-6
/
+6
*
anv: Explicitly cast between different enums
Matt Turner
2017-08-29
2
-4
/
+4
*
anv: Remove 'inline' keywords
Matt Turner
2017-08-29
8
-19
/
+19
*
anv: Use GNU C empty brace initializer
Matt Turner
2017-08-29
2
-11
/
+11
*
anv: Add support for the SYNC_FD handle type for fences
Jason Ekstrand
2017-08-28
4
-11
/
+87
*
anv: Implement VK_KHR_external_fence
Jason Ekstrand
2017-08-28
3
-5
/
+161
*
anv: Use DRM sync objects to back fences whenever possible
Jason Ekstrand
2017-08-28
4
-9
/
+139
*
anv/gem: Add support for syncobj wait and reset
Jason Ekstrand
2017-08-28
3
-0
/
+87
*
anv/gem: Add a flags parameter to syncobj_create
Jason Ekstrand
2017-08-28
4
-5
/
+5
[next]