mesa/src/vulkan
Kristian Høgsberg Kristensen 5744d1763c vk: Set cb_state to NULL at cmd buffer create time
Dynamic color/blend state can be NULL in case we're not rendering to
color targets (only output to depth and/or stencil). Initialize
cmd_buffer->cb_state to NULL so we can reliably detect whether it's been
set or not.
2015-06-02 22:57:42 -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: Add an index_count to the bind map and check for OOB 2015-06-01 12:25:58 -07:00
device.c vk: Set cb_state to NULL at cmd buffer create time 2015-06-02 22:57:42 -07:00
formats.c vk/formats: Add a name to the metadata and better logging 2015-06-02 11:30:39 -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: Indent tables to align '=' at column 48 2015-05-31 22:36:26 -07:00
intel.c vk: Add script for generating ifunc entry points 2015-05-18 10:27:02 -07:00
Makefile.am vk: Move query related functionality to new file query.c 2015-06-01 21:52:45 -07:00
meta.c vk/cmd_buffer: Track descriptor set dirtying per-stage 2015-05-30 10:07:29 -07:00
pipeline.c vk: Indent tables to align '=' at column 48 2015-05-31 22:36:26 -07:00
private.h vk/formats: Add a name to the metadata and better logging 2015-06-02 11:30:39 -07:00
query.c vk: Move query related functionality to new file query.c 2015-06-01 21:52:45 -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