vk: Remove multi-device stuff
[mesa.git] / src / vulkan /
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
2015-06-11 Kristian Høgsberg... vk: Disable shader stages in the graphics pipeline...
2015-06-11 Kristian Høgsberg... vk: Don't emit STATE_SIP
2015-06-11 Kristian Høgsberg... vk: Compile fragment shader after VS and GS
2015-06-11 Jason Ekstrandvk/entrypoints: Don't print every single function call
2015-06-11 Kristian Høgsberg... vk: Remove left-over trp call
2015-06-11 Kristian Høgsberg... vk: Set maximum point size range
2015-06-11 Kristian Høgsberg... vk: Use generated headers with fixed point support
2015-06-11 Kristian Høgsberg... vk: Regenerate headers with __gen_validate_value()
2015-06-11 Jason Ekstrandvk/formats: Refactor format properties code
2015-06-11 Jason Ekstrandvk/image: Add a bunch of asserts
2015-06-11 Jason Ekstrandvk: Add a couple vk_error calls
2015-06-11 Jason Ekstrandvk/private: Add a non-fatal assert
2015-06-10 Jason Ekstrandvk/cmd: Add an initial implementation of PipelineBarrier
2015-06-10 Jason Ekstrandvk/emit: Use valgrind to validate every packed field
2015-06-10 Jason Ekstrandvk: Add valgrind checks in various emit functions
2015-06-10 Jason Ekstrandvk: Move the valgrind include and VG() macro to private.h
2015-06-09 Chad Versacevk/image: Don't double-allocate stencil buffers
2015-06-09 Chad Versacevk/image: Teach anv_image_choose_tile_mode about WMAJOR
2015-06-09 Chad Versacevk/util: Add anv_abortf(), anv_abortfv()
2015-06-09 Chad Versacevk: Define anv_noreturn macro
2015-06-09 Chad Versacevk/image: Factor tile mode selection into separate...
2015-06-09 Jason Ekstrandvk/device: Actually allow destruction
2015-06-09 Jason Ekstrandvk/cmd_buffer: Properly initialize/reset dynamic states
2015-06-09 Jason Ekstrandvk/pipeline: Zero out the depth-stencil state when...
2015-06-09 Jason Ekstrandvk/device: Use anv_CreateDynamicViewportState instead...
2015-06-09 Jason Ekstrandvk/device: Dedent the vkCreateDynamicViewportState...
2015-06-09 Chad Versacevk/util: Annotate anv_finishme() as printflike
2015-06-09 Chad Versacevk: Define anv_printflike() macro
2015-06-09 Chad Versacevk/image: Stop hardcoding alignment of stencil surfaces
2015-06-09 Chad Versacevk/image: Rewrite tile info table
2015-06-09 Chad Versacevk/image: Delete an old comment
2015-06-09 Jason Ekstrandvk/compiler: Free the GL errors data
2015-06-09 Jason Ekstrandvk/compiler: Free more of prog_data when tearing down...
2015-06-09 Jason Ekstrandvk/queue: Embed the queue in and allocate it with the...
2015-06-09 Jason Ekstrandvk/device: Free border color states when we have valgrind
2015-06-09 Jason Ekstrandvk/device: Destroy all batch buffers
2015-06-09 Jason Ekstrandvk/meta: Clean up temporary objects
next