Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vk: Drop aub dumper and PCI ID override feature | Kristian Høgsberg Kristensen | 2015-08-17 | 1 | -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 names | Jason Ekstrand | 2015-08-17 | 1 | -2/+2 |
| | | | | This prevents make from stomping on nir_spirv.h | ||||
* | vk: Add four unit tests for our lock-free data-structures | Jason Ekstrand | 2015-08-14 | 1 | -0/+1 |
| | |||||
* | vk: Build a version of the driver for linking into unit tests | Jason Ekstrand | 2015-08-14 | 1 | -2/+17 |
| | |||||
* | vk: Re-name command buffer implementation files | Jason Ekstrand | 2015-07-30 | 1 | -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 anv | Chad Versace | 2015-07-17 | 1 | -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 file | Jason Ekstrand | 2015-07-15 | 1 | -0/+1 |
| | |||||
* | vk: Pull the guts of anv_cmd_buffer into its own file | Jason Ekstrand | 2015-07-15 | 1 | -0/+1 |
| | |||||
* | vk: Make `make clean` remove generated spirv headers | Chad Versace | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | vk: Fix build | Chad Versace | 2015-06-04 | 1 | -2/+1 |
| | | | | | Commit 1286bd, which deleted vk.c, broke the build. Update the Makefile to fix it. | ||||
* | vk: Delete vk.c test case | Kristian Høgsberg Kristensen | 2015-06-02 | 1 | -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.c | Kristian Høgsberg Kristensen | 2015-06-01 | 1 | -1/+2 |
| | |||||
* | vk/test: Use the glsl_scraper for building shaders | Jason Ekstrand | 2015-05-21 | 1 | -1/+2 |
| | |||||
* | vk/meta: Use glsl_scraper for our GLSL source | Jason Ekstrand | 2015-05-21 | 1 | -1/+7 |
| | | | | We are not yet using SPIR-V for meta but this is a first step. | ||||
* | vk: More out-of-tree build fixes | Jason Ekstrand | 2015-05-21 | 1 | -1/+2 |
| | |||||
* | vk: Fix for out-of-tree builds | Jason Ekstrand | 2015-05-21 | 1 | -4/+4 |
| | |||||
* | vk: Add WSI implementation | Kristian Høgsberg | 2015-05-20 | 1 | -4/+6 |
| | |||||
* | vk: Start Implementing vkGetFormatInfo() | Kristian Høgsberg | 2015-05-18 | 1 | -0/+1 |
| | | | | | We move the format table and vkGetFormatInfo to their own file in the process. | ||||
* | vk: Add script for generating ifunc entry points | Kristian Høgsberg | 2015-05-18 | 1 | -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 headers | Chad Versace | 2015-05-13 | 1 | -0/+8 |
| | | | | I need this for building a testsuite. | ||||
* | Add vulkan driver for BDW | Kristian Høgsberg | 2015-05-09 | 1 | -0/+67 |