aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2014-12-04loader: handle inserting dispatch table pointer into all created objectsJon Ashburn
2014-12-02loader: Fix missing terminator on stringCourtney Goeltzenleuchter
2014-12-02loader: Make LIBXGL_LAYERS_PATH behave like LIBXGL_DRIVERS_PATHCourtney Goeltzenleuchter
2014-12-02loader: xglEnumerateLayers() returns layer names rather than library namesJon Ashburn
2014-12-02layers: Add Multi layer with example of multiple layers per file.Jon Ashburn
2014-11-26Add reserved parameter to xglEnumerateLayers for layer usageJon Ashburn
2014-11-26loader: Make layer names be independent of layer library filenameJon Ashburn
2014-11-26loader: Change ActivateLayers name to be consistent with rest of loaderJon Ashburn
2014-11-26build: remove icd-dispatch-table.h generation from loaderChia-I Wu
2014-11-21Make the Dbg xgl global calls use dispatch table for layer supportJon Ashburn
2014-11-21update to the latest vertex fetch proposalChia-I Wu
2014-10-29Loader: GPA fixes and also properly insert wrapped gpu objs into chainJon Ashburn
2014-10-29Loader: Fix Seg fault when layers not activated via env varJon Ashburn
2014-10-29Fix memory leaks in loader related to layers.Jon Ashburn
2014-10-29Make layer activation via CreateDevice struct or env variableJon Ashburn
2014-10-29Loader: fix dispatch table initialization to handle multiple layersJon Ashburn
2014-10-29Change GetProcAddr function signature to use XGL types.Jon Ashburn
2014-10-29Make layer activation per icd in loader and gets deactivated.Jon Ashburn
2014-10-29Add function to set an icd's dispatch table for subsequently created objects.Jon Ashburn
2014-10-29Add xglEnumerateLayers function including support in layers.Jon Ashburn
2014-10-29Layers initial prototype.Jon Ashburn
2014-10-29loader: initialize memoryCourtney Goeltzenleuchter
2014-10-08Fix loader icd_scan to Null terminate stringsJon Ashburn
2014-09-23add stubs for XGL_WSI_X11Chia-I Wu
2014-09-02update copyright informationChia-I Wu
2014-08-06loader: short cut when init with maxGpus equal to 0Chia-I Wu
2014-08-04loader: refactor loader_icd_scan()Chia-I Wu
2014-08-04loader: fix out-of-tree buildsChia-I Wu
2014-08-04add and deal with -fvisibility=hidden everywhereChia-I Wu
2014-08-03loader: ignore __icd{Load,Unload}Chia-I Wu
2014-08-03loader: let cmake generate the source fileChia-I Wu
2014-08-01loader: Scans for libXGL libraries.Courtney Goeltzenleuchter
2014-08-01xgl-generate: improve constnessChia-I Wu
2014-08-01loader: add a generic ICD loaderChia-I Wu