vk/pipeline.c: Use the casting functions
[mesa.git] / src /
2015-07-10 Jason Ekstrandvk/pipeline.c: Use the casting functions
2015-07-10 Jason Ekstrandvk/formats.c: Use the casting functions
2015-07-10 Jason Ekstrandvk/image.c: Use the casting functions
2015-07-10 Jason Ekstrandvk/device.c: One more use of a casting function
2015-07-10 Jason Ekstrandvk/meta.c: Use the casting functions
2015-07-10 Jason Ekstrandvk: Fix the build
2015-07-10 Jason Ekstranddevice.c: Use the cast helpers a bunch of places
2015-07-10 Jason Ekstranddevice.c: Use the cast helpers
2015-07-10 Jason Ekstrandvk/private.h: Add a bunch of static inline casting...
2015-07-10 Jason Ekstrandvk/device.c: Fix whitespace issues
2015-07-10 Jason Ekstrandvk/device.c: Use ANV_FROM_HANDLE a bunch of places
2015-07-09 Jason Ekstrandvk: Remove the old GetPhysicalDeviceInfo call
2015-07-09 Jason Ekstrandvk: Add the new PhysicalDeviceQueue queries
2015-07-09 Jason Ekstrandvk: Support GetPhysicalDeviceProperties
2015-07-09 Jason Ekstrandvk: Add support for GetPhysicalDeviceLimits
2015-07-09 Jason Ekstrandvk: Add GetPhysicalDeviceFeatures
2015-07-09 Chad Versacevk/device: Fix vkEnumeratePhysicalDevices()
2015-07-09 Chad Versacevk/device: Move device enumeration to vkEnumeratePhysic...
2015-07-09 Chad Versacevk/device: Be consistent about path to DRM device
2015-07-09 Connor Abbottvk/compiler: create an empty parameters list
2015-07-09 Connor Abbottnir/spirv: fix wrong writemask for ALU operations
2015-07-09 Connor Abbottnir/spirv: fix memory context for builtin variable
2015-07-09 Connor Abbottnir/spirv: zero out value array
2015-07-09 Connor Abbottvk/compiler: create the right kind of program struct
2015-07-09 Connor Abbottvk/compiler: mark inputs/outputs as read/written
2015-07-09 Jason Ekstrandvk: Move to the new pipeline creation API's
2015-07-08 Chad Versacevk/0.130: Remove VkImageViewCreateInfo::minLod
2015-07-08 Jason Ekstrandvk/vulkan.h: Update to the new UpdateDescriptorSets api
2015-07-08 Jason Ekstrandvk: Add a macro for creating anv variables from vulkan...
2015-07-08 Chad Versacevk/0.130: Update vkCmdBlitImage signature
2015-07-08 Jason Ekstrandvk/vulkan.h: Add packing parameters to BufferImageCopy
2015-07-08 Chad Versacevk/0.130: Remove msaa members of VkDepthStencilViewCrea...
2015-07-08 Jason Ekstrandvk/vulkan.h: Move over to the new border color enums
2015-07-08 Jason Ekstrandvk/vulkan.h: Add RenderPassBeginContents
2015-07-08 Jason Ekstrandvk/vulkan.h: Add command buffer levels
2015-07-08 Jason Ekstrandvk/vulkan.h: Update extension handling to rev 130
2015-07-08 Jason Ekstrandvk/vulkan.h: Move format quering to the physical device
2015-07-08 Jason Ekstrandvk/vulkan.h: Remove the MemoryRange stubs and add spars...
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 Connor Abbottnir/spirv: fix some bugs
2015-07-06 Connor Abbottnir/spirv: add support for builtins inside structures
2015-07-06 Connor Abbottnir/spirv: fix a bug with structure creation
2015-07-06 Connor Abbottnir/spirv: fix a bad assertion in the decoration handling
2015-07-06 Connor Abbottnir/spirv: pull out logic for getting builtin locations
2015-07-06 Connor Abbottnir/spirv: plumb through the type of dereferences
2015-07-06 Connor Abbottnir/spirv: handle structure member builtin decorations
2015-07-06 Connor Abbottnir/spirv: add a vtn_type struct
2015-07-06 Connor Abbottnir/spirv: move 'type' into the union
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 Ekstrandnir/spirv: Add initial structure member decoration...
2015-07-01 Jason Ekstrandnir/spirv: Make vtn_handle_type match the other handler...
2015-07-01 Jason Ekstrandnir/spirv: Add basic support for Op[Group]MemberDecorate
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
next