Commit Graph

62 Commits

Author SHA1 Message Date
Mark Young
61688e09fe Re-arrange/update loader docs
Update the loader documentation in the following ways:
 1. Move documentation to new "docs" folder"
 2. Split LoaderAndLayerInterface.md into multiple docs to focus
    on target audience:
      - Top-Level     LoaderInterfaceArchitecture.md
      - Applications  LoaderApplicationInterface.md
      - Layers        LoaderLayerInterface.md
      - ICDs          LoaderImplementationInterface.md
 3. Upload newer images and their corresponding original Inkscape files.
 4. Cleanup and update sections on Linux directory search
 5. Add new sections to detail items missing
      - VkConfig
      - Handling undef Fuchsia
 6. Language cleanup

Thanks to @charles-lunarg and @smcv for feedback and various section language
corrections.
2021-10-15 13:42:00 -06:00
Charles Giessen
aeffbbd6b9
Update README.md to remove mention of Vk-Headers 2021-10-07 13:50:17 -06:00
Mark Young
8c45e953d0 Update contact information 2021-07-13 08:12:54 -06:00
Lenny Komow
a66ceba272 docs: Update readme to point to github actions 2021-02-10 13:54:42 -07:00
Fxshlein
c6363b3dd4 docs: Remove COPYRIGHT.txt from the readme
the COPYRIGHT.txt file itself was removed in d7452989ff
2020-08-17 09:29:23 -06:00
Shannon McPherson
e1869777c7 docs: Add explanation of version tagging scheme
Change-Id: Ie33ffe2d58f737a98b28a51cb90026bfdbcbd88a
2018-12-18 09:49:00 -07:00
Lenny Komow
434ad1f23a repo: Add MacOS config to Travis CI 2018-05-16 14:51:25 -06:00
Lenny Komow
b1e3c24565 docs: Fix broken link in readme 2018-05-14 13:21:38 -06:00
Lenny Komow
970e16cb54 docs: Update readme for recent repo split 2018-05-14 10:40:34 -06:00
Karl Schultz
482ab00bc5 repo: Update Travis-CI config 2018-05-13 12:07:08 -06:00
Karl Schultz
fd4f21a202 repo: Update documentation files 2018-05-13 12:07:08 -06:00
Tobin Ehlis
f55206a2a1 docs:Fix my name spelling in README 2018-04-05 09:30:09 -06:00
Karl Schultz
d81ebfb75a macOS: Add macOS support 2018-03-02 12:21:19 -07:00
Mark Lobodzinski
ed285d3560 docs: Updates for governance, readme
Change-Id: I98fbb73d85b14560c901c86264500c927ac679b4
2018-01-08 08:06:19 -07:00
Mark Lobodzinski
131793a9dc docs: Updated for README formatting on github
Change-Id: I774ceb555f38eff24d2b69ce83ea638f1ea53138
2018-01-05 09:04:50 -07:00
Mark Lobodzinski
3a6af9ec05 docs: Add governance doc, Update readme, contributing
Change-Id: I92bebd8a33df564daff1b44633e79b56ffa6ae86
2018-01-05 09:01:45 -07:00
Tobin Ehlis
d30cf8426f icd: Adding generated mock icd
Initial check-in for mock icd which is being built to allow validation
testing without the need for an actual Vulkan device.

ICD is currently building and passing 324/332 tests. It creates ptr
handles for dispatchable objects and unique id handles for
non-dispatchable objects. It currently has some hard-coded values for
various Get* device-query functions in order to allow forward progress.
The long-term intention is to allow the device configuration to be set
by the test itself.

See the ICD README.md file for more info.
2017-10-30 11:01:05 -06:00
Igor Vuk
a1e5682ad6 Docs: Fix a typo in README.md 2017-03-03 14:40:29 -07:00
Karl Schultz
79f7cd5a7f docs: Fix README to show Travis master br status
Better to show status only for master branch Travis builds.  Other branches frequently fail and cause the badge to not reflect the status of the master branch.
2017-01-04 15:50:38 -07:00
Karl Schultz
8435623945 Update README to point to Khronos AppVeyor CI 2017-01-03 13:22:15 -07:00
Karl Schultz
e2d7160d1f docs: Update README for AppVeyor Windows CI builds 2016-12-30 10:24:21 -07:00
Karl Schultz
35af59c254 docs: Update README for Travis 2016-12-29 17:18:10 -07:00
Karl Schultz
bde306da16 docs: Add travis build status to README 2016-12-08 11:41:14 -07:00
Mark Young
d8aa1a1ce1 docs: Update README.md for Glslang issue
Update the README.md to have a note about updating your Nvidia
driver to resolve failures with the glslang hack removal.

