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
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
2014-10-29
Add function to set an icd's dispatch table for subsequently created objects.
Jon Ashburn
2014-10-29
Add xglEnumerateLayers function including support in layers.
Jon Ashburn
2014-10-29
Layers initial prototype.
Jon Ashburn
2014-10-29
loader: initialize memory
Courtney Goeltzenleuchter
2014-10-08
Fix loader icd_scan to Null terminate strings
Jon Ashburn
2014-09-23
add stubs for XGL_WSI_X11
Chia-I Wu
2014-09-02
update copyright information
Chia-I Wu
2014-08-06
loader: short cut when init with maxGpus equal to 0
Chia-I Wu
2014-08-04
loader: refactor loader_icd_scan()
Chia-I Wu
2014-08-04
loader: fix out-of-tree builds
Chia-I Wu
2014-08-04
add and deal with -fvisibility=hidden everywhere
Chia-I Wu
2014-08-03
loader: ignore __icd{Load,Unload}
Chia-I Wu
2014-08-03
loader: let cmake generate the source file
Chia-I Wu
2014-08-01
loader: Scans for libXGL libraries.
Courtney Goeltzenleuchter
2014-08-01
xgl-generate: improve constness
Chia-I Wu
2014-08-01
loader: add a generic ICD loader
Chia-I Wu