aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-11glave: Made Wsi & Dbg structs code-generated. All glave trace files now code-...Tobin Ehlis
2014-12-11glave: Added codegen for Wsi and Dbg .h & .c source filesTobin Ehlis
2014-12-11glave: Added codegen for glvtrace_xgl_xgl_structs.hTobin Ehlis
2014-12-11glave: Update replay to use code-gen version of xgl_enum_string_helper.hTobin Ehlis
2014-12-11glave: Codegen of packet_id headerTobin Ehlis
2014-12-11layers: Added codegen for glave glvtrace_xgl_xgl Header and C filesTobin Ehlis
2014-12-11Build Glave from top level Cmake for Xgl.Jon Ashburn
2014-12-11xgl: Update README to summarize recent changesCourtney Goeltzenleuchter
2014-12-10demos: Start using XGL_SLOT_SHADER_TEXTURE_RESOURCECody Northrop
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-08BIL: Updated to latest BIL spec / functionalityCourtney Goeltzenleuchter
2014-12-05layers: Eliminate statically allocated stringsCourtney Goeltzenleuchter
2014-12-04loader: handle inserting dispatch table pointer into all created objectsJon Ashburn
2014-12-04icd: Fix bug in generated Icd generated entrypoints don't unwrap gpu objectJon Ashburn
2014-12-04icd: Make driver use the same definition for dispatch table as loader usesJon Ashburn
2014-12-04misc: Add update summary to README.mdCourtney Goeltzenleuchter
2014-12-03tests: move xglinfo to demosChia-I Wu
2014-12-02loader: Fix missing terminator on stringCourtney Goeltzenleuchter
2014-12-02loader: Make LIBXGL_LAYERS_PATH behave like LIBXGL_DRIVERS_PATHCourtney Goeltzenleuchter
2014-12-02xgl: Update BIL/LunarGLASS/glslang versionsCourtney Goeltzenleuchter
2014-12-02Handle gaps in FS inputs.GregF
2014-12-02loader: xglEnumerateLayers() returns layer names rather than library namesJon Ashburn
2014-12-02include: Remove API typedefs from xglLayer.hJon Ashburn
2014-12-02include: Move API typedefs from xglLayer.h into xgl.h, xglDbg.h, xglWsiJon Ashburn
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-12-02demo cube: Clean up event processingCourtney Goeltzenleuchter
2014-12-02demo/cube: Remove unneeded callCourtney Goeltzenleuchter
2014-11-27demos: Update tri to include mem refs and properly clear mem bindings prior t...Tobin 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
2014-11-26layers: Report memory leaks as warnings in MemTracker layer.Tobin Ehlis
2014-11-26layers: Added APIDumpNoAddr layer that replaces variable addresses in API Dum...Tobin Ehlis
2014-11-26layers: Updated layer names to be camelCase where name is contained in librar...Tobin Ehlis
2014-11-26layers: Fix bug in CmdBuffer free for MemTracker layerTobin Ehlis
2014-11-26Add reserved parameter to xglEnumerateLayers for layer usageJon Ashburn
2014-11-26layers: Fix bug in DestroyObject code of MemTracker layer.Tobin Ehlis
2014-11-26layers: Update xglEnumerateLayers() to work with layer namesJon Ashburn
2014-11-26loader: Make layer names be independent of layer library filenameJon Ashburn
2014-11-26loader: Change ActivateLayers name to be consistent with rest of loaderJon Ashburn
2014-11-26layers: Add VBO validation to DrawState layer.Tobin Ehlis
2014-11-26layers: Account for the slotOffset when DS bound.Tobin Ehlis
2014-11-26layers: Flag ERROR on no DS bound if that DS is used by a shader.Tobin Ehlis
2014-11-26xgl: Update to current BIL/glslang/LunarGLASSCourtney Goeltzenleuchter
2014-11-26layers: Add thread ID to API dump messagesTobin Ehlis