summaryrefslogtreecommitdiffstats
path: root/src/vulkan/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* vk: Drop aub dumper and PCI ID override featureKristian Høgsberg Kristensen2015-08-171-1/+0
| | | | | | These are now available in intel_aubdump from intel-gpu-tools. Signed-off-by: Kristian Høgsberg Kristensen <[email protected]>
* vk: Add an _autogen suffix autogenerated spirv file namesJason Ekstrand2015-08-171-2/+2
| | | | This prevents make from stomping on nir_spirv.h
* vk: Add four unit tests for our lock-free data-structuresJason Ekstrand2015-08-141-0/+1
|
* vk: Build a version of the driver for linking into unit testsJason Ekstrand2015-08-141-2/+17
|
* vk: Re-name command buffer implementation filesJason Ekstrand2015-07-301-1/+1
| | | | | | | | Previously, the command buffer implementation was split between anv_cmd_buffer.c and anv_cmd_emit.c. However, this naming convention was confusing because none of the Vulkan entrypoints for anv_cmd_buffer were actually in anv_cmd_buffer.c. This changes it so that anv_cmd_buffer.c is what you think it is and the internals are in anv_batch_chain.c.
* vk: Prefix most filenames with anvChad Versace2015-07-171-28/+28
| | | | | | Jason started the task by creating anv_cmd_buffer.c and anv_cmd_emit.c. This patch finishes the task by renaming all other files except gen*_pack.h and glsl_scraper.py.
* vk: Move most of the anv_Cmd related stuff to its own fileJason Ekstrand2015-07-151-0/+1
|
* vk: Pull the guts of anv_cmd_buffer into its own fileJason Ekstrand2015-07-151-0/+1
|
* vk: Make `make clean` remove generated spirv headersChad Versace2015-06-041-1/+1
|
* vk: Fix buildChad Versace2015-06-041-2/+1
| | | | | Commit 1286bd, which deleted vk.c, broke the build. Update the Makefile to fix it.
* vk: Delete vk.c test caseKristian Høgsberg Kristensen2015-06-021-5/+0
| | | | | We now have crucible up and running and all vk sub-cases have been moved over. Delete this crufty old hack of a test case.
* vk: Move query related functionality to new file query.cKristian Høgsberg Kristensen2015-06-011-1/+2
|
* vk/test: Use the glsl_scraper for building shadersJason Ekstrand2015-05-211-1/+2
|
* vk/meta: Use glsl_scraper for our GLSL sourceJason Ekstrand2015-05-211-1/+7
| | | | We are not yet using SPIR-V for meta but this is a first step.
* vk: More out-of-tree build fixesJason Ekstrand2015-05-211-1/+2
|
* vk: Fix for out-of-tree buildsJason Ekstrand2015-05-211-4/+4
|
* vk: Add WSI implementationKristian Høgsberg2015-05-201-4/+6
|
* vk: Start Implementing vkGetFormatInfo()Kristian Høgsberg2015-05-181-0/+1
| | | | | We move the format table and vkGetFormatInfo to their own file in the process.
* vk: Add script for generating ifunc entry pointsKristian Høgsberg2015-05-181-0/+12
| | | | | This lets us generate a hash table for vkGetProcAddress and lets us call public functions internally without the public entrypoint overhead.
* vk: Install headersChad Versace2015-05-131-0/+8
| | | | I need this for building a testsuite.
* Add vulkan driver for BDWKristian Høgsberg2015-05-091-0/+67