aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-05loader: Fix bug in vkGetProcAddr so trampoline code is returned as neededJon Ashburn
2015-05-05loader: Separate out the python generator scriptJon Ashburn
2015-05-05loader: rename a few dispatch utiltiesJon Ashburn
2015-05-04bug 13854: Remove memory referencesCourtney Goeltzenleuchter
2015-05-01bug-13690: Clarification on vkFlushMappedMemoryCourtney Goeltzenleuchter
2015-05-01bug-13751: Update vkCmdClearColorImage color parameterCourtney Goeltzenleuchter
2015-04-30intel: support only VK_DEPTH_MODE_ZERO_TO_ONEChia-I Wu
2015-04-30demos/cube: use GL conventionsChia-I Wu
2015-04-30demos/tri: fix facing and enable cullingChia-I Wu
2015-04-30tri: Fix command buffer use for staging textureCourtney Goeltzenleuchter
2015-04-30layers: Move OT validation calls inside mutexMark Lobodzinski
2015-04-30layers: Add memory manager queue validation to object trackerMark Lobodzinski
2015-04-29layers: Add another routine to the list that don't need use countsTony Barbour
2015-04-29demos: Add validation via --validate cmd line optionTony Barbour
2015-04-29layers: Eliminate compiler warnings on Windows.Ian Elliott
2015-04-29demos: Eliminate compiler warnings on Windows.Ian Elliott
2015-04-29loader: Eliminate compiler warnings on Windows.Ian Elliott
2015-04-29Win: Stop using the temporary "xcb_nvidia" code.Ian Elliott
2015-04-29demos: Improve tri/cube error if incompatible driver found.Ian Elliott
2015-04-29toolchain: Update to newer glslang and LunarGLASS versionsCody Northrop
2015-04-29mem_tracker: Fix error from fixing MSVC assertsCourtney Goeltzenleuchter
2015-04-29demos: tri/cube give error if can't find WSI extension.Ian Elliott
2015-04-29demos: Improve tri/cube error if incompatible driver found.Ian Elliott
2015-04-29demos: Use macros for the app name, and window name.Ian Elliott
2015-04-29layers: Fix msvc++ iterator issuesDavid Pinedo
2015-04-29demos: Change app name for the console window.Ian Elliott
2015-04-29draw_state: Fix another MSVC++ debug assertCourtney Goeltzenleuchter
2015-04-29draw_state: Fix Microsoft C++ iterator assertCourtney Goeltzenleuchter
2015-04-29mem_tracker: Do not increment iterator after deleteCourtney Goeltzenleuchter
2015-04-29cube: Disable rendering once we enter cleanupCourtney Goeltzenleuchter
2015-04-29draw_state: Fix Microsoft C++ assertCourtney Goeltzenleuchter
2015-04-29Shader Checker Layer: make sure iterated list is of non-zero lengthDavid Pinedo
2015-04-29loader: Terminate chain of GetProcAddr() in driver if gpu obj is baseJon Ashburn
2015-04-28layers: Fix bug in APIDump where some void* members were having their address...Tobin Ehlis
2015-04-28icd: Add support for one bit alpha BC1 formatsCody Northrop
2015-04-28layers: Add another routine to list that don't need use countsTony Barbour
2015-04-28layers: Add 3 more routines to list that don't need use countsTony Barbour
2015-04-28layers: Fix APIDump corner cases to not print addresses w/ NoAddr optionTobin Ehlis
2015-04-27layers: Add APIDump option to not parse parameter detailsTobin Ehlis
2015-04-27loader: Fix bug on layer name prefix string lengthJon Ashburn
2015-04-27Demos: print error message when texture files can't be openedDavid Pinedo
2015-04-24Demos: restrict paint events from rendering until setup is finished on WindowsJon Ashburn
2015-04-23dispatch: No need to save data from vkResetFencesTony Barbour
2015-04-22build: fix registry locationsTony Barbour
2015-04-22scripts: Update vk_helper.py to account for VK_BIT(#) enum valuesTobin Ehlis
2015-04-22layers: Added fence validation check to object_trackerMark Lobodzinski
2015-04-22layers: Memtracker formatting changes.Mark Lobodzinski
2015-04-22misc: Changes to fix warnings in Windows / VC++ buildTony Barbour
2015-04-22misc: Changes to clean up warnings in Release buildTony Barbour
2015-04-22demos: create console for vulkaninfo iff neededDavid Pinedo