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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vk: Remove unneeded vulkan-138.h
vulkan-header-0.138.0
Chad Versace
2015-07-15
1
-3047
/
+0
*
vk: Bump vulkan.h version to 0.138
Chad Versace
2015-07-15
1
-1
/
+1
*
vk/0.138: Update VkResult values
Chad Versace
2015-07-15
1
-14
/
+13
*
vk/0.132: Do type-safety
Chad Versace
2015-07-15
6
-251
/
+121
*
vk/cmd_buffer: Move batch buffer padding to anv_batch_bo_finish()
Jason Ekstrand
2015-07-15
1
-10
/
+4
*
vk/cmd_buffer: Rename bo_count to exec2_bo_count
Jason Ekstrand
2015-07-15
4
-15
/
+15
*
vk/cmd_buffer: Add a helper for allocating dynamic state
Jason Ekstrand
2015-07-15
3
-5
/
+16
*
vk/private.h: Move cmd_buffer functions to near the cmd_buffer struct
Jason Ekstrand
2015-07-15
1
-15
/
+15
*
vk: Split command buffer state into its own structure
Jason Ekstrand
2015-07-15
4
-143
/
+172
*
vk: Move most of the anv_Cmd related stuff to its own file
Jason Ekstrand
2015-07-15
4
-1156
/
+1197
*
vk: Pull the guts of anv_cmd_buffer into its own file
Jason Ekstrand
2015-07-15
4
-677
/
+738
*
vk/glsl: Replace raw casts
Chad Versace
2015-07-15
1
-1
/
+1
*
vk/meta: Remove raw casts
Chad Versace
2015-07-15
1
-21
/
+24
*
vk/x11: Remove raw casts
Chad Versace
2015-07-15
1
-12
/
+18
*
vk: Delete vkDbgSetObjectTag()
Chad Versace
2015-07-15
1
-17
/
+0
*
vk/device: Remove unneeded checks for NULL
Jason Ekstrand
2015-07-15
1
-6
/
+3
*
vk/device: Provide proper NULL handling in anv_device_free
Jason Ekstrand
2015-07-15
1
-0
/
+3
*
vk: Stop internally calling anv_DestroyObject()
Chad Versace
2015-07-15
1
-32
/
+24
*
vk: Fix vkDestroyObject dispatch for VkRenderPass
Chad Versace
2015-07-15
1
-3
/
+1
*
vk: Fix vkCreate/DestroyRenderPass
Chad Versace
2015-07-15
2
-18
/
+48
*
vk: Refactor create/destroy code for anv_descriptor_set
Chad Versace
2015-07-15
2
-11
/
+47
*
vk: Replace some raw casts with safe casts
Chad Versace
2015-07-15
1
-2
/
+2
*
vk: Correct anv_CreateShaderModule's prototype
Chad Versace
2015-07-15
1
-1
/
+1
*
vk: Define struct anv_image_view, anv_buffer_view
Chad Versace
2015-07-15
4
-30
/
+47
*
vk/meta: Fix declared type of a shader module
Chad Versace
2015-07-15
1
-1
/
+1
*
vk: Remove struct anv_object
Chad Versace
2015-07-15
4
-115
/
+2
*
vk/device: More documentation on surface state flushing
Jason Ekstrand
2015-07-15
1
-8
/
+34
*
vk/device: explain why a flush is necessary
Connor Abbott
2015-07-14
1
-3
/
+10
*
vk: Fix indentation of anv_dynamic_cb_state
Chad Versace
2015-07-14
1
-1
/
+1
*
vk: Add finishmes for VkDescriptorPool
Chad Versace
2015-07-14
1
-2
/
+3
*
vk: Add vulkan-138 and remove vulkan-0.132
Jason Ekstrand
2015-07-14
1
-148
/
+288
*
vk/device: Add stub support for command pools
Jason Ekstrand
2015-07-14
2
-5
/
+78
*
vk/vulkan.h: Add the stuff for cross-queue resource sharing
Jason Ekstrand
2015-07-14
1
-4
/
+23
*
vk/vulkan.h: Add a couple of size fields for specialization constants
Jason Ekstrand
2015-07-14
1
-0
/
+2
*
vk/vulkan.h: Move around buffer image granularities
Jason Ekstrand
2015-07-14
2
-1
/
+2
*
vk: Add stubs for all the sparse resource stuff
Jason Ekstrand
2015-07-14
3
-32
/
+168
*
vk/image: Add a stub for the new ImageFormatProperties function
Jason Ekstrand
2015-07-14
1
-0
/
+14
*
vk/vulkan.h: Rename FormatInfo to FormatProperties
Jason Ekstrand
2015-07-14
2
-13
/
+13
*
vk/vulkan.h: Re-order some #define's
Jason Ekstrand
2015-07-14
1
-6
/
+6
*
vk/vulkan.h: Rename a function parameter
Jason Ekstrand
2015-07-14
1
-1
/
+1
*
vk: Remove abreviations
Jason Ekstrand
2015-07-14
4
-66
/
+66
*
vk: Add the new extension/layer enumeration entrypoints
Jason Ekstrand
2015-07-14
2
-60
/
+72
*
vk/vulkan.h: Change maxAnisotropy to a float
Jason Ekstrand
2015-07-14
1
-2
/
+2
*
vk/vulkan.h: Add the VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT flag
Jason Ekstrand
2015-07-14
1
-0
/
+1
*
vk/vulkan.h: Rename a couple of function parameters
Jason Ekstrand
2015-07-14
1
-2
/
+2
*
vk: Split the memory requirements/binding functions
Jason Ekstrand
2015-07-14
3
-51
/
+71
*
vk: Make barriers more precise (rev. 133)
Jason Ekstrand
2015-07-14
2
-66
/
+61
*
vk: Split the dynamic state binding function into one per state
Jason Ekstrand
2015-07-14
3
-63
/
+72
*
vk/vulkan.h: Rename a function parameter to match 132
Jason Ekstrand
2015-07-14
1
-1
/
+1
*
vk: Implement Multipass
Jason Ekstrand
2015-07-14
6
-363
/
+602
[next]