mesa/src/vulkan
Jason Ekstrand b908c67816 vk: Rework the push constants data structure
Previously, we simply had a big blob of stuff for "driver constants".  Now,
we have a very specific data structure that contains the driver constants
that we care about.
2015-09-11 10:25:23 -07:00
..
tests
.gitignore Add the wayland protocol files to .gitignire 2015-09-11 09:29:40 -07:00
anv_allocator.c
anv_aub.h
anv_batch_chain.c vk/cmd_buffer: Set the CONSTANTS_REL_GENERAL flag on execbuf 2015-08-27 10:25:58 -07:00
anv_cmd_buffer.c vk: Rework the push constants data structure 2015-09-11 10:25:23 -07:00
anv_compiler.cpp vk: Rework the push constants data structure 2015-09-11 10:25:23 -07:00
anv_device.c vk: Fix size return value handling in a couple plces 2015-09-04 19:05:51 -07:00
anv_entrypoints_gen.py vk: Fall back to previous gens in entry point resolver 2015-09-03 11:53:09 -07:00
anv_formats.c vk: Add anv_format reference to anv_render_pass_attachment 2015-08-17 14:08:55 -07:00
anv_gem.c
anv_gem_stubs.c
anv_image.c vk: Add new vk_errorf that takes a format string 2015-09-03 11:53:08 -07:00
anv_intel.c vk: Use anv_image_create() for creating dmabuf VkImage 2015-08-17 11:41:19 -07:00
anv_meta.c vk: Use vk* entrypoints in meta, not driver_layer pointers 2015-09-03 11:53:09 -07:00
anv_pipeline.c vk/gen8: Don't duplicate generic pipeline setup 2015-08-25 18:41:25 -07:00
anv_private.h vk: Rework the push constants data structure 2015-09-11 10:25:23 -07:00
anv_query.c vk: Add new vk_errorf that takes a format string 2015-09-03 11:53:08 -07:00
anv_util.c vk/error: Handle ERROR_OUT_OF_DATE_WSI 2015-09-08 12:13:07 -07:00
anv_wsi.c vk: Conditionally compile Wayland support 2015-09-04 19:18:52 -07:00
anv_wsi.h vk/wsi: Add Wayland WSI support 2015-09-04 17:55:42 -07:00
anv_wsi_wayland.c vk: Fix size return value handling in a couple plces 2015-09-04 19:05:51 -07:00
anv_wsi_x11.c vk/error: Handle ERROR_OUT_OF_DATE_WSI 2015-09-08 12:13:07 -07:00
gen7_cmd_buffer.c vk: Fix stride of stencil buffers 2015-08-28 08:03:46 -07:00
gen7_pack.h vk: Update generated headers 2015-08-24 13:45:41 -07:00
gen7_pipeline.c vk: Drop redundant gen7_CreateGraphicsPipelines 2015-09-03 11:53:09 -07:00
gen7_state.c vk/image: Let anv_image have one anv_surface per aspect 2015-08-28 07:17:54 -07:00
gen8_cmd_buffer.c vk: Fix stride of stencil buffers 2015-08-28 08:03:46 -07:00
gen8_pack.h
gen8_pipeline.c vk/pipeline: Fix crash when the pipeline has no attributes 2015-08-28 08:07:15 -07:00
gen8_state.c vk/image: Let anv_image have one anv_surface per aspect 2015-08-28 07:17:54 -07:00
gen75_pack.h vk: Update generated headers 2015-08-24 13:45:41 -07:00
glsl_scraper.py vk/meta: Use SPIR-V for shaders 2015-09-01 15:16:06 -07:00
Makefile.am vk: Actually link in wayland libraries 2015-09-04 20:02:38 -07:00