aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-08-16icd: add common format functionsChia-I Wu
2014-08-16icd: add common utility functionsChia-I Wu
2014-08-06icd: add a note about thread safetyChia-I Wu
2014-08-06loader: short cut when init with maxGpus equal to 0Chia-I Wu
2014-08-06icd: fix driver reinit without alloc cbChia-I Wu
2014-08-06intel: adapt intel_winsys for our needsChia-I Wu
2014-08-06icd: assign each allocator a unique idChia-I Wu
2014-08-06header: add XGL_DBG_OBJECT_TYPEChia-I Wu
2014-08-04loader: refactor loader_icd_scan()Chia-I Wu
2014-08-04loader: fix out-of-tree buildsChia-I Wu
2014-08-04intel: add dummy dispatch tablesChia-I Wu
2014-08-04add and deal with -fvisibility=hidden everywhereChia-I Wu
2014-08-04common: add common code for all driversChia-I Wu
2014-08-04cmake: -Werror -Wextra -Wno...Chia-I Wu
2014-08-03loader: ignore __icd{Load,Unload}Chia-I Wu
2014-08-03rename drivers/ to icd/Chia-I Wu
2014-08-03loader: let cmake generate the source fileChia-I Wu