platform/upstream/Vulkan-LoaderAndValidationLayers.git
2015-04-16 Courtney Goeltzenleu... renaming: Move many xgl files to vk version
2015-04-16 Courtney Goeltzenleu... rename: more renaming
2015-04-16 Courtney Goeltzenleu... rename: Clean header to match svn version
2015-04-16 Courtney Goeltzenleu... tests: rename xglbase to vkbase
2015-04-16 Courtney Goeltzenleu... Stage 1 of rename
2015-04-16 Courtney Goeltzenleu... Symbolic links while things are moving
2015-04-16 Courtney Goeltzenleu... param_check: Add Queue[Add|Remove]MemReference
2015-04-16 Tony Barbourintel: Add XGL_PIPE_EVENT_LOCAL_FRAGMENT_PROCESSING_COM...
2015-04-16 Jon Ashburninclude: Dbg entrypoints should be protected by XGL_PRO...
2015-04-16 Jon Ashburnmisc: Add create_info struct to CreateInstance()
2015-04-16 Jon Ashburnintel: No error on CreateDevice with unknown extensions.
2015-04-16 Jon Ashburnlayers: Update GetExtensionSupport() to handle queries...
2015-04-16 Courtney Goeltzenleu... loader: Merge extensions and layers
2015-04-16 Courtney Goeltzenleu... layers: Set default debug output to stdout
2015-04-16 Peter Lohrmanntests: add missing layer_validation_tests.cpp
2015-04-16 Tony Barbourtests: Add QueueCommandBuffer that takes a fence
2015-04-16 Tony Barbourtests: Start on adding layer validation tests
2015-04-16 Mark LobodzinskiUpdated header file to version 67 (xglResetFences)
2015-04-16 Mark Lobodzinskilayers: Incorporated memory reference handling into...
2015-04-16 Mark Lobodzinskilayers: Fixes to get them building and working with...
2015-04-16 Courtney Goeltzenleu... layers: Updated for explicit fence validation with...
2015-04-16 Mark Lobodzinskilayers: Added support for multiple queues
2015-04-16 Mark Lobodzinskilayers: Added GetDeviceQueue API, fixed up variable...
2015-04-16 Courtney Goeltzenleu... tests: Add method to set image layout
2015-04-16 Courtney Goeltzenleu... xgl: Enable new mem ref functions
2015-04-16 Courtney Goeltzenleu... tri: Add AddMemRef support
2015-04-16 Courtney Goeltzenleu... cube: Add AddMemReferences
2015-04-16 Courtney Goeltzenleu... xgl: Remove QueueSetGlobalMemReferences
2015-04-16 Courtney Goeltzenleu... xgl: Remove old GPU maxMemReferencesPerSubmission
2015-04-16 Courtney Goeltzenleu... xgl: Add MaxMemReferences to GPU_QUEUE_PROPS
2015-04-16 Courtney Goeltzenleu... tests: Simplify calling RecordImage
2015-04-16 Courtney Goeltzenleu... xgl: Add QueueMemReference functions
2015-04-16 Jeremy Hayeslayers: Fix multi-line strings.
2015-04-16 Jeremy Hayeslayers: Improve xglCreateInstance validation.
2015-04-16 Jeremy Hayeslayers: Improve xglCreateRenderPass validation.
2015-04-16 Mike Stroyanlayers: move APIDump layers to generate_intercept
2015-04-16 Mike Stroyanlayers: use class attributes in code generation
2015-04-16 Mike Stroyanlayers: update ObjectTracker code generation
2015-04-16 Mike Stroyanlayers: restructure code generation for layers
2015-04-16 Mike Stroyanlayers: more uniform generated layer callbacks
2015-04-16 Mike Stroyanlayers: drop ParamCheck from generator script
2015-04-16 Jeremy Hayeslayers: Improve CreateImage checks.
2015-04-16 Jeremy Hayeslayers: Remove param checker from auto-gen.
2015-04-16 Tony Barbourlayers: Use brackets for if in previous fix
2015-04-16 Tony Barbourlayers: Check for valid pipeline before validating
2015-04-16 Jon Ashburninclude: Add vk_dbg.h for the Dbg extension definitions
2015-04-16 Ian ElliottWSI fixes (Jon caught): new disp-obj macro + extend...
2015-04-16 Ian ElliottAdd WSI header file, for use in the SDK.
2015-04-16 Courtney Goeltzenleu... glave: Add PipelineDerivative support
2015-04-16 Jon Ashburnbuild: enable Glave and all layers but drawState
2015-04-16 Tobin Ehlislayers: DrawState changes to support resource binding...
2015-04-16 Courtney Goeltzenleu... layers: Fixes to get them building and working with...
2015-04-16 Jon Ashburnglave: Fix issues with trace/replay of descriptor set...
2015-04-16 Jon Ashburnglave: Fixes for CreateDescriptorSetLayout changed...
2015-04-16 Jon Ashburnglave: Rename descriptor region to descriptor pool
2015-04-16 Jon Ashburnglave: remove compile dependency on validation layer...
2015-04-16 Chia-I Wubinding: update for xglCmdBindDescriptorSets()
2015-04-16 Chia-I Wubinding: update for pImmutableSamplers
2015-04-16 Chia-I Wubinding: introduce XGL_DESCRIPTOR_SET_LAYOUT_CHAIN
2015-04-16 Chia-I Wubinding: remove XGL_DESCRIPTOR_TYPE_RAW_BUFFER*
2015-04-16 Chia-I Wubinding: rename xglClearDescriptorPool()
2015-04-16 Chia-I Wubinding: update XGL_DESCRIPTOR_SET_LAYOUT_CREATE_INFO
2015-04-16 Chia-I Wubinding: rename descriptor region to descriptor pool
2015-04-16 Chia-I Wubinding: disable layers and tools
2015-04-16 Tobin Ehlislayers: Correct xglBindObjectMemory signature in MemTra...
2015-04-16 Tobin Ehlislayers: Migrated DrawState layer to cpp
2015-04-16 Mark Lobodzinskilayers: Convert memtracker to cpp
2015-04-16 Courtney Goeltzenleu... tests: Add test for sparse vertex attr capability
2015-04-16 Courtney Goeltzenleu... tests: Correct test names
2015-04-16 Courtney Goeltzenleu... tests: remove unnecessary shader comments
2015-04-16 Courtney Goeltzenleu... xgl: Update interface for sparse vertex attrs
2015-04-16 Tony Barbourtests: Make depthStencil an object in Render Framework
2015-04-16 Ian ElliottEliminate some Windows-compilation warnings.
2015-04-16 Tony Barbourtests: Free resources at end of test
2015-04-16 Courtney Goeltzenleu... obj_track: Eliminate warning for presentable image
2015-04-16 Courtney Goeltzenleu... mem_tracker: Report PRESENTABLE_IMAGE_MEMORY obj
2015-04-16 Courtney Goeltzenleu... demos: Correct use of pipeline barrier
2015-04-16 Courtney Goeltzenleu... xgl: Rename XGL_QUEUE_SEMAPHORE to XGL_SEMAPHORE
2015-04-16 Courtney Goeltzenleu... xgl: xglWaitForFences timeout units
2015-04-16 Courtney Goeltzenleu... xgl: Consistent naming scheme for resources in XGL
2015-04-16 Courtney Goeltzenleu... xgl: Remove xglSetFastClearColor / xglSetFastClearDepth
2015-04-16 Courtney Goeltzenleu... FIXUP: Remove PIPELINE_DELTA
2015-04-16 Courtney Goeltzenleu... xgl: Remove PIPELINE_DELTA.
2015-04-16 Courtney Goeltzenleu... FIXUP: Add IMAGE_LAYOUT
2015-04-16 Courtney Goeltzenleu... xgl: Add IMAGE_LAYOUT to Cmd*Image* calls
2015-04-16 Courtney Goeltzenleu... intel: Use layout info for DepthStencil clear
2015-04-16 Courtney Goeltzenleu... xgl: Add IMAGE_LAYOUT to Cmd*Image* calls
2015-04-16 Courtney Goeltzenleu... xgl: Add xglCmdBlitImage entry point
2015-04-16 Courtney Goeltzenleu... xgl: Add IMAGE_LAYOUT_UNDEFINED
2015-04-16 Courtney Goeltzenleu... xgl: Add XGL_PIPE_EVENT to CmdResetEvent
2015-04-16 Courtney Goeltzenleu... xgl: Added XGL_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT
2015-04-16 Courtney Goeltzenleu... xgl: Add xglCmdBlitImage entry point
2015-04-16 Jon Ashburnglave: Fix CreateRenderpass and CmdBeginRenderPass
2015-04-16 Courtney Goeltzenleu... xgl: Proposal to remove XGL_FRAMEBUFFER
2015-04-16 Courtney Goeltzenleu... tests: Add default clear colors to render framework
2015-04-16 Courtney Goeltzenleu... tests: Use render target vector's count
2015-04-16 Chia-I Wuicd: remove unused icd-log.[ch]
2015-04-16 Courtney Goeltzenleu... intel: use per-instance logging
2015-04-16 Courtney Goeltzenleu... Glave: Remove codegen files
2015-04-16 Courtney Goeltzenleu... FIXUP: update xglDbg.h for XGL_INSTANCE
next