mesa/src/vulkan
Kristian Høgsberg Kristensen dc56e4f7b8 vk: Implement support for sampler border colors
This supports the three Vulkan border color types for float color
formats. The support for integer formats is a little trickier, as we
don't know the format of the texture at this time.
2015-05-31 17:20:48 -07:00
..
.gitignore .gitignore: Scope Vulkan's generated source files 2015-05-27 16:59:53 -07:00
allocator.c vk/allocator: Don't call VALGRIND_MALLOCLIKE_BLOCK on fresh gem_mmap's 2015-05-29 21:15:47 -07:00
aub.c vk/device: Allow for starting a new surface state buffer 2015-05-29 17:49:41 -07:00
aub.h Add vulkan driver for BDW 2015-05-09 11:38:32 -07:00
compiler.cpp vk/compiler: Zero out the vs_prog_data struct when VS is disabled 2015-05-25 17:14:49 -07:00
device.c vk: Implement support for sampler border colors 2015-05-31 17:20:48 -07:00
formats.c vk: Set up depth and stencil buffers 2015-05-25 20:20:31 -07:00
gem.c vk/gem: VG_CLEAR the padding for the gem_mmap struct 2015-05-18 12:05:17 -07:00
gen7_pack.h vk/pack: Generate length macros for structs 2015-05-26 11:27:31 -07:00
gen8_pack.h vk/pack: Generate length macros for structs 2015-05-26 11:27:31 -07:00
gen75_pack.h vk/pack: Generate length macros for structs 2015-05-26 11:27:31 -07:00
glsl_scraper.py vk/glsl_scraper: Replace adhoc arg parsing with argparse 2015-05-27 16:56:02 -07:00
image.c vk/image: Assert that VkImageTiling is valid 2015-05-27 16:21:04 -07:00
intel.c vk: Add script for generating ifunc entry points 2015-05-18 10:27:02 -07:00
Makefile.am vk/test: Use the glsl_scraper for building shaders 2015-05-21 12:24:02 -07:00
meta.c vk/cmd_buffer: Track descriptor set dirtying per-stage 2015-05-30 10:07:29 -07:00
pipeline.c vk: Rework anv_batch and use chaining batch buffers 2015-05-27 11:48:28 -07:00
private.h vk: Implement support for sampler border colors 2015-05-31 17:20:48 -07:00
util.c vk: Use a temporary buffer for formatting in finishme 2015-05-18 10:27:08 -07:00
vk.c vk/test: Create and use color/blend dynamic and pipeline state 2015-05-26 17:12:37 -07:00
vk_gen.py vk: Add a logger wrapper for the generated entrypoint 2015-05-18 10:27:07 -07:00
x11.c vk: Add WSI implementation 2015-05-20 20:34:52 -07:00