Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | isl: Move it a standalone directory | Chad Versace | 2015-12-15 | 1 | -1/+0 |
| | | | | | | | | | | | | The plan all along was to eventualyl move isl out of the Vulkan directory, because I intended i965 and anvil to share it. A small problem I encountered when attempting to write unit tests for isl precipitated the move. I discovered that it's easier to get isl unit tests to build if I remove the extra, unneeded dependencies injected by src/vulkan/Makefile.am. And the easiest way to remove those unneeded dependencies is to move isl out of src/vulkan. (Unit tests come in subsequent commits). | ||||
* | isl: Generate isl_format_layout.c | Chad Versace | 2015-11-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Generate an array of struct isl_format_layout, using isl_format_layout.csv as input. Each entry follows the patten: [ISL_FORMAT_R32G32B32A32_FLOAT] = { ISL_FORMAT_R32G32B32A32_FLOAT, .bs = 16, .bpb = 128, .bw = 1, .bh = 1, .bd = 1, .channels = { .r = { ISL_SFLOAT, 32 }, .g = { ISL_SFLOAT, 32 }, .b = { ISL_SFLOAT, 32 }, .a = { ISL_SFLOAT, 32 }, .l = {}, .i = {}, .p = {}, }, .colorspace = ISL_COLORSPACE_LINEAR, .txc = ISL_TXC_NONE, }, | ||||
* | vk: Add anv_icd.json to .gitignore | Kristian Høgsberg Kristensen | 2015-09-25 | 1 | -0/+1 |
| | |||||
* | Add the wayland protocol files to .gitignire | Jason Ekstrand | 2015-09-11 | 1 | -0/+2 |
| | |||||
* | vk: Update .gitignore for the autogenerated spirv changes | Jason Ekstrand | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | vk: Prefix most filenames with anv | Chad Versace | 2015-07-17 | 1 | -3/+3 |
| | | | | | | 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: Delete vk.c test case | Kristian Høgsberg Kristensen | 2015-06-02 | 1 | -2/+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. | ||||
* | .gitignore: Scope Vulkan's generated source files | Chad Versace | 2015-05-27 | 1 | -0/+2 |
| | | | | | Don't ignore any file named entrypoints.{c,h}. Ignore it only if it's in src/vulkan. | ||||
* | vk: gitignore generated source files | Chad Versace | 2015-05-27 | 1 | -0/+3 |
| | |||||
* | vk: Ignore vk executable | Chad Versace | 2015-05-13 | 1 | -0/+1 |