aboutsummaryrefslogtreecommitdiff
path: root/layers
AgeCommit message (Expand)Author
2016-02-10Merge branch 'stroyan_draw_state_beginCB' into 'master' Tobin Ehlis
2016-02-10layers: Update api version to 1.0.3 in json filesTony Barbour
2016-02-10Remove Khronos confidential clause from license text.Karl Schultz
2016-02-10layers: Validate fence not in use when deleted.Michael Lentine
2016-02-10layers: Validate command buffer doesn't have duplicate query type.Michael Lentine
2016-02-10layers: Validate pipeline stats query with secondary cmdbufs.Michael Lentine
2016-02-10layers: Validate no active queries unless enabled.Michael Lentine
2016-02-10layers: Enable Wall and Werror.Michael Lentine
2016-02-10layers: draw_state allow pInheritanceInfo NULLMike Stroyan
2016-02-10layers: Don't skip over tessellation stages when validating stage interfacesChris Forbes
2016-02-08draw_state: Add FIXME/TODO for vkAcquireNextImageKHR(..., fence, ...).Ian Elliott
2016-02-08layers: Redo draw_state locking--all in top-level functions.Ian Elliott
2016-02-08layers: Add string validation to param_checkerMark Lobodzinski
2016-02-08layers: Add UTF-8 String validation utilityMark Lobodzinski
2016-02-08layers: lock use of threading layer cmd pool mapMike Stroyan
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 Fix Android build of swapchainCody Northrop
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: 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-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-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-04layers: MR209 Fix swapchain's vkDestroyInstance to error about devices ...Ian Elliott