summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vk/0.170.2: Add the flags parameter to GetPhysicalDeviceImageFormatPropertiesJason Ekstrand2015-10-062-1/+3
* vk/0.170.2: Remove the pCount parameter from AllocDescriptorSetsJason Ekstrand2015-10-063-15/+12
* vk/0.170.2: Rename extension and layer query functionsJason Ekstrand2015-10-062-12/+12
* vk/0.170.2: Update to the new queue family properties queryJason Ekstrand2015-10-052-23/+13
* vk/0.170.2: Re-arrange parameters of vkCmdDraw[Indexed]Jason Ekstrand2015-10-054-22/+22
* vk/0.170.2: Make destructors return voidJason Ekstrand2015-10-056-142/+89
* vk/0.170.2: Rename VkClearValue.ds to depthStencilJason Ekstrand2015-10-052-2/+2
* vk/0.170.2: Add the subpass field to VkCmdBufferBeginInfoJason Ekstrand2015-10-052-3/+5
* vk/0.170.2: Rename pointer parameters of VkSubpassDescriptionJason Ekstrand2015-10-053-14/+14
* vk/0.170.2: Add unnormalizedCoordinates to VkSamplerCreateInfoJason Ekstrand2015-10-053-2/+3
* vk/0.170.2: Rename VkTexAddress to VkTexAddressModeJason Ekstrand2015-10-053-28/+28
* vulkan.h: Various cosmetic changesJason Ekstrand2015-10-051-17/+14
* vk: Merge anv_*_attachment_view into anv_attachment_viewChad Versace2015-10-058-94/+67
* vk: Drop anv_attachment_view::extentChad Versace2015-10-054-10/+9
* vk: Drop anv_surface_viewChad Versace2015-10-057-83/+91
* vk: Use consistent names for anv_*_view variablesChad Versace2015-10-059-183/+200
* vk: Unionize anv_desciptorChad Versace2015-10-053-12/+39
* vk: Drop dependency on no longer extant headerChad Versace2015-10-052-3/+1
* vk: Return anv_image_view_info by valueChad Versace2015-10-054-7/+7
* vk/image: Document a Vulkan spec requirement for depthstencilChad Versace2015-10-051-3/+5
* vk: Annotate anv_cmd_state::gen7::index_typeChad Versace2015-10-051-1/+1
* vk: Better types for VkShaderStage, VkShaderStageFlags varsChad Versace2015-10-054-15/+15
* vk/0.170.2: Drop VK_BUFFER_USAGE_GENERALChad Versace2015-10-051-1/+0
* vk/0.170.2: Drop enum VkBufferViewTypeChad Versace2015-10-051-9/+0
* vk/0.170.2: Update VkImageSubresourceRangeChad Versace2015-10-056-32/+45
* vk/0.170.2: Drop VK_IMAGE_USAGE_GENERALChad Versace2015-10-051-1/+0
* vk/0.170.2: Update VkPipelineMultisampleStateCreateInfoChad Versace2015-10-041-1/+1
* vk/0.170.2: Update Vk VkPipelineDepthStencilStateCreateInfoChad Versace2015-10-043-3/+3
* vk/0.170.2: Update VkRenderPassBeginInfoChad Versace2015-10-044-8/+11
* vk/0.170.2: Drop VkBufferViewCreateInfo::viewTypeChad Versace2015-10-041-1/+0
* vk: Copy current header to vulkan-0.138.2.hChad Versace2015-10-041-0/+3054
* vk: Import header 0.170.2 header LunarG SDKChad Versace2015-10-041-0/+3034
* Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2015-10-0322-79/+283
|\
| * docs: add news item and link release notes for 10.6.9Emil Velikov2015-10-032-0/+11
| * docs: add sha256 checksums for 10.6.9Emil Velikov2015-10-031-1/+2
| * docs: add release notes for 10.6.9Emil Velikov2015-10-031-0/+129
| * egl: rework handling EGL_CONTEXT_FLAGSMatthew Waters2015-10-031-5/+44
| * i965/wm: Make compute_barycentric_interp_modes take a nir_shader and a devinfoJason Ekstrand2015-10-021-24/+15
| * i965: Use nir_foreach_variableJason Ekstrand2015-10-024-7/+7
| * nir: Add a nir_foreach_variable macroJason Ekstrand2015-10-027-18/+21
| * i965/nir: Remove the prog parameter from brw_nir_lower_inputsJason Ekstrand2015-10-021-4/+2
| * radeon/llvm: Initialize gallivm targets when initializing the AMDGPU target v2Tom Stellard2015-10-021-0/+2
| * gallivm: Allow drivers and state trackers to initialize gallivm LLVM targets v2Tom Stellard2015-10-023-8/+34
| * gallium/radeon: Use call_once() when initailizing LLVM targetsTom Stellard2015-10-021-13/+12
* | Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2015-10-0295-3934/+1397
|\|
| * i965/shader: Get rid of the shader, prog, and shader_prog fieldsJason Ekstrand2015-10-0219-99/+68
| * i965/fs,vec4: Get rid of the sanity_param_countJason Ekstrand2015-10-025-31/+0
| * i965/vec4: Use nir info instead of pulling things out of [shader_]progJason Ekstrand2015-10-023-10/+9
| * i965/fs: Use the nir info instead of pulling things out of [shader_]progJason Ekstrand2015-10-023-20/+19
| * i965/fs: Move sampler unit lookup into rescale_texcoordJason Ekstrand2015-10-023-14/+13