aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-07documentation: Detail DRI3 use on ubuntu 15.04Mike Stroyan
2015-09-04loader: Fix Windows build for alloc stuffJon Ashburn
2015-09-04loader: make thirdparty code use allocation callbacksJon Ashburn
2015-09-04demos: Add allocation callback to tri test CreateInstanceJon Ashburn
2015-09-04loader: Make use of app provided allocation callbacksJon Ashburn
2015-09-04loader: Add support for realloc using the app allocation callbacks.Jon Ashburn
2015-09-04loader: convert to using loader_stack_alloc for consistencyJon Ashburn
2015-09-04WSI: Convert from VERSION to REVISION in nulldrvDavid Pinedo
2015-09-04All extensions single revision number instead of major.minor.patchIan Elliott
2015-09-04WSI: Convert from VERSION to REVISIONIan Elliott
2015-09-04WSI: Update headers for WSI swapchain extensions (versions 51 & 17).Ian Elliott
2015-09-04WSI: Convert WSI swapchain extension usage to new KHR styleIan Elliott
2015-09-04WSI: Update headers for WSI swapchain extensions (versions 47 & 15).Ian Elliott
2015-09-04WSI: Remove old loader code for the VK_WSI_LunarG extension.Ian Elliott
2015-09-03demos: Set depth image aspect correctlyCody Northrop
2015-09-03layers: If layers receive bad filename for output log, report ERROR and fallb...Tobin Ehlis
2015-09-03layers: Update some layers to avoid repeated call to get_dispatch_key()Tobin Ehlis
2015-09-02vulkan.h: Bug-14476: Rename texelCoords to unnormalizedCoordinatesMark Lobodzinski
2015-09-02bug 14517: Rename cs parameter to stageCourtney Goeltzenleuchter
2015-09-02bug-14537: Improve VkImageFormatPropertiesCourtney Goeltzenleuchter
2015-09-02layers: MemTracker fixes for image usage flag validation.Mark Lobodzinski
2015-09-02Bug 14522: Remove VkAttachmentViewCourtney Goeltzenleuchter
2015-09-02bug-14515: Add occlusionQueryNonConservative featureCourtney Goeltzenleuchter
2015-09-01windows: Fix a couple signed/unsigned warningsCody Northrop
2015-09-01layers: Modify ScreenShot usage and layout flags to work cross vendorCody Northrop
2015-09-01layers: Port screenshot fixes to masterCody Northrop
2015-09-01headers: Add vk_sdk_platform.h for Win/Linux differencesMark Lobodzinski
2015-09-01headers: Moved utility routine out of to-be-upstreamed header fileMark Lobodzinski
2015-09-01layers: Automated checking of validation layer documentationTobin Ehlis
2015-09-01layers: Various corrections to vk_validation_layer_details.mdTobin Ehlis
2015-08-31vktrace: Add vktrace codegen dirs to .gitignoreMike Stroyan
2015-08-31bug-14532: Rename VK_LAST_* to VK_REMAINING_*Courtney Goeltzenleuchter
2015-08-31misc: tool updates, no functional changeCourtney Goeltzenleuchter
2015-08-31Bug-14177: Remove Float16 feature.Courtney Goeltzenleuchter
2015-08-31bug-13970: Sparse Texture VA SizeCourtney Goeltzenleuchter
2015-08-28wsi: Fix image usage flags in tests and demosCody Northrop
2015-08-28vktrace: Glave renaming -- removed all references to *glave* and *glv*Mark Lobodzinski
2015-08-28layers: Add todo flagging destroy while on queueMike Stroyan
2015-08-28demos: vkDestroySemaphore only after it is unused.Mike Stroyan
2015-08-28layers: Handle bad filename in APIDump settings fileTobin Ehlis
2015-08-28vktrace: Add support for debug_marker_lunarg extensionTobin Ehlis
2015-08-28layers: Fix ObjectTracker to handle dyanamic array paramsTobin Ehlis
2015-08-27vk_platform: Update to upstream vk_platform.hCourtney Goeltzenleuchter
2015-08-27demos: Fix compile warning setting renderPassCourtney Goeltzenleuchter
2015-08-27nulldrv: Make build work on Windows with destroydynamiclinewidthJon Ashburn
2015-08-27loader: Fix SegFault if ICD JSON file doesn't exist to return gracefullyJon Ashburn
2015-08-27vktrace: GLAVE file/directory renamingMark Lobodzinski
2015-08-27Remove extraneous temp fileCody Northrop
2015-08-27layers: Fix APIDump to correctly set output file name from settings fileTobin Ehlis
2015-08-27Merge branch 'check-cube-arrays-complete' into 'master'Tobin Ehlis