summaryrefslogtreecommitdiffstats
path: root/src/vulkan/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* isl: Move it a standalone directoryChad Versace2015-12-151-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.cChad Versace2015-11-121-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 .gitignoreKristian Høgsberg Kristensen2015-09-251-0/+1
|
* Add the wayland protocol files to .gitignireJason Ekstrand2015-09-111-0/+2
|
* vk: Update .gitignore for the autogenerated spirv changesJason Ekstrand2015-08-171-1/+1
|
* vk: Prefix most filenames with anvChad Versace2015-07-171-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 caseKristian Høgsberg Kristensen2015-06-021-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 filesChad Versace2015-05-271-0/+2
| | | | | Don't ignore any file named entrypoints.{c,h}. Ignore it only if it's in src/vulkan.
* vk: gitignore generated source filesChad Versace2015-05-271-0/+3
|
* vk: Ignore vk executableChad Versace2015-05-131-0/+1