platform/upstream/Vulkan-Tools.git
2015-04-16 Tony Barbouricd: Dont follow next twice in for loop
2015-04-16 Courtney Goeltzenleu... xgl: Remove unneeded library includes from xgl include...
2015-04-16 Chia-I Wudemos/tri: fix a leak
2015-04-11 Chia-I Wuxgl-generate.py: rewrite LoaderEntrypointsSubcommand
2015-04-11 Chia-I Wuxgl-generate.py: add and use helpers from loader.h
2015-04-11 Chia-I Wuxgl-generate.py: add WinDefFileSubcommand
2015-04-11 Chia-I Wudemo: remove XCB_NVIDIA paths
2015-04-11 Chia-I Wudemos: set EXTERNAL_SPV from CMakeLists.txt
2015-04-11 Chia-I Wudemos: remove non-__linux__ paths
2015-04-07 Peter LohrmannMerge branch 'master' of https://github.com/KhronosGrou...
2015-04-06 Peter LohrmannMerge branch 'glave_snapshot_support'
2015-04-06 Tobin Ehlislayers: Update layer README.md info with current DrawSt...
2015-04-06 Mark Lobodzinskidemos: Fix shader assert in tri.c
2015-04-06 Mark Lobodzinskilayers: Updated for explicit fence validation with...
2015-04-06 Mark Lobodzinskilayers: Added support for multiple queues
2015-04-06 Mark Lobodzinskilayers: Added GetDeviceQueue API, fixed up variable...
2015-04-03 Piers DaniellMerge remote-tracking branch 'origin/master'
2015-04-03 Piers Daniellloader: Work correctly when there is no reg entry
2015-04-03 Piers Danielldemo: tri: Use explicit locations on the attribs
2015-04-03 Piers Danielldemos: copy XGL.dll to target folder
2015-04-03 Ian ElliottHave demos give a useful error if no compatible ICD...
2015-04-03 Ian ElliottFix NULL-pointer dereference if can't find registry...
2015-04-03 Peter Lohrmannlayers: update codegen to split struct_size_helper...
2015-04-01 Peter LohrmannglaveSnapshot: snapshot now does deep copy of DEVICE_CR...
2015-04-01 Peter Lohrmannxgl_helper: sort dictionaries to make generated output...
2015-04-01 Tobin Ehlislayers: Shadow PSO Creation structs directly in PIPELIN...
2015-04-01 Tobin Ehlislayers: Add DrawState validation that FB samples matche...
2015-03-31 Ian ElliottNew loader_get_registry_value() function reads 32/64...
2015-03-30 Peter Lohrmannxgl_helper: sort dictionaries to make generated output...
2015-03-30 Peter Lohrmannglave: move code-gen'ed files.
2015-03-30 Peter LohrmannglaveSnapshot: Reorganize creation/insertion and deleti...
2015-03-30 Peter LohrmannGlaveSnapshot: Remove ifdef'd code for OBJ_NODES.
2015-03-27 Peter LohrmannGlaveSnapshot Layer: Objects are now tracked within...
2015-03-27 Jon Ashburnglave: Add ability for replay memory allocations and...
2015-03-26 Jon Ashburnglave: Consolidate the maped data and gpu memory maps...
2015-03-26 Jon Ashburnglave: Make the XGL_GPU_MEMORY object mapping use a...
2015-03-26 Jon Ashburnglave: Track Buffer and Image memory requirements durin...
2015-03-26 Tobin Ehlislayers: Correct xglBindObjectMemory signature in MemTra...
2015-03-26 Peter Lohrmannglave: move code-gen'ed files.
2015-03-26 Peter LohrmannGlaveSnapshot layer: remove code specific to validation
2015-03-25 Tobin Ehlislayers: Migrated DrawState layer to cpp
2015-03-25 Tobin Ehlislayers: Rename synchDS function to validateVBBinding
2015-03-25 Mark Lobodzinskilayers: Convert memtracker to cpp
2015-03-25 Peter LohrmannGlaveSnapshot layer: Snapshot information is now passed...
2015-03-25 Peter Lohrmannglvreplay_xgl: use the GlaveSnapshot layer to print...
2015-03-25 Peter LohrmannGlaveSnapshot layer: Rename enums and entrypoints to...
2015-03-24 Peter LohrmannGlaveSnapshot Layer: XGL_OBJECT_TYPE_PRESENTABLE_IMABE_...
2015-03-24 Peter LohrmannGlaveSnapshot Layer: Use correct header file.
2015-03-24 Peter LohrmannGlaveSnapshot Layer: Initial code which is basically...
2015-03-24 Mike Stroyandemos: Use lower left coord origin for cube
2015-03-24 Mike Stroyandemos: Make cube use back face culling.
2015-03-23 Mike StroyanNote how to pin xserver-xorg-video-intel
2015-03-18 Jon AshburnBUILD.md: Update Windows instructions for correct...
2015-03-18 Jon Ashburnwin: Make build able to find python3 on Windows and...
2015-03-18 Cody NorthropSPIR-V: Change BIL to SPV in all source files
2015-03-18 Cody Northropicd: Rename icd-bil.h to icd-spv.h
2015-03-18 Steve Kfix cube demo for .spv filenames
2015-03-17 Jon AshburnRevert "misc: Explicitly run python for generated code"
2015-03-17 Jon Ashburnmisc: Explicitly run python for generated code
2015-03-17 Mark Lobodzinskilayers: Added fence tracking for command buffer completion
2015-03-16 Mark Lobodzinskilayers: Reduce unmeaningful error messages for memtracker
2015-03-16 Tobin Ehlislayers: MemTracker add check to verify CB complete...
2015-03-16 Tobin Ehlislayers: Update DrawState to use generated struct size...
2015-03-16 Tobin Ehlisglave: Use generated code to get pAppInfo struct size
2015-03-13 Tobin Ehlisglave: Update more trace custom code to use generated...
2015-03-13 Tobin Ehlisglave: Add codgen helper for struct size calculation...
2015-03-11 Tobin Ehlisglave: Codegen cleanup for tracing code to add/finalize...
2015-03-11 Tobin Ehlisglave: Simplify codegen for trace packet sizing
2015-03-10 Peter Lohrmannglave-generate: Replace asserts with proper error detec...
2015-03-09 Jon Ashburnglave: Fix createRenderpass replay restore of remapped FB
2015-03-06 Ian ElliottWin/C11: Use _align_malloc() on Windows, align_alloc...
2015-03-06 Mark Lobodzinskilayers: Improve PresentableImage memory handling in...
2015-03-06 Ian ElliottWin: Fix warnings for parameter of getLayerOptionEnum()
2015-03-06 Ian ElliottWin: Fix a compiler warning in "icd/common"
2015-03-06 Tobin EhlisUpdate xgl_helper to handle all of the dynamic arrays
2015-03-06 Jeremy Hayesglave: Remove unnecessary dot dump.
2015-03-06 Ian ElliottWin/glvdebug: Update the BUILD.md dependencies.
2015-03-05 Chia-I Wunulldrv: build it on Linux
2015-03-05 Chia-I Wunulldrv: fix gcc errors/warnings
2015-03-05 Chia-I Wuicd: remove stale function declarations
2015-03-05 Chia-I Wuicd: remove unused icd-alloc.[ch]
2015-03-05 Chia-I Wunulldrv: remove icd-alloc.h dependency
2015-03-05 Chia-I Wuicd: add support for per-instance DRM enumeration
2015-03-05 Chia-I Wuicd: add generic icd_instance
2015-03-05 Ian ElliottWin: Fix compilation errors.
2015-03-04 Courtney Goeltzenleu... layers: Fix Windows build issue
2015-03-04 Courtney Goeltzenleu... object-tracker: Do not track GPU object
2015-03-04 Mike Stroyanlayers: allocate enough space for pointer sprintf
2015-03-03 Jon AshburnmemTracker: Use local GetProcAddr rather than auto...
2015-03-03 Jon AshburndrawState: Use local GetProcAddr rather than auto gener...
2015-03-03 Jon Ashburnlayers: if no settings file or call overrides make...
2015-03-03 Tobin Ehlislayers: Correctly set last bound PSO in DrawState layer
2015-03-03 Ian ElliottWin: Cannot use the "dot" functionality yet on Windows.
2015-03-03 Mark Lobodzinskilayers: Made mem_tracker thread-safe
2015-03-03 Ian ElliottTurn on ability to trace on Windows with NVIDIA driver.
2015-03-03 Piers DaniellAdd NOMINMAX and VC_EXTRALEAN to some windows files
2015-03-03 Ian ElliottWin/glave: Remove new compiler warnings on Windows.
2015-03-03 Ian ElliottWin/glave: Compile/link the glvtrace_xgl64.dll library...
2015-03-03 Ian ElliottLinux: Must use "__linux__" instead of "PLATFORM_LINUX".
2015-03-03 Chia-I Wudemos/cube: use a single layout
next