aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-17intel: Remove scissor enable and scissor countCourtney Goeltzenleuchter
2015-02-17Add detail on cloning repoCourtney 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-13loader: Change sample code to not include a pointer.Ian Elliott
2015-02-13loader: Fix and enhance README.md.Ian Elliott
2015-02-13Eliminate "-Wsign-compare" warnings on Linux ...Ian Elliott
2015-02-13Enable additional Linux warnings, for loader/layers/demos.Ian Elliott
2015-02-13glave: Replay for UpdateDescriptor handle multiple replaysJon Ashburn
2015-02-13Minor fix/enhancement to BUILD.md.Ian Elliott
2015-02-12Win: Attempt to keep from using Linux functions.Ian Elliott
2015-02-12Linux: Add back the "C99" comment within "loader_platform.h"Ian Elliott
2015-02-12icd: add loader magic word to verify ICD is compatibleCourtney Goeltzenleuchter
2015-02-12Win/icd: Move STATIC_INLINE macro, and use for magic funcs.Ian Elliott
2015-02-12glave: Unregister debug callback on DestroyInstance()Jon Ashburn
2015-02-12icd: Fix removing callback from global listJon Ashburn
2015-02-12glave: Handle null pointers in stringify of entrypoint parametersJon Ashburn
2015-02-12Update BUILD.mdJens Owen
2015-02-12icd: add U_ASSERT_ONLYChia-I Wu
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-12glave: Add xgl settings that control the MemTracker and DrawState layersJon Ashburn
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-11Win/Linux: Eliminate gcc compiler warning for "xglinfo.c"Ian Elliott
2015-02-11layers: Fixes for Windows buildTobin Ehlis
2015-02-11tests demos: Fix pDataSize to be either unitinitalized or initialized.Jon Ashburn
2015-02-11glave: Fix entrypoints with pDataSize and pData to handle non-input paramJon Ashburn
2015-02-11glave: remap sampler object in xglCreateDescriptorSetLayout()Jon Ashburn
2015-02-11glave: Actually add the memory barrier list of structures to trace fileJon Ashburn
2015-02-11glave: Remap buf/image obj for MEMORY_BARRIER for cmdWaitEvents,cmdPipeBarrierJon Ashburn
2015-02-11glave: Fix interpretation of allocMemory and beginCommandBuffer trace packetsJon Ashburn
2015-02-11glave: Qualify adding to trace packet descriptor set layout structsJon Ashburn
2015-02-11loader: Update README.md to instancing API and C++ ICDsJon Ashburn
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-09Win: Eliminate VS2013 compiler warnings in "xglinfo.c"Ian Elliott
2015-02-09Win: Build both STATIC (.lib) and SHARED (.dll) loader libraries.Ian Elliott
2015-02-09glave: Fix for not correctly parsing down tree of structs in AllocMemoryTobin Ehlis
2015-02-09glave: Add custom code for embedded ptrs in CmdWaitEvents and CmdPipelineBarr...Tobin Ehlis
2015-02-09layers: Validate mem ref counts in queueSubmit callMark Lobodzinski
2015-02-09layers: Handle null fence objects in validationMark Lobodzinski
2015-02-08Merge pull request #2 from FslNopper/masterNorbert Nopper
2015-02-07Merge pull request #2 from KhronosGroup/masterNorbert Nopper
2015-02-06Win: Allow the demos "tri" and "xglinfo" to build on Windows.Ian Elliott
2015-02-06Restore xgl.h comments and original whitespacePiers Daniell
2015-02-06Get xglPlatform.h working with old MSVCGingertoes