summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vk/headers: Update to new generated gen headersKristian Høgsberg Kristensen2015-07-294-139/+95
* vk/cmd_buffer: Update a commentJason Ekstrand2015-07-291-2/+3
* vk/cmd_buffer: Use a doubly-linked list for batch and surface buffersJason Ekstrand2015-07-283-60/+98
* vk/aub: Use the data directly from the execbuf2Jason Ekstrand2015-07-281-36/+19
* vk/cmd_buffer: Pull the execbuf stuff into a substructJason Ekstrand2015-07-275-59/+68
* vk/cmd_buffer: Move the remaining entrypoints into cmd_emit.cJason Ekstrand2015-07-273-96/+82
* vk/cmd_buffer: Move the re-emission of STATE_BASE_ADDRESS to the flushing codeJason Ekstrand2015-07-272-45/+45
* vk/cmd_buffer: Factor the guts of CmdBufferEnd into two helpersJason Ekstrand2015-07-272-11/+27
* vk/cmd_buffer: Factor the guts of (Create|Reset|Destroy)CmdBuffer into helpersJason Ekstrand2015-07-272-59/+98
* vk/private.h: Re-arrange and better comment anv_cmd_bufferJason Ekstrand2015-07-271-5/+11
* vk: Actually advertise 0.138.1 at runtimeJason Ekstrand2015-07-231-1/+1
* vk/vulkan.h: Bump to the version 0.138.1 headerJason Ekstrand2015-07-231-18/+17
* vk: Add two more valgrind checksJason Ekstrand2015-07-232-0/+2
* vk/meta: Destroy shader modulesJason Ekstrand2015-07-221-0/+3
* vk/device: Finish the scratch block pool on device destructionJason Ekstrand2015-07-221-0/+1
* vk: Add a FreeDescriptorSets functionJason Ekstrand2015-07-222-0/+24
* vk/pipeline: Be more sloppy about shader entrypoint namesJason Ekstrand2015-07-221-3/+4
* vk: Prefix most filenames with anvChad Versace2015-07-1720-51/+51
* vk/image: Remove unneeded data from anv_buffer_viewChad Versace2015-07-173-17/+16
* vk: Document members of anv_surface_viewChad Versace2015-07-171-6/+6
* vk: Remove more raw castsChad Versace2015-07-175-15/+31
* vk/image: Add braces around multi-line ifsChad Versace2015-07-171-4/+6
* nir/spirv: don't declare builtin blocksConnor Abbott2015-07-163-9/+22
* nir/spirv: add support for loading UBO'sConnor Abbott2015-07-162-28/+178
* nir/types: add more nir_type_is_xxx() wrappersConnor Abbott2015-07-152-0/+14
* nir: move to two-level binding model for UBO'sConnor Abbott2015-07-153-22/+36
* vk: Remove unneeded vulkan-138.hvulkan-header-0.138.0Chad Versace2015-07-151-3047/+0
* vk: Bump vulkan.h version to 0.138Chad Versace2015-07-151-1/+1
* vk/0.138: Update VkResult valuesChad Versace2015-07-151-14/+13
* vk/0.132: Do type-safetyChad Versace2015-07-156-251/+121
* vk/cmd_buffer: Move batch buffer padding to anv_batch_bo_finish()Jason Ekstrand2015-07-151-10/+4
* vk/cmd_buffer: Rename bo_count to exec2_bo_countJason Ekstrand2015-07-154-15/+15
* vk/cmd_buffer: Add a helper for allocating dynamic stateJason Ekstrand2015-07-153-5/+16
* vk/private.h: Move cmd_buffer functions to near the cmd_buffer structJason Ekstrand2015-07-151-15/+15
* vk: Split command buffer state into its own structureJason Ekstrand2015-07-154-143/+172
* vk: Move most of the anv_Cmd related stuff to its own fileJason Ekstrand2015-07-154-1156/+1197
* vk: Pull the guts of anv_cmd_buffer into its own fileJason Ekstrand2015-07-154-677/+738
* vk/glsl: Replace raw castsChad Versace2015-07-151-1/+1
* vk/meta: Remove raw castsChad Versace2015-07-151-21/+24
* vk/x11: Remove raw castsChad Versace2015-07-151-12/+18
* vk: Delete vkDbgSetObjectTag()Chad Versace2015-07-151-17/+0
* vk/device: Remove unneeded checks for NULLJason Ekstrand2015-07-151-6/+3
* vk/device: Provide proper NULL handling in anv_device_freeJason Ekstrand2015-07-151-0/+3
* vk: Stop internally calling anv_DestroyObject()Chad Versace2015-07-151-32/+24
* vk: Fix vkDestroyObject dispatch for VkRenderPassChad Versace2015-07-151-3/+1
* vk: Fix vkCreate/DestroyRenderPassChad Versace2015-07-152-18/+48
* vk: Refactor create/destroy code for anv_descriptor_setChad Versace2015-07-152-11/+47
* vk: Replace some raw casts with safe castsChad Versace2015-07-151-2/+2
* vk: Correct anv_CreateShaderModule's prototypeChad Versace2015-07-151-1/+1
* vk: Define struct anv_image_view, anv_buffer_viewChad Versace2015-07-154-30/+47