aboutsummaryrefslogtreecommitdiff
path: root/icd
AgeCommit message (Expand)Author
2015-03-06Win/C11: Use _align_malloc() on Windows, align_alloc() elsewhere.Ian Elliott
2015-03-06Win: Fix a compiler warning in "icd/common"Ian Elliott
2015-03-05nulldrv: build it on LinuxChia-I Wu
2015-03-05nulldrv: fix gcc errors/warningsChia-I Wu
2015-03-05icd: remove stale function declarationsChia-I Wu
2015-03-05icd: remove unused icd-alloc.[ch]Chia-I Wu
2015-03-05nulldrv: remove icd-alloc.h dependencyChia-I Wu
2015-03-05icd: add support for per-instance DRM enumerationChia-I Wu
2015-03-05icd: add generic icd_instanceChia-I Wu
2015-03-02Modify xcb_nvidia/nulldrv to also support nulldrv.Ian Elliott
2015-03-02Update tri and cube with stagePiers Daniell
2015-02-19nulldrv: Return proper structure size for buffer objectIan Elliott
2015-02-18Win: Can now use "static inline" on Windows (i.e. no code mods).Ian Elliott
2015-02-18Win: Build Glave replay on Windows (REQUIRES NEW CMAKE COMMAND).David Pinedo
2015-02-18nulldrv: Creation of the nulldrv, for use on Windows.David Pinedo
2015-02-18icd: add likely()/unlikely()Chia-I Wu
2015-02-17Win: MUST USE "STATIC_INLINE" instead of "static inline"Ian Elliott
2015-02-17intel: Remove unnecessary dualBlendMode enableCourtney Goeltzenleuchter
2015-02-13Eliminate "-Wsign-compare" warnings on Linux ...Ian Elliott
2015-02-12icd: Fix removing callback from global listJon Ashburn
2015-02-12icd: add U_ASSERT_ONLYChia-I Wu
2015-02-04instance: Remove xglInitAndEnumerateGpusJon Ashburn
2015-02-04xgl: Remove XGL_* typedef wrappersMark Lobodzinski
2015-02-04Update XGL_FORMAT.Jeremy Hayes
2015-02-04memory alloc: Add IMAGE and BUFFER alloc info structuresJon Ashburn
2015-02-04complete fixed-function vertex fetch supportChia-I Wu
2015-02-04XGL: Move to svn r28460.Jeremy Hayes
2015-02-04icd: clean up build rulesChia-I Wu
2015-02-04icd: no need to include xglLayer.hChia-I Wu
2015-02-04icd: build a static libraryChia-I Wu
2015-02-04icd: stop generating icd-dispatch-entrypoints.cChia-I Wu
2015-02-04icd: remove icd.cChia-I Wu
2015-02-04icd: clean up logging functionsChia-I Wu
2015-02-04icd: clean up alloc functionsChia-I Wu
2015-02-04icd: make probe_syspath() staticChia-I Wu
2015-02-04remove unnecessary casting between XGL_CHAR/charChia-I Wu
2015-02-04include: fix typedefsChia-I Wu
2015-02-04icd: add icd_format_get_raw_value()Chia-I Wu
2015-02-04icd: add u_ffs()Chia-I Wu
2014-12-19Update README.mdJens Owen
2014-12-04icd: Make driver use the same definition for dispatch table as loader usesJon Ashburn
2014-12-02Handle gaps in FS inputs.GregF
2014-11-26build: do not pollute source tree with icd-dispatch-table.hChia-I Wu
2014-11-21Make the Dbg xgl global calls use dispatch table for layer supportJon Ashburn
2014-11-21Added u_popcount to abstract __builtin_popcount.GregF
2014-10-31compiler: C linkage for icd alloc and freeCody Northrop
2014-10-29Layers initial prototype.Jon Ashburn
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