Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'mesa-public/master' into vulkan | Jason Ekstrand | 2015-12-27 | 1 | -2/+43 |
|\ | | | | | | | This pulls in tessellation and the store_var changes that go with it. | ||||
| * | osmesa: add new OSMesaCreateContextAttribs function | Brian Paul | 2015-12-16 | 1 | -2/+43 |
| | | | | | | | | | | | | | | This allows specifying a GL profile and version so one can get a core- profile context. Reviewed-by: Jose Fonseca <[email protected]> | ||||
* | | Merge remote-tracking branch 'mesa-public/master' into vulkan | Jason Ekstrand | 2015-12-10 | 2 | -12/+934 |
|\| | | | | | | | | | This pulls in nir_intrinsic_load/store changes and the switch of all uniforms in i965 to bytes. This accounts for the Vulkan changes. | ||||
| * | Remove Sun CC specific code. | Jose Fonseca | 2015-12-02 | 1 | -6/+0 |
| | | | | | | | | | | Reviewed-by: Matt Turner <[email protected]> Acked-by: Alan Coopersmith <[email protected]> | ||||
| * | gles2: Update gl2ext.h to revision: 32120 | Marta Lofstedt | 2015-11-30 | 1 | -6/+934 |
| | | | | | | | | | | | | | | | | | | This is needed to be able to implement the accepted OES extensions. Cc: "11.0 11.1" <[email protected]> Signed-off-by: Marta Lofstedt <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]> | ||||
* | | vulkan: Pull in the 0.210.1 vk_platform header | Jason Ekstrand | 2015-12-09 | 1 | -13/+25 |
| | | | | | | | | Somehow this got missed in the API update. | ||||
* | | vk: Add new WSI support and bump the API to 0.210.1 | Jason Ekstrand | 2015-12-03 | 3 | -364/+497 |
| | | |||||
* | | vk/0.210.0: Advertise version 0.210.0 | Jason Ekstrand | 2015-12-03 | 3 | -6123/+1 |
| | | |||||
* | | vk/0.210.0: Update queries to the new API | Jason Ekstrand | 2015-12-03 | 1 | -33/+29 |
| | | |||||
* | | vk/0.210.0: Update the VkFormat enum | Jason Ekstrand | 2015-12-03 | 1 | -154/+165 |
| | | |||||
* | | vk/0.210.0: Rework vkQueueSubmit | Jason Ekstrand | 2015-12-03 | 1 | -3/+14 |
| | | |||||
* | | vk/0.210.0: Remove depth clip and add depth clamp | Jason Ekstrand | 2015-12-03 | 1 | -1/+1 |
| | | |||||
* | | vk/0.210.0: Rework device features and limits | Jason Ekstrand | 2015-12-03 | 1 | -42/+53 |
| | | |||||
* | | vk/0.210.0: Rework QueueFamilyProperties | Jason Ekstrand | 2015-12-03 | 1 | -1/+2 |
| | | |||||
* | | vk/0.210.0: Rework result and structure type enums | Jason Ekstrand | 2015-12-03 | 1 | -55/+58 |
| | | | | | | | | | | | | By and large, this is just moving enum values around. However, it also removed VK_UNSUPPORTED which we were returning a number of places. Those places now return VK_ERROR_INCOMPATABLE_DRIVER. | ||||
* | | vk/0.210.0: Remove the VkShaderStage enum | Jason Ekstrand | 2015-12-03 | 1 | -14/+1 |
| | | | | | | | | | | | | This made for an unfortunately large amount of work since we were using it fairly heavily internally. However, gl_shader_stage does basically the same things, so it's not too bad. | ||||
* | | vk/0.210.0: Remove VkShader | Jason Ekstrand | 2015-12-03 | 1 | -24/+2 |
| | | |||||
* | | vk/0.210.0: Rework memory property flags | Jason Ekstrand | 2015-12-03 | 1 | -6/+5 |
| | | |||||
* | | vk/0.210.0: Remove some unused enum values | Jason Ekstrand | 2015-12-03 | 1 | -6/+0 |
| | | |||||
* | | vk/0.210.0: Update VkPipelineStageFlagBits | Jason Ekstrand | 2015-12-03 | 1 | -2/+2 |
| | | |||||
* | | vk/0.210.0: Trivial function argument name change | Jason Ekstrand | 2015-12-03 | 1 | -1/+1 |
| | | |||||
* | | vk/0.210.0: We now allocate command buffers; not create them | Jason Ekstrand | 2015-12-03 | 1 | -11/+13 |
| | | |||||
* | | vk/0.210.0: Rename a parameter to GetImageSparseMemoryRequirements | Jason Ekstrand | 2015-12-03 | 1 | -2/+2 |
| | | |||||
* | | vk/0.210.0: Delete three no longer existant entrypoints | Jason Ekstrand | 2015-12-03 | 1 | -15/+0 |
| | | |||||
* | | vk/0.210.0: Rework allocation to use the new pAllocator's | Jason Ekstrand | 2015-12-03 | 2 | -99/+172 |
| | | |||||
* | | vk/0.210.0: Use VkSampleCountFlagBits for sample counts | Jason Ekstrand | 2015-12-03 | 1 | -5/+5 |
| | | |||||
* | | vk/0.210.0: Rework VkInstanceCreateInfo | Jason Ekstrand | 2015-12-03 | 1 | -8/+8 |
| | | |||||
* | | vk/0.210.0: More function argument renaming | Jason Ekstrand | 2015-12-03 | 1 | -14/+15 |
| | | |||||
* | | vk/0.210.0: Replace MemoryInput/OutputFlags with AccessFlags | Jason Ekstrand | 2015-12-03 | 1 | -31/+34 |
| | | |||||
* | | vk/0.210.0: Rework render pass description structures | Jason Ekstrand | 2015-12-03 | 1 | -6/+6 |
| | | |||||
* | | vk/0.210.0: More structure field renaming | Jason Ekstrand | 2015-12-03 | 1 | -12/+11 |
| | | |||||
* | | vk/0.210.0: Get rid of VkImageAspect | Jason Ekstrand | 2015-12-03 | 1 | -12/+1 |
| | | |||||
* | | vk/0.210.0: Rework descriptor sets | Jason Ekstrand | 2015-12-03 | 1 | -58/+47 |
| | | |||||
* | | vk/0.210.0: Rename parameters to memory binding/mapping functions | Jason Ekstrand | 2015-12-03 | 1 | -16/+16 |
| | | |||||
* | | vk/0.210.0: Update to the new instance/device create structs | Jason Ekstrand | 2015-12-03 | 1 | -18/+19 |
| | | |||||
* | | vk/0.210.0: More trivial struct/enum changes | Jason Ekstrand | 2015-12-03 | 1 | -17/+16 |
| | | |||||
* | | vk/0.210.0: Trivial flag enum updates | Jason Ekstrand | 2015-12-03 | 1 | -13/+14 |
| | | |||||
* | | vk/0.210.0: Rename ChannelFlags to ColorComponentFlags | Jason Ekstrand | 2015-12-03 | 1 | -9/+9 |
| | | |||||
* | | vk/0.210.0: s/raster/rasterization/ | Jason Ekstrand | 2015-12-03 | 1 | -5/+5 |
| | | |||||
* | | vk/0.210.0: Don't allow chaining of description structs | Jason Ekstrand | 2015-12-03 | 1 | -6/+0 |
| | | |||||
* | | vk/0.210.0: More fun with flags fields | Jason Ekstrand | 2015-12-03 | 1 | -26/+49 |
| | | |||||
* | | vk/0.210.0: Make pCode a uint32_t pointer | Jason Ekstrand | 2015-12-03 | 1 | -2/+2 |
| | | |||||
* | | vk/0.210.0: Rename origin fields of VkViewport | Jason Ekstrand | 2015-12-03 | 1 | -2/+2 |
| | | |||||
* | | vk/0.210.0: Move alphaToOne and alphaToCoverate to multisample state | Jason Ekstrand | 2015-12-03 | 1 | -2/+2 |
| | | |||||
* | | vk/0.210.0: Add flags fields to various pipeline create structs | Jason Ekstrand | 2015-12-03 | 1 | -2/+22 |
| | | |||||
* | | vk/0.210.0: Change field names in vertex input structs | Jason Ekstrand | 2015-12-03 | 1 | -4/+4 |
| | | |||||
* | | vk/0.210.0: Misc. no-op structure changes | Jason Ekstrand | 2015-12-03 | 1 | -100/+119 |
| | | | | | | | | | | The only non-trivial change is to sparse resources that we don't handle anyway. | ||||
* | | vk/0.210.0: Rename property pCount parameters | Jason Ekstrand | 2015-12-03 | 1 | -10/+10 |
| | | |||||
* | | vk/0.210.0: Rework sampler filtering and mode enums | Jason Ekstrand | 2015-12-03 | 1 | -38/+38 |
| | | |||||
* | | vk/0.210.0: Misc. function argument renames | Jason Ekstrand | 2015-12-03 | 1 | -24/+24 |
| | |