aboutsummaryrefslogtreecommitdiff
path: root/layers
AgeCommit message (Expand)Author
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
2015-02-18layers: Add memory management to DrawStateTobin Ehlis
2015-02-18layers: Correctly track pSetBindPoints per stage in DrawState layerTobin Ehlis
2015-02-18layers: Updated mem_tracker for new header changes.Mark Lobodzinski
2015-02-17intel: Remove scissor enable and scissor countCourtney Goeltzenleuchter
2015-02-17layers: Have DrawState and MemTracker use the common code for reportingJon Ashburn
2015-02-17layers: Add settings controls for the generated layers. Includes ParamChecker...Jon Ashburn
2015-02-16layers: Add simple txt print of CmdBuffer contentsTobin Ehlis
2015-02-16layers: Track DrawState on a per-cmd-buffer basisTobin Ehlis
2015-02-13Enable additional Linux warnings, for loader/layers/demos.Ian Elliott
2015-02-12Win: Attempt to keep from using Linux functions.Ian Elliott
2015-02-12Win: "layers_config.cpp" must #include "loader_platform.h"Ian Elliott
2015-02-12Win: Build both "layer_utils.lib" and "layer_utils.dll".Ian Elliott
2015-02-12Add draw state diagram on pause events.Jeremy Hayes
2015-02-12layers: Add ability to override layer settings from file with a callJon Ashburn
2015-02-12layers: Make layer utilities a shared library for one instance per all layersJon Ashburn
2015-02-11layers: Fixes for Windows buildTobin Ehlis
2015-02-11layers: Initial Descriptor Set output in DrawState Dot fileTobin Ehlis
2015-02-11layers: Restore DrawState to general level of functionalityTobin Ehlis
2015-02-09layers: Validate mem ref counts in queueSubmit callMark Lobodzinski
2015-02-05layers: Update README.md with current layer statusTobin Ehlis
2015-02-05Win: Eliminate VS2013 miscellaneous additional compiler warnings.Ian Elliott
2015-02-05Win: Eliminate VS2013 compiler warnings for "loader.c" ...Ian Elliott
2015-02-04layers: Add validation for mapped mem objects ref'd in cmd bufferMark Lobodzinski
2015-02-04Can compile "loader" and "layers" on Windows and Linux ...Ian Elliott
2015-02-04layers: Add object tracker validation for dynamic state objectsMark Lobodzinski
2015-02-04layers: Continuing to update DrawState for new binding modelTobin Ehlis
2015-02-04layers: Updating MemTracker and DrawState interfaces to match API updatesTobin Ehlis
2015-02-04Added Mark's change to track Fence submitTobin Ehlis
2015-02-04All of the codegen for layers is now working well enough that the generated l...Tobin Ehlis
2015-02-04xgl: Remove XGL_* typedef wrappersMark Lobodzinski