aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2015-04-16vulkan: API renamingCourtney Goeltzenleuchter
2015-04-16renaming: Move many xgl files to vk versionCourtney Goeltzenleuchter
2015-04-16Stage 1 of renameCourtney Goeltzenleuchter
2015-04-16misc: Add create_info struct to CreateInstance()Jon Ashburn
2015-04-16loader: Merge extensions and layersCourtney Goeltzenleuchter
2015-04-16loader: Fix Dbg entrypoints with instance param to not loop all instancesJon Ashburn
2015-04-16xgl: update xglDbg.h for XGL_INSTANCECourtney Goeltzenleuchter
2015-04-16loader: Fix prefix used to find layer library.Courtney Goeltzenleuchter
2015-04-11xgl-generate.py: add and use helpers from loader.hChia-I Wu
2015-04-11xgl-generate.py: add WinDefFileSubcommandChia-I Wu
2015-04-03Fix NULL-pointer dereference if can't find registry entry.Ian Elliott
2015-03-31New loader_get_registry_value() function reads 32/64 registry ...Ian Elliott
2015-03-18win: Make build able to find python3 on Windows and LinuxJon Ashburn
2015-03-17Revert "misc: Explicitly run python for generated code"Jon Ashburn
2015-03-17misc: Explicitly run python for generated codeJon Ashburn
2015-03-02Get the trace player to work with WindowsPiers Daniell
2015-03-02Update tri and cube with stagePiers Daniell
2015-02-20loader: Fix merge of layer names from env and CreateDeviceJon Ashburn
2015-02-19loader: initialize result for xglCreateInstance().Ian Elliott
2015-02-19loader: do not set RTLD_DEEPBINDChia-I Wu
2015-02-18loader: Correct layer path lookup nameCourtney Goeltzenleuchter
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-17loader: Enable env extensions as well as app.Courtney Goeltzenleuchter
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-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-11layers: Fixes for Windows buildTobin Ehlis
2015-02-11loader: Update README.md to instancing API and C++ ICDsJon Ashburn
2015-02-09Win: Build both STATIC (.lib) and SHARED (.dll) loader libraries.Ian Elliott
2015-02-06Win: Allow the demos "tri" and "xglinfo" to build on Windows.Ian Elliott
2015-02-06Fix unitialized value in xglCreateInstance().Ian Elliott
2015-02-05Win: Eliminate VS2013 miscellaneous additional compiler warnings.Ian Elliott
2015-02-05Win: Eliminate VS2013 compiler warnings for "loader.c" ...Ian Elliott
2015-02-05Win: Move some macros to "loader_platform.h"Ian Elliott
2015-02-04Can compile "loader" and "layers" on Windows and Linux ...Ian Elliott
2015-02-04loader: Make sure loader instances get updated upon DestroyInstance()Jon Ashburn
2015-02-04instance: Remove xglInitAndEnumerateGpusJon Ashburn
2015-02-04loader: Add loops for multiple instances on global debug callsJon Ashburn
2015-02-04demos: Convert to using Instancing API rather than xglInitAndEnumerateGpus()Jon Ashburn
2015-02-04loader: Finish implement CreateInstance and DestroyInstanceJon Ashburn
2015-02-04loader: Implement EnumerateGpus()Jon Ashburn
2015-02-04loader: Place icds into the instance, scan icds prior to instance createJon Ashburn
2015-02-04instance: Added initial {Create|Destroy}Instance() and xglEnumerateGpus().Jon Ashburn
2015-02-04xgl: Remove XGL_* typedef wrappersMark Lobodzinski