summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2018-07-23repo: Add update_deps.py scriptLenny Komow1-1/+3
This script is copied from the Vulkan-ValidationLayers repo and allows us to track commits from external repos that are known to be good. Change-Id: Ibd00e9824e326b7af00eb75b6c3e3029542b0464
2018-06-04repo: Remove google test submoduleLenny Komow1-1/+1
Change-Id: I25734926cdf267e565e0ab5878184a0955e435ee
2018-05-13repo: Cleanup .gitignoreKarl Schultz1-14/+7
2018-03-02macOS: Add macOS supportKarl Schultz1-0/+1
2018-01-05Add .vscode to .gitignoreJoey Bzdek1-0/+1
Metadata created by new lightweight IDE from microsoft, vscode Change-Id: Ie250a850d190922e5666e975463d4fa96a1f270e
2016-12-22android: Preserve toolchain build if presentCody Northrop1-0/+1
Similar to a2e6ddd1 which preserves it for desktop.
2016-12-02build: Removed ICD dirs from gitignoreMark Lobodzinski1-2/+0
Change-Id: I4e15f423964d101b1c0518bda9305f84b9ed35f9
2016-11-21build: Update .gitignore w/new __pycache__ locationMark Lobodzinski1-1/+1
Change-Id: I096d61d7e1ff20ab34672efe24a3cfaa888f0018
2016-09-28demos: Remove tri demoTony Barbour1-2/+0
Removing tri demo for maintenance reasons. Cube should be the demo to go to for examples of good Vulkan Change-Id: I4442a1882b5c168cfe88501eccc41a554ae4d026
2016-05-16git: Ignore Qt generated filesRene Lindsay1-0/+5
Change-Id: I5970f83e8316e3f13e79e103cc17c96e31fef95e
2016-05-03external: GH#246, Move glslang and spirv-tools inside of dir treeJon Ashburn1-0/+1
Have update_external_sources create a sub-directory "external" to fetch these components into. This way the update_external_sources does not potentially overwrite files outside the directory tree. Change-Id: Ia03d1fb9e4dad9d9db26a46e596fb1bf24fcb033
2016-03-04add generated files for smoke demo.Karl Schultz1-0/+2
Change-Id: I7169419113c74fc7e1e16c827f6553cf86abe989
2016-02-09Adjust .gitignore to remove vktrace files and add cmake user file.Karl Schultz1-4/+1
2016-01-25BUILD: Have git ignore the new build32 folder.Mark Young1-0/+1
2015-08-31vktrace: Add vktrace codegen dirs to .gitignoreMike Stroyan1-0/+4
These directories contain only generated files.
2015-04-16renaming: Move many xgl files to vk versionCourtney Goeltzenleuchter1-1/+1
2015-04-16Stage 1 of renameCourtney Goeltzenleuchter1-12/+2
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-03-02Get the trace player to work with WindowsPiers Daniell1-2/+3
This change modifies many of the generators to use "#if defined(PLATFORM_LINUX) || defined(XCB_NVIDIA)" to choose between using XCB or WIN32 native.
2015-03-02Update tri and cube with stagePiers Daniell1-0/+14
These changes were cherry-picked from nvidia-dev-20150218 and KhronosGroup/GDC-stable.
2015-02-18nulldrv: Creation of the nulldrv, for use on Windows.David Pinedo1-0/+1
Since the sample Intel driver hasn't been ported to Windows, this nulldrv is being used to bootstrap Windows support. It can also provide a hint to new IHV's for how to set the magic number.
2015-02-04layers: use generated layer_intercept_proc()Chia-I Wu1-0/+1
Call layer_intercept_proc() from xglGetProcAddr() in DrawState, MemTracker, and generated layers. There should be no functional difference with this change.
2015-02-04layers: simplify initLayerTable()Chia-I Wu1-0/+1
Generate xgl_dispatch_table_helper.h with $ ./xgl-generate.py dispatch-table-ops layer and make use of layer_initialize_dispatch_table() in initLayerTable(). There should be no functional difference with this change.
2015-02-04loader: use generated dispatch table opsChia-I Wu1-0/+1
This also fixes several typos in xglGetProcAddr(), such as in else if (!strncmp("xglCreateFence", pName, sizeof ("xgllCreateFence"))) return disp_table->CreateFence; They are generally harmless though.
2015-02-04intel: generate xglGetProcAddr()Chia-I Wu1-0/+1
v2: update .gitignore
2015-02-04icd: build a static libraryChia-I Wu1-0/+1
libicd was an OBJECT library because it provided the XGL entry points. That is not true anymore. Make it a STATIC library. v2: - update .gitignore - stop adding CMAKE_CURRENT_BINARY_DIR to ICD_INCLUDE_DIRS, unnecessary since the switch to xglLayer.h some time ago v3: Make icd appear before ICD_LIBRARIES during linking of libXGL_i965.so. It looks like we can do better now that icd is a regular library, but leave it as is for now.
2015-02-04icd: stop generating icd-dispatch-entrypoints.cChia-I Wu1-3/+0
Let ICDs define XGL entrypoints directly. This requires the Intel ICD to rename intelSomeEntryPoint() to xglSomeEntryPoint(). In addition, the ICD needs to be linked with -Bsymbolic to make symbol resolving work for xglGetProcAddr(). v2: use -Bsymbolic-functions
2014-11-26xgl: Ignore generated header filesCourtney Goeltzenleuchter1-0/+5
2014-09-18delete GitSHA1.c generationChia-I Wu1-1/+0
It is unused. Could be revived anytime if found useful.
2014-09-01add a top-level .gitignoreChia-I Wu1-0/+16