aboutsummaryrefslogtreecommitdiff
path: root/layers
AgeCommit message (Expand)Author
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
2015-02-04xgl: Rename semaphore enumsMark Lobodzinski
2015-02-04memory alloc: Add allocation index to BindObjectMemoryJon Ashburn
2015-02-04memory alloc: Remove xglGetMemoryHeapXXX from driver,loader, glave, layersJon Ashburn
2015-02-04xgl: Resource transition proposal from Bug 12904.Mike Stroyan
2015-02-04layers: Remove CmdBindAttachment() for tiler GPUsJon Ashburn
2015-02-04layers: Update BeginCommandBuffer API for Tiler GpusJon Ashburn
2015-02-04layers: Updated MemTracker to track per-region memory transition states for a...Tobin Ehlis
2015-02-04layers: Added per-region memory state trackingTobin Ehlis
2015-02-04layers: Enhancements to MemTracker and DrawStateTobin Ehlis
2015-02-04layers: Updated README to include ParamCheckerTobin Ehlis
2015-02-04layers: Initial ParamChecker layerTobin Ehlis
2015-02-04xgl: Add xgl header changes for rev30 and 31.Mark Lobodzinski
2015-02-04layers: Create APIDump[NoAddr]Cpp layers using c++ string and streamsTobin Ehlis
2015-02-04layers: Default MemTracker and DrawState to verbose stdout mode when no setti...Tobin Ehlis
2015-02-04layers: xgl-helper.py depends on xgl.hChia-I Wu
2015-02-04layers: use generated layer_intercept_proc()Chia-I Wu
2015-02-04layers: intercept xglCmdBindVertexData() in DrawState and MemTrackerChia-I Wu
2015-02-04layers: simplify xglGetProcAddr() for Basic and MultiChia-I Wu
2015-02-04layers: simplify initLayerTable()Chia-I Wu
2015-02-04layers: no explicit enum values for internal enumsChia-I Wu
2015-02-04layers: DrawState layer now support the layers settings fileJon Ashburn
2015-02-04layers: MemTracker support the new layers settings file for configurationJon Ashburn
2015-02-04layers: Add utilities for layer configuration via settings file.Jon Ashburn
2015-02-04remove unnecessary casting between XGL_CHAR/charChia-I Wu
2015-02-04layers: fix parallel buildingChia-I Wu
2014-12-19layers: Format improvements on READMEJon Ashburn
2014-12-19Update README.mdJens Owen
2014-12-17layers: do not override CMAKE_C_FLAGSChia-I Wu
2014-12-17layers: fix -Wpointer-sign warningsChia-I Wu
2014-12-17layers: fix -Wunused-variable warningsChia-I Wu
2014-12-17layers: fix -Wswitch warningsChia-I Wu
2014-12-16layers: DrawState layer can now dump png image of dot graphTobin Ehlis
2014-12-10xgl: Add new resource type for texturesCody Northrop
2014-12-09layers: Don't show totally unused DS slots or arrows for slots unused by a pa...Tobin Ehlis
2014-12-02layers: Add Multi layer with example of multiple layers per file.Jon Ashburn
2014-12-02layers: DrawState layer can dump complete State to Graphviz dot file formatTobin Ehlis
2014-12-02layers: Added mutext to DrawState to guard global linked-lists.Tobin Ehlis
2014-12-02layers: Tracking and reporting dynamic state in DrawState layerTobin Ehlis
2014-11-27layers: MemTracker clears CB refs if CB obj destroyed and correctly destroys ...Tobin Ehlis
2014-11-27layers: Updated README with further layer descriptions.Tobin Ehlis
2014-11-26layers: Update README.md for overall documentation and Basic layerJon Ashburn
2014-11-26layers: Upgrade Basic to support multi-gpu multi-dispatch tableJon Ashburn