aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-19loader: initialize result for xglCreateInstance().Ian Elliott
2015-02-19nulldrv: Return proper structure size for buffer objectIan Elliott
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-18loader: Correct layer path lookup nameCourtney Goeltzenleuchter
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-18Win: Can now use "static inline" on Windows (i.e. no code mods).Ian Elliott
2015-02-18loader: Windows now uses registry + env's (diff names)Ian Elliott
2015-02-18Win: Build Glave replay on Windows (REQUIRES NEW CMAKE COMMAND).David Pinedo
2015-02-18Redo the way Glave settings are obtained.Ian Elliott
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