Change-Id: Id1b71cc7baae90571bef624f07ff1c7511718b0c
2016-08-26 13:22:31 -06:00
Mark Lobodzinski
6636cfbe9d Revert "layers: Update docs for shared utils DLL"
This reverts commit 94dd6081959103c1c9b0bcfda173d4149d5555b9.

Change-Id: Ie5b437d822c5efe6baf0baf2830591f50bf3ee4d
2016-06-21 16:31:14 -06:00
Alexander F Rødseth
f248328ca0 Only set scripts that starts with a hashbang as executable
Remove executable bit from files like README.md

Change-Id: I6a2a86e8312616c175845f0a3b777515a58c52b9
2016-06-17 10:46:10 -06:00
Mark Lobodzinski
d1592bb189 layers: Update docs for shared utils DLL
Change-Id: I129b4d074f0604bbdf6d81c052333229ece99ac3
2016-06-13 17:35:24 -06:00
Mark Lobodzinski
77d573673f layers: Update docs for default dbg msg callbacks
Change-Id: Ic1f192ea7c95762d7e53f091cc9f0ea55be96c04
2016-06-06 11:40:21 -06:00
Karl Schultz
e96d7adb4b docs: Add contrib info and link 2016-05-05 15:16:56 -06:00
Jon Ashburn
bbac62b030 update README to refer to COPYRIGHT.txt
Change-Id: I32685ef02c245557315a3e44c65eb8c8cf62f9f4
2016-04-26 17:01:22 -06:00
Jon Ashburn
4f80d6749d misc: Update licenses to Apache 2.0
Change-Id: Id447f4c8c53d33f9192940bdd3ae727b7b738a97
2016-04-19 12:11:25 -06:00
Eric Engestrom
e514340dbf docs: fix spelling mistakes 2016-04-02 22:09:09 +01:00
Jon Ashburn
68b6da22b5 docs: Update README.md
Change-Id: Idba8b7e07d3a71e49c01e406825b96ccbb342efa
2016-03-10 09:39:31 -07:00
Jon Ashburn
a85c65a1bd Update BUILD.md and README.md for the reduced scope of this repo 2016-02-02 14:38:08 -07:00
Courtney Goeltzenleuchter
6432eccab9 sdk: Update release notes for 0.9 SDK 2015-10-01 14:02:55 -06:00
Mike Stroyan
7731bcfd8b documentation: Detail DRI3 use on ubuntu 15.04
Updated DRI3 discussion in README.md and BUILD.md.
2015-09-07 08:58:10 -06:00
Mark Lobodzinski
748a6d8e00 vktrace: Glave renaming -- removed all references to *glave* and *glv* 2015-08-28 14:39:58 -06:00
Mark Lobodzinski
3a32b901f0 vktrace: GLAVE file/directory renaming
Glave/glv files and directories renamed. Default trace files now named
*.trace.
2015-08-27 11:17:44 -06:00
Courtney Goeltzenleuchter
0b0186026d Stage 1 of rename
TODO: re-enable glave build, advance API for glave

v2: get rid of outdated code in tri introduced by rebase
    rename wsi_null.c (olv)
2015-04-16 17:48:17 +08:00
Courtney Goeltzenleuchter
c9e41d5281 misc: Add warning about recent Ubuntu 14.10 issue 2015-02-05 17:03:58 -07:00
Courtney Goeltzenleuchter
77a0da21d4 BIL: Update BIL version 2015-02-05 15:35:26 -07:00
Courtney Goeltzenleuchter
0e92ae3cec BIL: Update revision number for BIL 2015-02-05 12:13:45 -07:00
Courtney Goeltzenleuchter
dfcb7f506c misc: Update readme for alpha header post 2015-02-04 17:58:12 -07:00
Jens Owen
9beac4307a Update README.md
Updated introduction to reference upcoming work around alpha header and GDC demos
2014-12-19 17:59:39 -07:00
Jens Owen
0b740f6910 Update README.md
start to push detailed descriptions down a level...
2014-12-19 17:59:39 -07:00
Jens Owen
d4811e5de4 Update README.md
more testing of image support in markdown
2014-12-19 17:59:38 -07:00
Jens Owen
fe02be420b Update README.md
Testing screenshots
2014-12-17 12:53:56 -07:00
Jens Owen
d8aa4de1f9 Update README.md
Switch to using relative links within the project.  This enables switching from one branch to another, and across repos without requiring changes to the Readme content.
2014-12-17 12:21:12 -07:00
Jens Owen
cb78ac4d42 Update README.md
Fixed grammatical issues in introduction.
2014-12-17 12:03:04 -07:00
Jens Owen
31366d2451 Update README.md
Added Khronos description of layered architecture.  Added link to Glave README.  Bumped version number.
2014-12-17 11:58:21 -07:00