aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-04xgl: resource transition integrated, update xgl.h versionMike Stroyan
2015-02-04xgl: Resource transition proposal from Bug 12904.Mike Stroyan
2015-02-04xgl: Dynamic State complete, update header versionCourtney Goeltzenleuchter
2015-02-04driver:implement changes for Dynamic StateTony Barbour
2015-02-04xgl: Buffer Object integrated, update xgl.h versionCourtney Goeltzenleuchter
2015-02-04update for buffer object changesChia-I Wu
2015-02-04xgl: Tiler updates complete, Update header versionCourtney Goeltzenleuchter
2015-02-04misc: Fix tiler rebase in driver, tests, includeJeremy Hayes
2015-02-04glave: Make tiler GPU changes work for tracing and replayingJon Ashburn
2015-02-04demos: Remove CmdBindAttachments() for tiler GpusJon Ashburn
2015-02-04layers: Remove CmdBindAttachment() for tiler GPUsJon Ashburn
2015-02-04include: Remove CmdBindAttachments()Jon Ashburn
2015-02-04layers: Update BeginCommandBuffer API for Tiler GpusJon Ashburn
2015-02-04demos: Change BeginCommandBuffer for Tiler GpusJon Ashburn
2015-02-04include: xglBeginCommandBuffer API changed for Tiler GpusJon Ashburn
2015-02-04glave: Add support for new APIs to support Tiler GpusJon Ashburn
2015-02-04include: Add new API changes including structs/enums for Tiling GPU supportJon Ashburn
2015-02-04XGL: Move to svn r28460.Jeremy Hayes
2015-02-04xgl: Do not build layers or glave during xgl.h updateCourtney Goeltzenleuchter
2015-02-04cmake: Fix BIL overlay to glslangCody Northrop
2015-02-04cmake: fix up gtest and set -fvisibility=hidden globallyChia-I Wu
2015-02-04icd: update glslang, bil and lunarglassGregF
2015-02-04icd: Link ICD with -BsymbolicGregF
2015-02-04include: set version to 0.22.1 for recent ABI changesJon Ashburn
2015-02-04loader: Fix infinite loop on layer library scan if dlopen failsJon Ashburn
2015-02-04xgl.py: missing xgl prefix in XGL_LAYER_DISPATCH_TABLEChia-I Wu
2015-02-04layers: Updated MemTracker to track per-region memory transition states for a...Tobin Ehlis
2015-02-04layers: Added per-region memory state trackingTobin Ehlis
2015-02-04layers: Enhancements to MemTracker and DrawStateTobin Ehlis
2015-02-04Revert "layers: Fix generation of EnumerateLayers in APIDump"Jon Ashburn
2015-02-04layers: Fix generation of EnumerateLayers in APIDumpJon Ashburn
2015-02-04xgl_helper: Eliminate compiler not used warningCourtney Goeltzenleuchter
2015-02-04layers: Make sure we deref pointers to countsCourtney Goeltzenleuchter
2015-02-04layers: Fix APIDump param generation for Cpp versus CJon Ashburn
2015-02-04glvreplay_xgl: Add 'EnableLayers' setting to control which XGL validation lay...Peter Lohrmann
2015-02-04glave: Update xgl debugger and replayer to include support for settings.Peter Lohrmann
2015-02-04glave: Fix xglCreateDevice replay code to not modify packet.Jon Ashburn
2015-02-04glave: Remove MemTracker and replace with ObjectTrackerJon Ashburn
2015-02-04glave: Register a handler in replayer for error msg callbacks and report theseJon Ashburn
2015-02-04layers: APIDump* layers now print input array elementsTobin Ehlis
2015-02-04layers: ParamChecker handles dynamic arrays of structsTobin Ehlis
2015-02-04layers: Updated README to include ParamCheckerTobin Ehlis
2015-02-04layers: Validate structs embedded in structsTobin Ehlis
2015-02-04layers: Add comment to xgl_helper.pyJon Ashburn
2015-02-04layers: Add ENUM param checks to "gpu" funcsTobin Ehlis
2015-02-04layers: Initial ParamChecker layerTobin Ehlis
2015-02-04icd: clean up build rulesChia-I Wu
2015-02-04cmake: use find_package() for XCBChia-I Wu
2015-02-04cmake: add find modulesChia-I Wu
2015-02-04xgl.py: fix prototype paringChia-I Wu