index
:
usermoji.git
mommy
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loader
Age
Commit message (
Expand
)
Author
2015-02-12
Linux: Add back the "C99" comment within "loader_platform.h"
Ian Elliott
2015-02-12
icd: add loader magic word to verify ICD is compatible
Courtney Goeltzenleuchter
2015-02-12
Win/icd: Move STATIC_INLINE macro, and use for magic funcs.
Ian Elliott
2015-02-11
layers: Fixes for Windows build
Tobin Ehlis
2015-02-11
loader: Update README.md to instancing API and C++ ICDs
Jon Ashburn
2015-02-09
Win: Build both STATIC (.lib) and SHARED (.dll) loader libraries.
Ian Elliott
2015-02-06
Win: Allow the demos "tri" and "xglinfo" to build on Windows.
Ian Elliott
2015-02-06
Fix unitialized value in xglCreateInstance().
Ian Elliott
2015-02-05
Win: Eliminate VS2013 miscellaneous additional compiler warnings.
Ian Elliott
2015-02-05
Win: Eliminate VS2013 compiler warnings for "loader.c" ...
Ian Elliott
2015-02-05
Win: Move some macros to "loader_platform.h"
Ian Elliott
2015-02-04
Can compile "loader" and "layers" on Windows and Linux ...
Ian Elliott
2015-02-04
loader: Make sure loader instances get updated upon DestroyInstance()
Jon Ashburn
2015-02-04
instance: Remove xglInitAndEnumerateGpus
Jon Ashburn
2015-02-04
loader: Add loops for multiple instances on global debug calls
Jon Ashburn
2015-02-04
demos: Convert to using Instancing API rather than xglInitAndEnumerateGpus()
Jon Ashburn
2015-02-04
loader: Finish implement CreateInstance and DestroyInstance
Jon Ashburn
2015-02-04
loader: Implement EnumerateGpus()
Jon Ashburn
2015-02-04
loader: Place icds into the instance, scan icds prior to instance create
Jon Ashburn
2015-02-04
instance: Added initial {Create|Destroy}Instance() and xglEnumerateGpus().
Jon Ashburn
2015-02-04
xgl: Remove XGL_* typedef wrappers
Mark Lobodzinski
2015-02-04
xgl: fix constness of pointers
Chia-I Wu
2015-02-04
icd: Link ICD with -Bsymbolic
GregF
2015-02-04
loader: Fix infinite loop on layer library scan if dlopen fails
Jon Ashburn
2015-02-04
xgl: Add xgl header changes for rev30 and 31.
Mark Lobodzinski
2015-02-04
loader: Include layers specified in environment
Courtney Goeltzenleuchter
2015-02-04
loader: Fix some typos and formatting
Courtney Goeltzenleuchter
2015-02-04
loader: use generated dispatch table ops
Chia-I Wu
2015-02-04
xgl-generate.py: rename LoaderSubcommand
Chia-I Wu
2015-02-04
loader: add README.md
Jon Ashburn
2015-02-04
remove unnecessary casting between XGL_CHAR/char
Chia-I Wu
2014-12-19
loader: Make sure msg callbacks get registered if added before initAndEnumGpu
Jon Ashburn
2014-12-04
loader: handle inserting dispatch table pointer into all created objects
Jon Ashburn
2014-12-02
loader: Fix missing terminator on string
Courtney Goeltzenleuchter
2014-12-02
loader: Make LIBXGL_LAYERS_PATH behave like LIBXGL_DRIVERS_PATH
Courtney Goeltzenleuchter
2014-12-02
loader: xglEnumerateLayers() returns layer names rather than library names
Jon Ashburn
2014-12-02
layers: Add Multi layer with example of multiple layers per file.
Jon Ashburn
2014-11-26
Add reserved parameter to xglEnumerateLayers for layer usage
Jon Ashburn
2014-11-26
loader: Make layer names be independent of layer library filename
Jon Ashburn
2014-11-26
loader: Change ActivateLayers name to be consistent with rest of loader
Jon Ashburn
2014-11-26
build: remove icd-dispatch-table.h generation from loader
Chia-I Wu
2014-11-21
Make the Dbg xgl global calls use dispatch table for layer support
Jon Ashburn
2014-11-21
update to the latest vertex fetch proposal
Chia-I Wu
2014-10-29
Loader: GPA fixes and also properly insert wrapped gpu objs into chain
Jon Ashburn
2014-10-29
Loader: Fix Seg fault when layers not activated via env var
Jon Ashburn
2014-10-29
Fix memory leaks in loader related to layers.
Jon Ashburn
2014-10-29
Make layer activation via CreateDevice struct or env variable
Jon Ashburn
2014-10-29
Loader: fix dispatch table initialization to handle multiple layers
Jon Ashburn
2014-10-29
Change GetProcAddr function signature to use XGL types.
Jon Ashburn
2014-10-29
Make layer activation per icd in loader and gets deactivated.
Jon Ashburn
[prev]
[next]