aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-08loader: MR215 device extensions not enumeratedCourtney Goeltzenleuchter
2016-02-07layers: In GetInstanceProcAddr, intercept instance procs even if NULL instanceKarl Schultz
2016-02-05layers: Fix 32-bit Windows buildDustin Graves
2016-02-05layers: Fix CreateSemaphore/CreateEvent conflictDustin Graves
2016-02-05layers: MR217 Turn on more layers for Android buildCody Northrop
2016-02-05layers: MR217 Fix Android build of swapchainCody Northrop
2016-02-05layers: MR217 Fix unique_objects android buildTobin Ehlis
2016-02-05winrtinstaller: update licensesDavid Pinedo
2016-02-05Fix so that store images and buffers are assumed written.Michael Lentine
2016-02-05layer: GL125 only check for fence in_use on valid fence handlesTobin Ehlis
2016-02-05layers: GL127 GL128 fix duplicate in_use updatesTobin Ehlis
2016-02-05layers: thread checks of VkCommandBuffer pool readMike Stroyan
2016-02-05layers: thread checks for vkDestroyInstance and vkDestroyDeviceMike Stroyan
2016-02-05layers: allow one thread multiple uses of objectMike Stroyan
2016-02-05layers: use less of namespace stdMike Stroyan
2016-02-05layers: change android build to xml threadingMike Stroyan
2016-02-05layers: Handle 32-bit threading validationMike Stroyan
2016-02-05layers: Add threading layer generationMike Stroyan
2016-02-05layers: bring xml and scripts from documentationMike Stroyan
2016-02-05winrtinstaller: Improve search for layer json files in SDK Bin dirDavid Pinedo
2016-02-05windowsrtinstaller: Change lincense info.David Pinedo
2016-02-05windowsrtinstaller: updated licenseDavid Pinedo
2016-02-05windowrtinstaller: Add more details to README.txtDavid Pinedo
2016-02-05layers: LX324, Fix descriptor indices in draw_stateMark Lobodzinski
2016-02-05layers: MR213 GL126 Fix render pass compatibility checkMichael Lentine
2016-02-04layers: Fix subscript-out-of-range crash in mem_trackerMark Lobodzinski
2016-02-04layers: Fix vkEnumeratePhysicalDevices()--was always returning an error.Ian Elliott
2016-02-04layers: Move logging callback destroy after logging callsMark Lobodzinski
2016-02-04loader: filter device extensions in the terminator instead of trampolineJon Ashburn
2016-02-04layers: MR212 Add locking to the swapchain layer.Ian Elliott
2016-02-04layers: Fix for GL119 to correctly index into pBindingsTobin Ehlis
2016-02-04layers: Verify that command buffer is recorded when submitted to a primary.Michael Lentine
2016-02-04layers: Validate secondary command buffers are most recently bound.Michael Lentine
2016-02-04layers: Validate command buffer is not being used simultaneously unless speci...Michael Lentine
2016-02-04layers: MR208 Improve locking in the mem_tracker layer.Ian Elliott
2016-02-04layers: Improve locking in the draw_state layer.Ian Elliott
2016-02-04layers: Fix 32-bit Windows buildDustin Graves
2016-02-04Remove WTFPL from LICENSE.txtKarl Schultz
2016-02-04demos: Fix window resize on LinuxDamien Leone
2016-02-04layers: Validate that fence is not in use when submitted.Michael Lentine
2016-02-04layers: Validate subpass index in begin info is valid.Michael Lentine
2016-02-04layers: Make sure fb render pass and secondary render pass are compatible.Michael Lentine
2016-02-04layers: Validate that the framebuffer specified in the secondary command buff...Michael Lentine
2016-02-04layers: Validate render pass compatiblity for executed secondary command buff...Michael Lentine
2016-02-04layers: Fix issues with some command buffer tracking structures being left un...Chris Forbes
2016-02-04layers: Fix 32-bit Windows buildDustin Graves
2016-02-04loader: GL120, move critical section to cover loader_get_icd_and_deviceAndrzej Kotlowski
2016-02-04demos: Copyright updateKarl Schultz
2016-02-04layers: MR209 Fix swapchain's vkDestroyInstance to error about devices ...Ian Elliott
2016-02-04layers: Valdiate query is not active when cmd buffer is ending.Michael Lentine