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/headers: Update to new generated gen headers
Kristian Høgsberg Kristensen
2015-07-29
4
-139
/
+95
*
vk/cmd_buffer: Update a comment
Jason Ekstrand
2015-07-29
1
-2
/
+3
*
vk/cmd_buffer: Use a doubly-linked list for batch and surface buffers
Jason Ekstrand
2015-07-28
3
-60
/
+98
*
vk/aub: Use the data directly from the execbuf2
Jason Ekstrand
2015-07-28
1
-36
/
+19
*
vk/cmd_buffer: Pull the execbuf stuff into a substruct
Jason Ekstrand
2015-07-27
5
-59
/
+68
*
vk/cmd_buffer: Move the remaining entrypoints into cmd_emit.c
Jason Ekstrand
2015-07-27
3
-96
/
+82
*
vk/cmd_buffer: Move the re-emission of STATE_BASE_ADDRESS to the flushing code
Jason Ekstrand
2015-07-27
2
-45
/
+45
*
vk/cmd_buffer: Factor the guts of CmdBufferEnd into two helpers
Jason Ekstrand
2015-07-27
2
-11
/
+27
*
vk/cmd_buffer: Factor the guts of (Create|Reset|Destroy)CmdBuffer into helpers
Jason Ekstrand
2015-07-27
2
-59
/
+98
*
vk/private.h: Re-arrange and better comment anv_cmd_buffer
Jason Ekstrand
2015-07-27
1
-5
/
+11
*
vk: Actually advertise 0.138.1 at runtime
Jason Ekstrand
2015-07-23
1
-1
/
+1
*
vk/vulkan.h: Bump to the version 0.138.1 header
Jason Ekstrand
2015-07-23
1
-18
/
+17
*
vk: Add two more valgrind checks
Jason Ekstrand
2015-07-23
2
-0
/
+2
*
vk/meta: Destroy shader modules
Jason Ekstrand
2015-07-22
1
-0
/
+3
*
vk/device: Finish the scratch block pool on device destruction
Jason Ekstrand
2015-07-22
1
-0
/
+1
*
vk: Add a FreeDescriptorSets function
Jason Ekstrand
2015-07-22
2
-0
/
+24
*
vk/pipeline: Be more sloppy about shader entrypoint names
Jason Ekstrand
2015-07-22
1
-3
/
+4
*
vk: Prefix most filenames with anv
Chad Versace
2015-07-17
20
-51
/
+51
*
vk/image: Remove unneeded data from anv_buffer_view
Chad Versace
2015-07-17
3
-17
/
+16
*
vk: Document members of anv_surface_view
Chad Versace
2015-07-17
1
-6
/
+6
*
vk: Remove more raw casts
Chad Versace
2015-07-17
5
-15
/
+31
*
vk/image: Add braces around multi-line ifs
Chad Versace
2015-07-17
1
-4
/
+6
*
nir/spirv: don't declare builtin blocks
Connor Abbott
2015-07-16
3
-9
/
+22
*
nir/spirv: add support for loading UBO's
Connor Abbott
2015-07-16
2
-28
/
+178
*
nir/types: add more nir_type_is_xxx() wrappers
Connor Abbott
2015-07-15
2
-0
/
+14
*
nir: move to two-level binding model for UBO's
Connor Abbott
2015-07-15
3
-22
/
+36
*
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
[next]