FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · VulkanWorks/Vulkan · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
VulkanWorks
/
Vulkan
Public
forked from
SaschaWillems/Vulkan
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Mar 9, 2018
Added push descriptors example
SaschaWillems
committed
9c454d7
View commit details
Copy full SHA for 9c454d7
Browse repository at this point
Commits on Mar 8, 2018
Parallax mapping sample shader folder name [skip ci]
SaschaWillems
committed
7d51cdf
View commit details
Copy full SHA for 7d51cdf
Browse repository at this point
Parallax mapping sample shader folder name
SaschaWillems
committed
c7b2d04
View commit details
Copy full SHA for c7b2d04
Browse repository at this point
Merge pull request #431 from cforfang/parallax
Show description for a3f7d57
SaschaWillems
authored
a3f7d57
View commit details
Copy full SHA for a3f7d57
Browse repository at this point
Merge pull request #432 from cforfang/glslangValidator
Show description for 5350e1c
SaschaWillems
authored
5350e1c
View commit details
Copy full SHA for 5350e1c
Browse repository at this point
Commits on Mar 7, 2018
Fix capitalization of glslangValidator
Show description for 1daa3a6
ChristianF-ARM
committed
1daa3a6
View commit details
Copy full SHA for 1daa3a6
Browse repository at this point
Parallax: fix texture() in non-uniform control-flow
ChristianF-ARM
committed
8cc8805
View commit details
Copy full SHA for 8cc8805
Browse repository at this point
Commits on Mar 3, 2018
Added conservative rasterization example
Show description for b2d37e7
SaschaWillems
committed
b2d37e7
View commit details
Copy full SHA for b2d37e7
Browse repository at this point
Added support for per-example instance based extensions
SaschaWillems
committed
c918914
View commit details
Copy full SHA for c918914
Browse repository at this point
Update PBR SPIR-V shaders (fixes new validation layer message)
SaschaWillems
committed
e7c4e24
View commit details
Copy full SHA for e7c4e24
Browse repository at this point
Merge pull request #419 from iostrowsINTEL/renderpass-layout-fixes
Show description for a508b73
SaschaWillems
authored
a508b73
View commit details
Copy full SHA for a508b73
Browse repository at this point
Merge pull request #427 from yanchith/macos-update
Show description for 7732d96
SaschaWillems
authored
7732d96
View commit details
Copy full SHA for 7732d96
Browse repository at this point
Commits on Feb 27, 2018
Update readme
yanchith
committed
9aafe04
View commit details
Copy full SHA for 9aafe04
Browse repository at this point
Update #includes and xcode file refs
yanchith
committed
7f62211
View commit details
Copy full SHA for 7f62211
Browse repository at this point
Update gitignore
yanchith
committed
7a541d3
View commit details
Copy full SHA for 7a541d3
Browse repository at this point
Commits on Feb 24, 2018
Removed unused uv vertex attribute
Show description for 3f92d4c
SaschaWillems
committed
3f92d4c
View commit details
Copy full SHA for 3f92d4c
Browse repository at this point
Moved vertex attribute and binding descriptors to pipeline creation, fixed attributes
Show description for a0ae088
SaschaWillems
committed
a0ae088
View commit details
Copy full SHA for a0ae088
Browse repository at this point
Moved shader into properly named sub folder
SaschaWillems
committed
8b36ac5
View commit details
Copy full SHA for 8b36ac5
Browse repository at this point
Enable device features
SaschaWillems
committed
0372386
View commit details
Copy full SHA for 0372386
Browse repository at this point
Commits on Feb 20, 2018
Debug quad shader
Show description for 36dbb03
SaschaWillems
committed
36dbb03
View commit details
Copy full SHA for 36dbb03
Browse repository at this point
Commits on Feb 1, 2018
multisampling, subpasses, textoverlay: Fix renderpass initial layout.
Show description for 642a665
iostrowsINTEL
committed
642a665
View commit details
Copy full SHA for 642a665
Browse repository at this point
Commits on Jan 31, 2018
Merge pull request #416 from cforfang/master
Show description for 1c352e1
SaschaWillems
authored
1c352e1
View commit details
Copy full SHA for 1c352e1
Browse repository at this point
Commits on Jan 29, 2018
Removed out-dated documentation
SaschaWillems
committed
1a31d3f
View commit details
Copy full SHA for 1a31d3f
Browse repository at this point
Commits on Jan 28, 2018
Fix layout transitions in renderheadless
Show description for d29bbe7
cforfang
committed
d29bbe7
View commit details
Copy full SHA for d29bbe7
Browse repository at this point
Clean validation, code comments
SaschaWillems
committed
d46203b
View commit details
Copy full SHA for d46203b
Browse repository at this point
Commits on Jan 27, 2018
Short-hand version of fullscreen parameter
SaschaWillems
committed
ef15a26
View commit details
Copy full SHA for ef15a26
Browse repository at this point
Start unpaused
SaschaWillems
committed
86c5f56
View commit details
Copy full SHA for 86c5f56
Browse repository at this point
Removed incomplete example
SaschaWillems
committed
3540e9e
View commit details
Copy full SHA for 3540e9e
Browse repository at this point
Commits on Jan 21, 2018
Result (exit) codes for fatal terminations
SaschaWillems
committed
df223f5
View commit details
Copy full SHA for df223f5
Browse repository at this point
Removed compiler warning
SaschaWillems
committed
90d7e09
View commit details
Copy full SHA for 90d7e09
Browse repository at this point
Silent error mode as global toggle
SaschaWillems
committed
4b0bb1a
View commit details
Copy full SHA for 4b0bb1a
Browse repository at this point
Removed duplicate device feature support checks
SaschaWillems
committed
6a60e5d
View commit details
Copy full SHA for 6a60e5d
Browse repository at this point
Commits on Jan 19, 2018
Output device info, benchmark result file optional
Show description for f252284
SaschaWillems
committed
f252284
View commit details
Copy full SHA for f252284
Browse repository at this point
Commits on Jan 18, 2018
Fixed random seed when run in benchmark mode, use default random engine instead of fixed mersene twister
Show description for 9e073bd
SaschaWillems
committed
9e073bd
View commit details
Copy full SHA for 9e073bd
Browse repository at this point
Commits on Jan 15, 2018
Fixed random seed when run in benchmark mode
Show description for 5790f30
SaschaWillems
committed
5790f30
View commit details
Copy full SHA for 5790f30
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL