platform/upstream/Vulkan-LoaderAndValidationLayers.git
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 Chia-I Wuintel: enable HiZ on Gen7+
2015-02-20 Chia-I Wuintel: add cmd_meta_ds_op()
2015-02-20 Chia-I Wuintel: make sense of gen6_meta_DEPTH_STENCIL_STATE()
2015-02-20 Chia-I Wuintel: avoid unnecessary stencil and hiz relocs
2015-02-20 Chia-I Wuintel: add intel_format_has_depth()
2015-02-20 Chia-I Wuintel: remove intel_format_is_stencil()
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 Chia-I Wuintel: ICD_EXPORT all API functions
2015-02-19 Chia-I Wuintel: format API functions as declared in xgl.h
2015-02-19 Chia-I Wuintel: rename cmd_prepare.c to cmd_barrier.c
2015-02-19 Chia-I Wuintel: minor improvements to fb.c
2015-02-19 Chia-I WuRevert "intel: Be sure to set width & height for depth...
2015-02-19 Chia-I Wuintel: mostly cosmetic changes to fb.[ch]
2015-02-19 Chia-I Wuintel: do not cast away constness in intel_cmd_begin()
2015-02-19 Chia-I Wuintel: move xglCmd{Begin,End}RenderPass to cmd_pipeline.c
2015-02-19 Chia-I Wuintel: rename intel_rp_from_obj() to intel_render_pass_...
2015-02-19 Chia-I Wuintel: rename intel_framebuffer to intel_fb
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 GregFcompiler: add support to create undefined initializer...
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 Wuintel: silence a compiler warning
2015-02-18 Chia-I Wuintel: rework command buffer waiting
2015-02-18 Chia-I Wuintel: rework xglQueueSubmit()
2015-02-18 Chia-I Wuicd: add likely()/unlikely()
2015-02-18 Mark Lobodzinskitests: Fix cut-and-paste error in QuadWithIndexedVerte...
2015-02-18 GregFcompiler: fix "fireflies" over water in dota2 with BIL
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 Tobin Ehlistests: Fix XGLTriangleTest to not bind VBO since it...
2015-02-17 Cody Northropcompiler: Disable faceforward decomposition, backend...
2015-02-17 Cody NorthropRevert "compiler: Allow texture unit bindings to also...
2015-02-17 Cody NorthropRevert "compiler: If XGL is being used, assign buffer...
2015-02-17 Cody Northropcompiler: Support layout(set=,binding=)
2015-02-17 Cody Northropcompiler: Bump Mesa SamplerUnits to 32 bits
2015-02-17 Chia-I Wucmake: support clang as the compiler
2015-02-17 Chia-I Wuintel: fix a compile error with clang
2015-02-17 Chia-I Wuintel: fix the param type of img_type_to_view_type()
2015-02-17 Chia-I Wuintel: fix stencil refs for stencil clears
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 Jeremy Hayesglave: Fix layer settings typo.
2015-02-17 Jon Ashburnglave: Add ObjectTracker layer.
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 Chia-I Wuintel: fix stencil refs
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 Wuintel: fix mulitple descriptor sets/regions
2015-02-12 Chia-I Wuintel: fix -Wmaybe-uninitialized warnings
2015-02-12 Chia-I Wuintel: fix -Wunused-(but-set-)variable warnings
2015-02-12 Chia-I Wuicd: add U_ASSERT_ONLY
2015-02-12 Chia-I Wuintel: add INTEL_DEBUG=hang
2015-02-12 Chia-I Wuintel: add intel_winsys_read_reset_stats()
2015-02-12 Chia-I Wuintel: do not submit invalid command buffers
2015-02-12 Chia-I Wuintel: add cmd_fail() to signal command buffer errors
2015-02-12 Chia-I Wuintel: always emit "post" WAs
2015-02-12 Chia-I Wuintel: set up mappable and total aperture sizes
2015-02-12 Chia-I Wuintel: use the same PCB alloc setup for normal and...
2015-02-12 Chia-I Wuintel: double PCB alloc on GT3
2015-02-12 Chia-I Wuintel: set up dummy drawing rect when unused in meta
2015-02-12 Chia-I Wuintel: do not emit 3DSTATE_SBE on Gen6
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 Mike Stroyanintel: increase max_batch_buffer_size to 150K dwords
2015-02-12 Mike Stroyanintel: suppress PIPE_CONTROL with 0 flags
next