aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-18nulldrv: Creation of the nulldrv, for use on Windows.David Pinedo
2015-02-18layers: Updated mem_tracker for new header changes.Mark Lobodzinski
2015-02-18icd: add likely()/unlikely()Chia-I Wu
2015-02-17Win: MUST USE "STATIC_INLINE" instead of "static inline"Ian Elliott
2015-02-17loader: Enable env extensions as well as app.Courtney Goeltzenleuchter
2015-02-17cmake: support clang as the compilerChia-I Wu
2015-02-17layers: Fix compilation error on ObjectTracker and Generic layerJon Ashburn
2015-02-17intel: Add colorAttachmentCountCourtney Goeltzenleuchter
2015-02-17intel: Remove unnecessary dualBlendMode enableCourtney Goeltzenleuchter
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