vk/vulkan.h: Switch BindObjectMemory to a device function and remove the index
[mesa.git] / src / vulkan /
2015-07-08 Jason Ekstrandvk/vulkan.h: Switch BindObjectMemory to a device functi...
2015-07-08 Jason Ekstrandvk/vulkan.h: Switch to the split ProcAddr functions...
2015-07-08 Jason Ekstrandvk/vulkan.h: Switch from GetImageSubresourceInfo to...
2015-07-08 Jason Ekstrandvk/vulkan.h: Switch from GetObjectInfo to GetMemoryRequ...
2015-07-08 Jason Ekstrandvk: Update memory flushing functions to 130
2015-07-08 Jason Ekstrandvk/vulkan.h: Constify the pFences parameter to ResetFences
2015-07-08 Jason Ekstrandvk: Implement the GetRenderAreaGranularity function
2015-07-08 Jason Ekstrandvk/vulkan.h: Add a PipelineLayout parameter to BindDesc...
2015-07-07 Jason Ekstrandvk/vulkan.h: Update clear color handling to 130
2015-07-07 Jason Ekstrandmeta: Use the VkClearColorValue structure for the color...
2015-07-07 Jason Ekstrandvk/vulkan.h: Remove the pass argument from EndRenderPass
2015-07-07 Jason Ekstrandvk/vulkan.h: Rename VertexInputStateInfo to VertexInput...
2015-07-07 Jason Ekstrandvk/vulkan.h: Remove programPointSize
2015-07-07 Chad Versacevk/0.130: Stub vkCmdClear*Attachment() funcs
2015-07-07 Chad Versacevk/0.130: Update name of vkCmdClearDepthStencilImage()
2015-07-07 Chad Versacevk/0.130: Stub vkCmdExecuteCommands()
2015-07-07 Chad Versacevk/0.130: Update vkCmdWaitEvents() signature
2015-07-07 Chad Versacevk: Remove unused 'v' param from stub() macro
2015-07-07 Chad Versacevk: Stub vkCmdPushConstants() from 0.130 header
2015-07-07 Chad Versacevk: Update vkCmdPipelineBarrier to 0.130 header
2015-07-07 Chad Versacevk: Add func anv_clear_mask()
2015-07-07 Jason Ekstrandvk/vulkan.h: Remove some unused fields.
2015-07-07 Jason Ekstrandvk/vulkan.h: Remove the explicit primitive restart...
2015-07-07 Jason Ekstrandvk/vulkan.h: Remove client-settable pointSize from...
2015-07-07 Jason Ekstrandvk/vulkan.h: Remove UINT8 index buffers
2015-07-07 Kristian Høgsberg... vk: Emit 3DSTATE_SAMPLE_MASK
2015-07-07 Kristian Høgsberg... vk: Pull in new generated headers
2015-07-07 Chad Versacevk/image: Validate vkCreateImageView more
2015-07-07 Chad Versacevk/image: Add more info to VkImageViewType table
2015-07-07 Chad Versacevk/image: Move validation for vkCreateImageView
2015-07-07 Jason Ekstrandvk/vulkan.h: Rename VkRect to VkRect2D
2015-07-07 Jason Ekstrandvk/vulkan.h: Rename count to arraySize in VkDescriptorS...
2015-07-07 Jason Ekstrandvk/vulkan.h: Remove VK_MEMORY_PROPERTY_PREFER_HOST_LOCA...
2015-07-07 Jason Ekstrandvk/vulkan.h: Replace DEVICE_COHERENT_BIT with DEVICE_NO...
2015-07-07 Jason Ekstrandvk: Rename CPU_READ/WRITE_BIT to HOST_READ/WRITE_BIT
2015-07-07 Jason Ekstrandvk: Remove SHAREABLE bits
2015-07-06 Jason Ekstrandvk: Rename NUM_SHADER_STAGE to SHADER_STAGE_NUM
2015-07-06 Jason Ekstrandvk: Remove multi-device stuff
2015-07-06 Jason Ekstrandvk: Remove ClearDescriptorSets
2015-07-06 Jason Ekstrandvk: Remove begin/end descriptor pool update
2015-07-06 Jason Ekstrandvk: Remove stub for CloneImageData
2015-07-06 Jason Ekstrandvk: Remove the stub support for memory priorities
2015-07-06 Jason Ekstrandvk: Remove the stub support for explicit memory references
2015-07-06 Jason Ekstrandvk: Remove atomic counters stubs
2015-07-03 Jason Ekstrandvk/meta: Add an initial implementation of ClearColorImage
2015-07-03 Jason Ekstrandvk/meta: Factor the guts out of cmd_buffer_clear
2015-07-01 Jason Ekstrandvk: Roll back to API v90
2015-07-01 Jason Ekstrandvk/x11: Allow for the client querying the size of the...
2015-06-30 Chad Versacevk/formats: Fix entry for S8_UINT
2015-06-30 Chad Versacevk/formats: Document new meaning of anv_format::cpp
2015-06-27 Chad Versacevk/depth: Add a FIXME
2015-06-27 Chad Versacevk/image: Enable 2d single-sample color miptrees
2015-06-27 Chad Versacevk/image: Define anv_surface, refactor anv_image
2015-06-27 Chad Versacevk/image: Reformat function signatures
2015-06-27 Chad Versacevk/image: Embed VkImageCreateInfo* into anv_image_creat...
2015-06-27 Chad Versacevk/image: Drop some tmp vars in anv_image_view_init()
2015-06-27 Chad Versacevk/image: Abort on stencil image views
2015-06-26 Chad Versacevk: Reindent struct anv_image
2015-06-26 Chad Versacevk: Define MIN(a, b) macro
2015-06-26 Chad Versacevk: Rename functions ALIGN_*32 -> align_*32
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-26 Chad Versacevk/formats: Remove the cpp=0 stencil hack
2015-06-26 Chad Versacevk/image: Refactor anv_image_create()
2015-06-26 Chad Versacevk/image: Group some assertions closer together
2015-06-26 Chad Versacevk/formats: #undef fmt at end of format table
2015-06-26 Chad Versacevk: Fix comment for anv_depth_stencil_view::stencil_qpitch
2015-06-26 Chad Versacevk/image: Add qpitch fields to anv_depth_stencil_view
2015-06-26 Chad Versacevk: Reindent and document struct anv_depth_stencil_view
2015-06-26 Chad Versacevk/formats: Fix incorrect depth formats
2015-06-26 Chad Versacevk/image: Rename local variable in anv_image_create()
2015-06-26 Chad Versacevk/formats: Fix table entry for R8G8B8_SNORM
2015-06-26 Chad Versacevk/formats: Rename anv_format::format -> surface_format
2015-06-26 Chad Versacevk/formats: Rename anv_format::channels -> num_channels
2015-06-26 Chad Versacevk: Reindent struct anv_format
2015-06-26 Chad Versacevk/formats: Don't abbreviate tokens in the format table
2015-06-26 Jason Ekstrandvk/compiler: Add the initial hacks to get SPIR-V up...
2015-06-25 Chad Versacevk/image: Check extent does not exceed surface type...
2015-06-25 Chad Versacevk/image: Stop hardcoding SurfaceType of VkImageView
2015-06-25 Chad Versacevk/image: Add anv_image::surf_type
2015-06-25 Chad Versacevk/image: Add tables for gen SurfaceType
2015-06-25 Chad Versacevk/util: Add anv_loge() for logging error messages
2015-06-25 Chad Versacevk: Add func anv_is_aligned()
2015-06-25 Chad Versacevk: Add anv_minify()
2015-06-25 Chad Versacevk: Define MAX(a, b) macro
2015-06-24 Kristian Høgsberg... vk/headers: Handle MBO fields
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-19 Kristian Høgsberg... vk: Implement scratch buffers to make spilling work
2015-06-19 Kristian Høgsberg... vk: Undo relocs for scratch bos
2015-06-19 Kristian Høgsberg... vk/allocator: Get rid of non-memfd path
2015-06-19 Kristian Høgsberg... vk/headers: Make General State offsets relocations
2015-06-18 Kristian Høgsberg... vk: Add missing gen7 RENDER_SURFACE_STATE struct
2015-06-13 Kristian Høgsberg... vk: Compute CS exec mask and thread width max in pipeline
2015-06-13 Kristian Høgsberg... vk: Set binding table layout for CS
2015-06-13 Kristian Høgsberg... vk: Generate CS prog_data into the pipeline instance
2015-06-12 Kristian Høgsberg... vk: Document how depth/stencil formats work in anv_imag...
2015-06-12 Kristian Høgsberg... vk: Use compute pipeline layout when binding compute...
2015-06-11 Kristian Høgsberg... vk: Implement basic compute shader support
2015-06-11 Kristian Høgsberg... vk: Emit PIPELINE_SELECT on demand
2015-06-11 Kristian Høgsberg... vk: Stop asserting we have a fragment shader
2015-06-11 Kristian Høgsberg... vk: Defer setting viewport dynamic state
next