aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-29Layers: Change Basic layer to implement an extension and wrap GetExtensionJon Ashburn
2014-10-29Loader: GPA fixes and also properly insert wrapped gpu objs into chainJon Ashburn
2014-10-29Bug fixes for draw_state.c layerTobin Ehlis
2014-10-29Initial version of draw state layerTobin Ehlis
2014-10-29Add xglDestroyDevice() call to test framework.Tobin Ehlis
2014-10-29layers: update documentationJon Ashburn
2014-10-29Loader: Fix Seg fault when layers not activated via env varJon Ashburn
2014-10-29layers : Updates to layers READMETobin Ehlis
2014-10-29More formated struct printing for API DumpTobin Ehlis
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-29Better memory management in api_dump layer and struct print helperTobin Ehlis
2014-10-29Loader: fix dispatch table initialization to handle multiple layersJon Ashburn
2014-10-29Improved API Dump and OBJ Track layersTobin Ehlis
2014-10-29Initial layer to dump api callsTobin Ehlis
2014-10-29Added object_track.c layer and include cmake step to build libXGLLayerObjectT...Tobin Ehlis
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-29Fixes to Basic and Generic layers to work singly with LD_PRELOADJon Ashburn
2014-10-29Layers initial prototype.Jon Ashburn
2014-10-29loader: initialize memoryCourtney Goeltzenleuchter
2014-10-22icd: add icd_format_is_equal()Chia-I Wu
2014-10-17intel: fix memory leak spotted by valgrindCourtney Goeltzenleuchter
2014-10-14icd: Fix incorrect return typeCourtney Goeltzenleuchter
2014-10-08Fix loader icd_scan to Null terminate stringsJon Ashburn
2014-10-08include: update xgl.h with FF vertex fetchChia-I Wu
2014-10-08icd: add icd_format_get_channel_countChia-I Wu
2014-10-06Added graphiviz dot and png files to visualize some API detailsTobin Ehlis
2014-09-23add stubs for XGL_WSI_X11Chia-I Wu
2014-09-23include: add preliminary XGL_WSI_X11 proposalChia-I Wu
2014-09-18tidy up the build system a bitChia-I Wu
2014-09-18delete GitSHA1.c generationChia-I Wu
2014-09-15icd: add an API to scan Linux DRM subsystemChia-I Wu
2014-09-13xgl-generate: do not hardcode #include'sChia-I Wu
2014-09-13remove XGLConfig.h.inChia-I Wu
2014-09-11xgl: Remove mantle headersCourtney Goeltzenleuchter
2014-09-09icd: add u_uifChia-I Wu
2014-09-02update copyright informationChia-I Wu
2014-09-01xgl: Add build instructionsCourtney Goeltzenleuchter
2014-09-01xgl: Add project readmeCourtney Goeltzenleuchter
2014-09-01add a top-level .gitignoreChia-I Wu
2014-08-29icd: remove generated icd-dispatch-table.hChia-I Wu
2014-08-28intel: Use single PSO command bufferCourtney Goeltzenleuchter
2014-08-28icd: rename and prefix shader_il.hChia-I Wu
2014-08-20intel: Add CreateShaderCourtney Goeltzenleuchter
2014-08-20icd: Add shader IL headerCourtney Goeltzenleuchter
2014-08-20xgl: Fix typo for IA_PIPELINE sType.Courtney Goeltzenleuchter
2014-08-18icd: add more utils for working with floatsChia-I Wu