platform/upstream/Vulkan-Tools.git
2015-02-05 Chia-I Wuicd: build a static library
2015-02-05 Chia-I Wuicd: stop generating icd-dispatch-entrypoints.c
2015-02-05 Chia-I Wuicd: remove icd.c
2015-02-05 Chia-I Wuicd: clean up logging functions
2015-02-05 Chia-I Wuicd: clean up alloc functions
2015-02-05 Chia-I Wuglave-generate.py: change remap types and list formating
2015-02-05 Chia-I Wuxgl-layer-generate.py: change obj_type_mapping formatting
2015-02-05 Chia-I Wulayers: no explicit enum values for internal enums
2015-02-05 Chia-I Wudemos/cube: set data size for xglGetImageSubresourceInfo()
2015-02-05 Jon Ashburnloader: add README.md
2015-02-05 Jon Ashburnloader: Fix WsiX11CreatePresentableImage to set dispatc...
2015-02-05 Jon Ashburnlayers: DrawState layer now support the layers settings...
2015-02-05 Jon Ashburnlayers: MemTracker support the new layers settings...
2015-02-05 Jon Ashburnlayers: Add utilities for layer configuration via setti...
2015-02-05 Chia-I Wuxgl-generate.py: fork _generate_dispatch_entrypoints()
2015-02-05 Chia-I Wuxgl.py: remove icd_dispatch_table
2015-02-05 Chia-I Wuxgl.py: use lists instead of tuples
2015-02-05 Chia-I Wuxgl.py: add Extension
2015-02-05 Chia-I Wuxgl-generate.py: remove unused LayerDispatchSubcommand
2015-02-05 Chia-I Wuxgl-generate.py: remove unused LayerFuncsSubcommand
2015-02-05 Chia-I Wuxgl-generate.py: remove unused IcdDispatchTableSubcommand
2015-02-05 Chia-I Wuicd: make probe_syspath() static
2015-02-05 Chia-I Wuremove unnecessary casting between XGL_CHAR/char
2015-02-05 Chia-I Wuinclude: fix typedefs
2015-02-05 Chia-I Wuicd: add icd_format_get_raw_value()
2015-02-05 Chia-I Wuicd: add u_ffs()
2015-02-05 Chia-I Wucmake: remove -Werror from CMAKE_C_FLAGS
2015-02-05 Chia-I Wulayers: fix parallel building
2015-01-22 Norbert NopperAdded missing libs: libmagickwand-dev qt5-default
2015-01-22 Norbert NopperUpdate BUILD.md
2015-01-22 Norbert NopperUpdate BUILD.md
2015-01-22 Norbert NopperUpdate BUILD.md
2014-12-20 Jon Ashburnloader: Make sure msg callbacks get registered if added...
2014-12-20 Jon Ashburnlayers: Format improvements on README
2014-12-20 Jens OwenUpdate README.md
2014-12-20 JensOwenAdd Images
2014-12-20 Jens OwenUpdate README.md
2014-12-20 JensOwenAdded images subdirectory to docs
2014-12-20 Jens OwenUpdate README.md
2014-12-17 Jens OwenUpdate README.md
2014-12-17 Jon Ashburnlayers: Fix compiler error in generic_layer
2014-12-17 Tobin Ehlislayers: Added generated enum_validate_helper.h to check...
2014-12-17 Tobin Ehlislayers: Added Dbg Callback support to Generic layer
2014-12-17 Jon Ashburnglave: Add XGL version as trace packet and check versio...
2014-12-17 Tobin Ehlisglave: Split glave codegen into glave-generate.py
2014-12-17 Jon Ashburnglave: Add API call parameters with values to UI
2014-12-17 Tobin Ehlisglave: Skip Dbg Callback register/unregister calls...
2014-12-17 Tobin Ehlisglave: Glave replay glvreplay_xgl_replay.cpp file codegen.
2014-12-17 Tobin Ehlisglave: Codegen for glave replay glvreplay_xgl_replay...
2014-12-17 Jens OwenUpdate README.md
2014-12-17 Jens OwenUpdate README.md
2014-12-17 Jens OwenUpdate README.md
2014-12-17 Chia-I Wulayers: do not override CMAKE_C_FLAGS
2014-12-17 Chia-I Wulayers: fix -Wpointer-sign warnings
2014-12-17 Chia-I Wulayers: fix -Wunused-variable warnings
2014-12-17 Chia-I Wulayers: fix -Wunused-function warnings
2014-12-17 Chia-I Wulayers: fix -Wswitch warnings
2014-12-17 Tobin Ehlislayers: DrawState layer can now dump png image of dot...
2014-12-16 Chia-I Wucmake: add -Wall, -Wextra, and others to CMAKE_CXX_FLAGS
2014-12-12 Courtney Goeltzenleu... misc: Update external source versions
2014-12-11 Courtney Goeltzenleu... xgl: note about glave tool in README
2014-12-11 Jon Ashburnglave: debugger fill in XGL entrypoint name instead...
2014-12-11 Jon Ashburnglave: Add pReserved parameter to tracing code gen...
2014-12-11 Tobin Ehlisglave: Just copy pReserved ptr when tracing.
2014-12-11 Jon Ashburnglave: Fix trace code gen for xglEnumerateLayers
2014-12-11 Tobin Ehlisglave: Made Wsi & Dbg structs code-generated. All glave...
2014-12-11 Tobin Ehlisglave: Added codegen for Wsi and Dbg .h & .c source...
2014-12-11 Tobin Ehlisglave: Added codegen for glvtrace_xgl_xgl_structs.h
2014-12-11 Tobin Ehlisglave: Update replay to use code-gen version of xgl_enu...
2014-12-11 Tobin Ehlisglave: Codegen of packet_id header
2014-12-11 Tobin Ehlislayers: Added codegen for glave glvtrace_xgl_xgl Header...
2014-12-11 Jon AshburnBuild Glave from top level Cmake for Xgl.
2014-12-11 Courtney Goeltzenleu... xgl: Update README to summarize recent changes
2014-12-10 Cody Northropdemos: Start using XGL_SLOT_SHADER_TEXTURE_RESOURCE
2014-12-10 Cody Northropxgl: Add new resource type for textures
2014-12-10 Tobin Ehlislayers: Don't show totally unused DS slots or arrows...
2014-12-08 Courtney Goeltzenleu... BIL: Updated to latest BIL spec / functionality
2014-12-05 Courtney Goeltzenleu... layers: Eliminate statically allocated strings
2014-12-05 Jon Ashburnloader: handle inserting dispatch table pointer into...
2014-12-05 Jon Ashburnicd: Fix bug in generated Icd generated entrypoints...
2014-12-05 Jon Ashburnicd: Make driver use the same definition for dispatch...
2014-12-04 Courtney Goeltzenleu... misc: Add update summary to README.md
2014-12-03 Chia-I Wutests: move xglinfo to demos
2014-12-03 Courtney Goeltzenleu... loader: Fix missing terminator on string
2014-12-02 Courtney Goeltzenleu... loader: Make LIBXGL_LAYERS_PATH behave like LIBXGL_DRIV...
2014-12-02 Courtney Goeltzenleu... xgl: Update BIL/LunarGLASS/glslang versions
2014-12-02 GregFHandle gaps in FS inputs.
2014-12-02 Jon Ashburnloader: xglEnumerateLayers() returns layer names rather...
2014-12-02 Jon Ashburninclude: Remove API typedefs from xglLayer.h
2014-12-02 Jon Ashburninclude: Move API typedefs from xglLayer.h into xgl...
2014-12-02 Jon Ashburnlayers: Add Multi layer with example of multiple layers...
2014-12-02 Tobin Ehlislayers: DrawState layer can dump complete State to...
2014-12-02 Tobin Ehlislayers: Added mutext to DrawState to guard global linke...
2014-12-02 Tobin Ehlislayers: Tracking and reporting dynamic state in DrawSta...
2014-12-02 Courtney Goeltzenleu... demo cube: Clean up event processing
2014-12-02 Courtney Goeltzenleu... demo/cube: Remove unneeded call
2014-11-27 Tobin Ehlisdemos: Update tri to include mem refs and properly...
2014-11-27 Tobin Ehlislayers: MemTracker clears CB refs if CB obj destroyed...
2014-11-27 Tobin Ehlislayers: Updated README with further layer descriptions.
2014-11-26 Jon Ashburnlayers: Update README.md for overall documentation...
next