aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-25glave: Fix locking of mem_info entries in UnmapMemoryJon Ashburn
2015-02-25layers: Fix DrawState buffer over-run when clearing descriptorsTobin Ehlis
2015-02-25layers: Drawstate color descriptor edges and correctly clear slot mappingsTobin Ehlis
2015-02-25layers: Fix layer config file optionsMark Lobodzinski
2015-02-25layers: Validation check for CPU_VISIBLE bit set on MapMemory callsMark Lobodzinski
2015-02-25layers: Fix uninitialized variable in DrawState.Tobin Ehlis
2015-02-25update BUILD.md for imported libdrmChia-I Wu
2015-02-25glave: For color array params, correctly size trace buffer based on array typ...Tobin Ehlis
2015-02-25cmake: remove unused FindDRM.cmakeChia-I Wu
2015-02-25intel: add and link with libintelkmd.aChia-I Wu
2015-02-24demos/cube: use a single layoutChia-I Wu
2015-02-24demos: Updated tri to use staging buffer for textureCourtney Goeltzenleuchter
2015-02-24cube: Fix leaking resourcesCourtney Goeltzenleuchter
2015-02-24layers: Add simple Cmd Buffer dot file dump to DrawStateTobin Ehlis
2015-02-24layers: For ParamChecker, verify struct ptrs aren't NULL before validatingTobin Ehlis
2015-02-24layers: Remove destroyed/freed objects from both object listsMark Lobodzinski
2015-02-24layers: Remove the automatic dumping of DOT files.Jon Ashburn
2015-02-24glave: Add Dump() to debugger so DrawState dumping can occur on pausesJon Ashburn
2015-02-24glvdebug: Use svg instead of png.Jeremy Hayes
2015-02-24layers: Add DrawState dot file output of descriptor detailsTobin Ehlis
2015-02-24layers: Fix buffer overrun in memtrackerMark Lobodzinski
2015-02-23misc: Use XGL_API_VERSION instead of hard coded valueCourtney Goeltzenleuchter
2015-02-23tri: Change from having a hard-coded API version to using the latest.Ian Elliott
2015-02-23layers: In DrawState correctly clear update chain for Struct NodeTobin Ehlis
2015-02-23layers: Lock ObjectTracker linked-list accessTobin Ehlis
2015-02-23layers: Add per-thread tracking of latest cmd bufferTobin Ehlis
2015-02-23layers: Don't run ObjectTracker checks on NULL mem objectsTobin Ehlis
2015-02-23glave: Don't log error if replay is succesful but trace was not_readyJon Ashburn
2015-02-20glave: Fix search of mem_info list on UnmapMemory during tracingJon Ashburn
2015-02-20glave: Improve logging for anomalous conditions around Map and Unmap memoryJon Ashburn
2015-02-20glave: Lock around access to the global mem_info listJon Ashburn
2015-02-20glave: Fix bug in tracing CreateRenderPass with NULL attachmentsJon Ashburn
2015-02-20layers: Multi-threading fixes for DrawStateTobin Ehlis
2015-02-20layers: Disable DrawState dot file autodump and an incorrect validation checkTobin Ehlis
2015-02-20layers: Fix DrawState bug to correctly shadow image/update structsTobin Ehlis
2015-02-20loader: Fix merge of layer names from env and CreateDeviceJon Ashburn
2015-02-19loader: initialize result for xglCreateInstance().Ian Elliott
2015-02-19nulldrv: Return proper structure size for buffer objectIan Elliott
2015-02-19layers: DrawState bug fixesTobin Ehlis
2015-02-19layers: Fix memtracker reporting related to freeing presentable image memoryMark Lobodzinski
2015-02-19loader: do not set RTLD_DEEPBINDChia-I Wu
2015-02-18loader: Correct layer path lookup nameCourtney Goeltzenleuchter
2015-02-18layers: Add debug code to DrawState for alloc and free callsTobin Ehlis
2015-02-18layers: Fix DrawState bug in UPDATE image/buffer shadowingTobin Ehlis
2015-02-18layers: Add memory management to DrawStateTobin Ehlis
2015-02-18layers: Correctly track pSetBindPoints per stage in DrawState layerTobin Ehlis
2015-02-18Win: Can now use "static inline" on Windows (i.e. no code mods).Ian Elliott
2015-02-18loader: Windows now uses registry + env's (diff names)Ian Elliott
2015-02-18Win: Build Glave replay on Windows (REQUIRES NEW CMAKE COMMAND).David Pinedo
2015-02-18Redo the way Glave settings are obtained.Ian Elliott