mesa/src/intel/vulkan
Nanley Chery 997a873f0c anv/blit2d: Customize meta blit structs and functions for blit2d API
* Add fields in meta struct
* Add support in meta init/teardown
* Switch to custom meta_emit_blit2d()

Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
2016-03-16 10:56:22 -07:00
..
tests anv: Fix make check 2016-03-02 11:45:29 -08:00
.gitignore Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_allocator.c anv/allocator: Better casting in PFL macros 2016-03-07 22:23:44 -08:00
anv_batch_chain.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_cmd_buffer.c anv: Compact render targets 2016-03-08 15:40:11 -08:00
anv_descriptor_set.c anv/descriptor_set: Use the correct size for the descriptor pool 2016-02-23 21:25:37 -08:00
anv_device.c anv/device: Flush the fence batch rather than the start of the BO 2016-03-15 15:24:24 -07:00
anv_dump.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_entrypoints_gen.py
anv_formats.c anv: Don't allow D16_UNORM to be combined with stencil 2016-03-05 09:59:28 -08:00
anv_gem.c anv/gem: Use C99-style struct initializers for DRM structs 2016-03-11 11:31:03 -08:00
anv_gem_stubs.c
anv_genX.h anv/genX: Add flush_pipeline_select_gpgpu 2016-03-12 12:43:46 -08:00
anv_image.c anv: Implement VK_REMAINING_{MIP_LEVELS,ARRAY_LAYERS} 2016-03-04 21:25:23 -08:00
anv_intel.c
anv_meta.c anv/blit2d: Customize meta blit structs and functions for blit2d API 2016-03-16 10:56:22 -07:00
anv_meta.h anv/blit2d: Copy anv_meta_blit.c functions 2016-03-16 10:56:10 -07:00
anv_meta_blit.c anv/meta: Prefix anv_ to meta_emit_blit() 2016-03-09 10:57:47 -08:00
anv_meta_blit2d.c anv/blit2d: Customize meta blit structs and functions for blit2d API 2016-03-16 10:56:22 -07:00
anv_meta_clear.c anv/meta_clear: Use repclear again 2016-03-08 15:40:11 -08:00
anv_meta_copy.c anv/meta: Split anv_meta_blit.c into three files 2016-03-09 10:57:47 -08:00
anv_meta_resolve.c anv/image: Add a ussage_mask field to image_view_init 2016-02-27 10:26:14 -08:00
anv_nir.h anv: Also cache the struct anv_pipeline_binding maps 2016-03-05 13:50:07 -08:00
anv_nir_apply_dynamic_offsets.c anv: Fix a typo in apply_dynamic_offsets 2016-02-20 21:24:31 -08:00
anv_nir_apply_pipeline_layout.c anv: Also cache the struct anv_pipeline_binding maps 2016-03-05 13:50:07 -08:00
anv_nir_lower_push_constants.c
anv_pass.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_pipeline.c anv: Compact render targets 2016-03-08 15:40:11 -08:00
anv_pipeline_cache.c anv: Turn pipeline cache on by default 2016-03-05 13:54:24 -08:00
anv_private.h anv/blit2d: Customize meta blit structs and functions for blit2d API 2016-03-16 10:56:22 -07:00
anv_query.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_util.c anv/util: Fix vector resizing 2016-03-03 08:17:36 -08:00
anv_wsi.c anv/wsi: Throttle rendering to no more than 2 frames ahead 2016-03-11 11:31:13 -08:00
anv_wsi.h anv/wsi: Throttle rendering to no more than 2 frames ahead 2016-03-11 11:31:13 -08:00
anv_wsi_wayland.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_wsi_x11.c anv/x11: Reset the SHM fence before presenting the pixmap 2016-03-11 17:22:46 -08:00
dev_icd.json.in Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
gen7_cmd_buffer.c anv/genX: Add flush_pipeline_select_gpgpu 2016-03-12 12:43:46 -08:00
gen7_pipeline.c anv: Always use point size from the shader 2016-03-05 13:54:24 -08:00
gen8_cmd_buffer.c anv/genX: Add flush_pipeline_select_gpgpu 2016-03-12 12:43:46 -08:00
gen8_pipeline.c anv/pipeline: Unconditionally emit PS_BLEND on gen8+ 2016-03-08 15:40:11 -08:00
genX_cmd_buffer.c anv/gen7: Add stall and flushes before switching pipelines 2016-03-12 13:13:37 -08:00
genX_pipeline.c anv: Store prog data in pipeline cache stream 2016-03-05 13:50:07 -08:00
genX_pipeline_util.h anv: Store prog data in pipeline cache stream 2016-03-05 13:50:07 -08:00
genX_state.c anv: Fix backwards shadow comparisons 2016-03-04 11:35:46 -08:00
intel_icd.json.in
Makefile.am anv/x11: Add present support 2016-03-11 16:54:17 -08:00