platform/upstream/Vulkan-Tools.git
2015-02-26 Courtney Goeltzenleu... layers: flush logged output so it's visible immediately
2015-02-26 Courtney Goeltzenleu... demos: Clean up objects after cmd buf built
2015-02-26 Courtney Goeltzenleu... demos: Update to single layout
2015-02-26 Courtney Goeltzenleu... demos: Be sure to initialize pNext
2015-02-26 Courtney Goeltzenleu... demos: Bug fix: Unbind image object
2015-02-26 Courtney Goeltzenleu... demos: Be sure to request correct memory type
2015-02-26 Courtney Goeltzenleu... demos: Add use_staging option
2015-02-26 Courtney Goeltzenleu... cube: Use staging buffer for texture upload
2015-02-26 Courtney Goeltzenleu... demos: Integrate feedback from NVIDIA
2015-02-26 Courtney Goeltzenleu... demos: Refactor to simplify and optimize
2015-02-25 Jon Ashburnlayers: Check for NULL pointer with dynamic_display()
2015-02-25 Jon Ashburnglave: Fix locking of mem_info entries in UnmapMemory
2015-02-25 Tobin Ehlislayers: Fix DrawState buffer over-run when clearing...
2015-02-25 Tobin Ehlislayers: Drawstate color descriptor edges and correctly...
2015-02-25 Mark Lobodzinskilayers: Fix layer config file options
2015-02-25 Mark Lobodzinskilayers: Validation check for CPU_VISIBLE bit set on...
2015-02-25 Tobin Ehlislayers: Fix uninitialized variable in DrawState.
2015-02-25 Chia-I Wuupdate BUILD.md for imported libdrm
2015-02-25 Tobin Ehlisglave: For color array params, correctly size trace...
2015-02-25 Chia-I Wucmake: remove unused FindDRM.cmake
2015-02-25 Chia-I Wuintel: add and link with libintelkmd.a
2015-02-24 Chia-I Wudemos/cube: use a single layout
2015-02-24 Courtney Goeltzenleu... demos: Updated tri to use staging buffer for texture
2015-02-24 Courtney Goeltzenleu... cube: Fix leaking resources
2015-02-24 Tobin Ehlislayers: Add simple Cmd Buffer dot file dump to DrawState
2015-02-24 Tobin Ehlislayers: For ParamChecker, verify struct ptrs aren't...
2015-02-24 Mark Lobodzinskilayers: Remove destroyed/freed objects from both object...
2015-02-24 Jon Ashburnlayers: Remove the automatic dumping of DOT files.
2015-02-24 Jon Ashburnglave: Add Dump() to debugger so DrawState dumping...
2015-02-24 Jeremy Hayesglvdebug: Use svg instead of png.
2015-02-24 Tobin Ehlislayers: Add DrawState dot file output of descriptor...
2015-02-24 Mark Lobodzinskilayers: Fix buffer overrun in memtracker
2015-02-24 Courtney Goeltzenleu... misc: Use XGL_API_VERSION instead of hard coded value
2015-02-24 Ian Elliotttri: Change from having a hard-coded API version to...
2015-02-23 Tobin Ehlislayers: In DrawState correctly clear update chain for...
2015-02-23 Tobin Ehlislayers: Lock ObjectTracker linked-list access
2015-02-23 Tobin Ehlislayers: Add per-thread tracking of latest cmd buffer
2015-02-23 Tobin Ehlislayers: Don't run ObjectTracker checks on NULL mem...
2015-02-23 Jon Ashburnglave: Don't log error if replay is succesful but trace...
2015-02-20 Jon Ashburnglave: Fix search of mem_info list on UnmapMemory...
2015-02-20 Jon Ashburnglave: Improve logging for anomalous conditions around...
2015-02-20 Jon Ashburnglave: Lock around access to the global mem_info list
2015-02-20 Jon Ashburnglave: Fix bug in tracing CreateRenderPass with NULL...
2015-02-20 Tobin Ehlislayers: Multi-threading fixes for DrawState
2015-02-20 Tobin Ehlislayers: Disable DrawState dot file autodump and an...
2015-02-20 Tobin Ehlislayers: Fix DrawState bug to correctly shadow image...
2015-02-20 Jon Ashburnloader: Fix merge of layer names from env and CreateDevice
2015-02-19 Ian Elliottloader: initialize result for xglCreateInstance().
2015-02-19 Ian Elliottnulldrv: Return proper structure size for buffer object
2015-02-19 Tobin Ehlislayers: DrawState bug fixes
2015-02-19 Mark Lobodzinskilayers: Fix memtracker reporting related to freeing...
2015-02-19 Chia-I Wuloader: do not set RTLD_DEEPBIND
2015-02-19 Courtney Goeltzenleu... loader: Correct layer path lookup name
2015-02-18 Tobin Ehlislayers: Add debug code to DrawState for alloc and free...
2015-02-18 Tobin Ehlislayers: Fix DrawState bug in UPDATE image/buffer shadowing
2015-02-18 Tobin Ehlislayers: Add memory management to DrawState
2015-02-18 Tobin Ehlislayers: Correctly track pSetBindPoints per stage in...
2015-02-18 Ian ElliottWin: Can now use "static inline" on Windows (i.e. no...
2015-02-18 Ian Elliottloader: Windows now uses registry + env's (diff names)
2015-02-18 David PinedoWin: Build Glave replay on Windows (REQUIRES NEW CMAKE...
2015-02-18 Ian ElliottRedo the way Glave settings are obtained.
2015-02-18 David Pinedonulldrv: Creation of the nulldrv, for use on Windows.
2015-02-18 Mark Lobodzinskilayers: Updated mem_tracker for new header changes.
2015-02-18 Chia-I Wuicd: add likely()/unlikely()
2015-02-17 Ian ElliottWin: MUST USE "STATIC_INLINE" instead of "static inline"
2015-02-17 Courtney Goeltzenleu... loader: Enable env extensions as well as app.
2015-02-17 Chia-I Wucmake: support clang as the compiler
2015-02-17 Jon Ashburnlayers: Fix compilation error on ObjectTracker and...
2015-02-17 Courtney Goeltzenleu... intel: Add colorAttachmentCount
2015-02-17 Courtney Goeltzenleu... intel: Remove unnecessary dualBlendMode enable
2015-02-17 Courtney Goeltzenleu... intel: Remove scissor enable and scissor count
2015-02-17 Courtney Goeltzenleu... Add detail on cloning repo
2015-02-17 Jon Ashburnlayers: Have DrawState and MemTracker use the common...
2015-02-17 Jon Ashburnlayers: Add settings controls for the generated layers...
2015-02-16 Tobin Ehlislayers: Add simple txt print of CmdBuffer contents
2015-02-16 Tobin Ehlislayers: Track DrawState on a per-cmd-buffer basis
2015-02-13 Ian Elliottloader: Change sample code to not include a pointer.
2015-02-13 Ian Elliottloader: Fix and enhance README.md.
2015-02-13 Ian ElliottEliminate "-Wsign-compare" warnings on Linux ...
2015-02-13 Ian ElliottEnable additional Linux warnings, for loader/layers...
2015-02-13 Jon Ashburnglave: Replay for UpdateDescriptor handle multiple...
2015-02-13 Ian ElliottMinor fix/enhancement to BUILD.md.
2015-02-13 Ian ElliottWin: Attempt to keep from using Linux functions.
2015-02-12 Ian ElliottLinux: Add back the "C99" comment within "loader_platfo...
2015-02-12 Courtney Goeltzenleu... icd: add loader magic word to verify ICD is compatible
2015-02-12 Ian ElliottWin/icd: Move STATIC_INLINE macro, and use for magic...
2015-02-12 Jon Ashburnglave: Unregister debug callback on DestroyInstance()
2015-02-12 Jon Ashburnicd: Fix removing callback from global list
2015-02-12 Jon Ashburnglave: Handle null pointers in stringify of entrypoint...
2015-02-12 Jens OwenUpdate BUILD.md
2015-02-12 Chia-I Wuicd: add U_ASSERT_ONLY
2015-02-12 Ian ElliottWin: "layers_config.cpp" must #include "loader_platform.h"
2015-02-12 Ian ElliottWin: Build both "layer_utils.lib" and "layer_utils...
2015-02-12 Jeremy HayesAdd draw state diagram on pause events.
2015-02-12 Jon Ashburnglave: Add xgl settings that control the MemTracker...
2015-02-12 Jon Ashburnlayers: Add ability to override layer settings from...
2015-02-12 Jon Ashburnlayers: Make layer utilities a shared library for one...
2015-02-12 Ian ElliottWin/Linux: Eliminate gcc compiler warning for "xglinfo.c"
2015-02-11 Tobin Ehlislayers: Fixes for Windows build
2015-02-11 Jon Ashburntests demos: Fix pDataSize to be either unitinitalized...
next