aboutsummaryrefslogtreecommitdiff
path: root/layers
AgeCommit message (Expand)Author
2015-03-25layers: Convert memtracker to cppMark Lobodzinski
2015-03-18win: Make build able to find python3 on Windows and LinuxJon Ashburn
2015-03-17Revert "misc: Explicitly run python for generated code"Jon Ashburn
2015-03-17misc: Explicitly run python for generated codeJon Ashburn
2015-03-17layers: Added fence tracking for command buffer completionMark Lobodzinski
2015-03-16layers: Reduce unmeaningful error messages for memtrackerMark Lobodzinski
2015-03-16layers: MemTracker add check to verify CB complete prior to ResetTobin Ehlis
2015-03-16layers: Update DrawState to use generated struct size functionsTobin Ehlis
2015-03-13glave: Add codgen helper for struct size calculation and use for trace packet...Tobin Ehlis
2015-03-06layers: Improve PresentableImage memory handling in mem/objecttrackerMark Lobodzinski
2015-03-06Win: Fix warnings for parameter of getLayerOptionEnum()Ian Elliott
2015-03-06glave: Remove unnecessary dot dump.Jeremy Hayes
2015-03-04layers: Fix Windows build issueCourtney Goeltzenleuchter
2015-03-03memTracker: Use local GetProcAddr rather than auto generated oneJon Ashburn
2015-03-03drawState: Use local GetProcAddr rather than auto generated oneJon Ashburn
2015-03-03layers: if no settings file or call overrides make callback override logingJon Ashburn
2015-03-03layers: Correctly set last bound PSO in DrawState layerTobin Ehlis
2015-03-02layers: Made mem_tracker thread-safeMark Lobodzinski
2015-03-02layers: Update last global DS in DrawState when UpdateDescriptors is calledTobin Ehlis
2015-03-02layers: DrawState Cmd Buffer tracking improvementsTobin Ehlis
2015-02-27layers: In DrawState track last global pipe state and dump that to dot diagramTobin Ehlis
2015-02-26layers: Fix null pointer reference in MemTrackerMark Lobodzinski
2015-02-26glave: Add command buffer diagram.Jeremy Hayes
2015-02-26layers: Remove spurious assert.Mark Lobodzinski
2015-02-26layers: Fix MemTracker memory leakMark Lobodzinski
2015-02-26layers: Correctly represent Descriptor-related arrays in DrawState dot fileTobin Ehlis
2015-02-25layer: Fixed options settings for generated layers, fixed typosMark Lobodzinski
2015-02-25layers: Fix Memtracker fence-related memory leakMark Lobodzinski
2015-02-25Win: layers (draw_state.c): Fix compilation error on Windows.Ian Elliott
2015-02-25layers: flush logged output so it's visible immediatelyCourtney Goeltzenleuchter
2015-02-25layers: Fix DrawState buffer over-run when clearing descriptorsTobin Ehlis
2015-02-25layers: Drawstate color descriptor edges and correctly clear slot mappingsTobin Ehlis
2015-02-25layers: Fix layer config file optionsMark Lobodzinski
2015-02-25layers: Validation check for CPU_VISIBLE bit set on MapMemory callsMark Lobodzinski
2015-02-25layers: Fix uninitialized variable in DrawState.Tobin Ehlis
2015-02-24layers: Add simple Cmd Buffer dot file dump to DrawStateTobin Ehlis
2015-02-24layers: Remove the automatic dumping of DOT files.Jon Ashburn
2015-02-24glvdebug: Use svg instead of png.Jeremy Hayes
2015-02-24layers: Add DrawState dot file output of descriptor detailsTobin Ehlis
2015-02-24layers: Fix buffer overrun in memtrackerMark Lobodzinski
2015-02-23layers: In DrawState correctly clear update chain for Struct NodeTobin Ehlis
2015-02-23layers: Add per-thread tracking of latest cmd bufferTobin Ehlis
2015-02-20layers: Multi-threading fixes for DrawStateTobin Ehlis
2015-02-20layers: Disable DrawState dot file autodump and an incorrect validation checkTobin Ehlis
2015-02-20layers: Fix DrawState bug to correctly shadow image/update structsTobin Ehlis
2015-02-19layers: DrawState bug fixesTobin Ehlis
2015-02-19layers: Fix memtracker reporting related to freeing presentable image memoryMark Lobodzinski
2015-02-19loader: do not set RTLD_DEEPBINDChia-I Wu
2015-02-18layers: Add debug code to DrawState for alloc and free callsTobin Ehlis
2015-02-18layers: Fix DrawState bug in UPDATE image/buffer shadowingTobin Ehlis