index
:
vkcube
master
pu
wip/VK_MESAX_external_image_dma_buf
wip/vk-drm-format-mods
a spinning cube for Vulkan
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Check for vulkan_intel.h header
HEAD
master
Kristian H. Kristensen
2017-09-28
*
Fail nicely if no Vulkan devices found
Kristian H. Kristensen
2017-09-28
*
Get XCB extension functions with vkGetInstanceProcAddr()
Kristian H. Kristensen
2017-09-28
*
Idle queue after present
Kristian H. Kristensen
2017-09-28
*
Trim .gitignore now that we're done with autotools
Kristian H. Kristensen
2017-09-28
*
Make build work with and without glslc
Kristian H. Kristensen
2017-09-27
*
Include sysmacros.h for major()
Kristian H. Kristensen
2017-09-27
*
Switch to meson build system
Kristian H. Kristensen
2017-09-27
*
Pick a usable memory type for the vertex buffer
Neil Roberts
2017-09-26
*
Remove -D_POSIX_C_SOURCE from Makefile.am
Neil Roberts
2017-09-26
*
Don't stomp user-provided CFLAGS
Daniel Stone
2017-05-01
*
Merge pull request #19 from fooishbar/master
Kristian Høgsberg Kristensen
2017-04-07
|
\
|
*
KMS: Use correct DRM event context version
Daniel Stone
2017-04-07
|
/
*
Merge pull request #18 from janisozaur/master
Jason Ekstrand
2017-03-22
|
\
|
*
Set AC_PROG_CC to suppress warning about CC not specified
Michał Janiszewski
2017-03-22
|
/
*
Add option -m to select display mode
pu
Chad Versace
2017-01-09
*
Explicitly track the display mode
Chad Versace
2017-01-09
*
Make init funcs return -1 on failure
Chad Versace
2017-01-09
*
Add a streq() function
Chad Versace
2017-01-09
*
If init_kms() fails, fallback to init_headless()
Chad Versace
2017-01-09
*
Check vkMapMemory for failure
Chad Versace
2017-01-09
*
Declare fail*() functions to common.h
Chad Versace
2017-01-09
*
Add option -o <file> for the output PNG
Chad Versace
2017-01-09
*
Move argument parsing out of main()
Chad Versace
2017-01-09
*
Add a fail() func as a companion to fail_if()
Chad Versace
2017-01-09
*
Add format attribute to fail_if()
Chad Versace
2017-01-09
*
Add missing newline to error messages
Chad Versace
2017-01-09
*
Make viewport and scissor dynamic states
Jason Ekstrand
2016-11-03
*
Propagate the choose WSI image format to views and render passes
Jason Ekstrand
2016-10-10
*
Split initialization into init_vk and init_vk_objects
Jason Ekstrand
2016-10-10
*
Unify the swapchain creation code between X11 and Wayland
Jason Ekstrand
2016-10-10
*
wayland: Initialize shell to NULL
Jason Ekstrand
2016-10-10
*
Check in xdg-shell-unstable-v6-protocol.c
Jason Ekstrand
2016-10-10
*
Query supported present modes, use FIFO if available
Philipp Zabel
2016-10-10
*
Reset fence after waiting for it
Philipp Zabel
2016-10-10
*
Add uniform buffer bit to buffer usage
Philipp Zabel
2016-10-10
*
Add semaphore to serialize acquiring the next image and rendering to it
Philipp Zabel
2016-10-10
*
Fix initial and final layout of color attachment
Philipp Zabel
2016-10-10
*
Fix color attachment description format
Philipp Zabel
2016-10-10
*
Fix the mipmap level count when initializing buffers
Philipp Zabel
2016-10-10
*
Configure render pass when creating framebuffers
Philipp Zabel
2016-10-10
*
Configure scissor rectangle in viewport state
Philipp Zabel
2016-10-10
*
Configure line width in rasterization state
Philipp Zabel
2016-10-10
*
Configure device queue priority
Philipp Zabel
2016-10-10
*
Configure opaque composite alpha instead of inherit when creating swap chain
Philipp Zabel
2016-10-10
*
Configure opaque composite alpha when creating swap chain
Philipp Zabel
2016-10-10
*
Query physical device surface capabilities before creating swap chain
Philipp Zabel
2016-10-10
*
Query physical device surface support before creating swap chain
Philipp Zabel
2016-10-10
*
Query physical device queue family properties before creating device
Philipp Zabel
2016-10-10
*
Query count before enumerating physical devices
Philipp Zabel
2016-10-10
[next]