platform/upstream/Vulkan-LoaderAndValidationLayers.git
2015-02-05 Jon Ashburnintel: Fix CreateImage format_class for linear tiled...
2015-02-05 Jon Ashburnmemory alloc: Remove last heaps from memory alloc...
2015-02-05 Jon Ashburnmemory alloc: Remove alignment from alloc_info structure
2015-02-05 Jon Ashburnmemory alloc: Remove MEMORY_ALLOC_FLAGS add MEMORY_TYPE
2015-02-05 Jon Ashburnmemory alloc: Remove memory_heap flags replace with...
2015-02-05 Jon Ashburnmemory alloc: For buffer allocations use the buffer_in...
2015-02-05 Jon Ashburnmemory alloc: Add IMAGE and BUFFER alloc info structures
2015-02-05 Jon Ashburnmemory alloc: Add MEMORY_ALLOCATION_COUNT support and...
2015-02-05 Jon Ashburnmemory alloc: Add allocation index to BindObjectMemory
2015-02-05 Jon Ashburnmemory alloc: Remove xglGetMemoryHeapXXX from driver...
2015-02-05 Jon Ashburntests: Remove calls to xglGetMemoryHeapXXX
2015-02-05 Jon Ashburndemos: Remove calls to xglGetMemoryHeapXXX in xglinfo
2015-02-05 Chia-I Wuxgl: move to new resource binding model
2015-02-05 Chia-I Wudemos, tests: use XGL_BUFFER_VIEW_RAW for constant...
2015-02-05 Chia-I Wuintel: initialize raw buffer SURFACE_STATEs on view...
2015-02-05 Chia-I Wucomplete fixed-function vertex fetch support
2015-02-05 Chia-I Wuintel: fix DEPTH_STENCIL_STATE on Gen6
2015-02-05 Courtney Goeltzenleu... intel: set stencil masks for front and back faces
2015-02-05 Courtney Goeltzenleu... BIL: Update to support descriptor set GLSL features
2015-02-05 Courtney Goeltzenleu... xgl: Fix syntax error
2015-02-05 Mike Stroyanxgl: resource transition integrated, update xgl.h version
2015-02-05 Mike Stroyanxgl: Resource transition proposal from Bug 12904.
2015-02-05 Courtney Goeltzenleu... xgl: Dynamic State complete, update header version
2015-02-05 Tony Barbourdriver:implement changes for Dynamic State
2015-02-05 Courtney Goeltzenleu... intel: Fix undefined references
2015-02-05 Tony BarbourRemove unnecessary semicolon
2015-02-05 Tony BarbourIntel: Initialize stencil_ref before using
2015-02-05 Tony Barbourtests:Fix memory leak
2015-02-05 Courtney Goeltzenleu... xgl: Buffer Object integrated, update xgl.h version
2015-02-05 Chia-I Wuupdate for buffer object changes
2015-02-05 Courtney Goeltzenleu... xgl: Tiler updates complete, Update header version
2015-02-05 Jeremy Hayesmisc: Fix tiler rebase in driver, tests, include
2015-02-05 Jon Ashburnglave: Make tiler GPU changes work for tracing and...
2015-02-05 Jon Ashburntests: Remove CmdBindAttachments() for Tiler Gpus
2015-02-05 Jon Ashburndemos: Remove CmdBindAttachments() for tiler Gpus
2015-02-05 Jon Ashburnlayers: Remove CmdBindAttachment() for tiler GPUs
2015-02-05 Jon Ashburnintel: Remove CmdBindAttachments for tiler GPUs
2015-02-05 Jon Ashburninclude: Remove CmdBindAttachments()
2015-02-05 Jon Ashburnlayers: Update BeginCommandBuffer API for Tiler Gpus
2015-02-05 Jon Ashburntests: Update BeginCommandBuffer Api for Tiler GPUs
2015-02-05 Jon Ashburndemos: Change BeginCommandBuffer for Tiler Gpus
2015-02-05 Jon Ashburnintel: Add render target attachments at BeginCommandBuf...
2015-02-05 Jon Ashburninclude: xglBeginCommandBuffer API changed for Tiler...
2015-02-05 Jon Ashburnglave: Add support for new APIs to support Tiler Gpus
2015-02-05 Jon Ashburnintel: Add new APIs for Tiler GPU support
2015-02-05 Jon Ashburninclude: Add new API changes including structs/enums...
2015-02-05 Jeremy HayesXGL: Move to svn r28460.
2015-02-05 Courtney Goeltzenleu... xgl: Do not build layers or glave during xgl.h update
2015-02-05 GregFcompiler: fix beginForLoop() in glass backend translator.
2015-02-05 Cody Northropcmake: Fix BIL overlay to glslang
2015-02-05 Cody Northropcompiler: Connect shader depth flags to driver
2015-02-05 Cody Northropintel: Add cmake external dependency checks
2015-02-05 Jon Ashburntests: Fix regresions in trace/replay from uninitializ...
2015-02-05 Chia-I Wuintel: constify intel_gpu_exts
2015-02-05 Chia-I Wuintel: constify intel_base_magic
2015-02-05 Chia-I Wuintel: add -Wmissing-declarations
2015-02-05 Chia-I Wuintel: add -Wl,--exclude-libs,ALL
2015-02-05 Chia-I Wucmake: fix up gtest and set -fvisibility=hidden globally
2015-02-05 GregFicd: update glslang, bil and lunarglass
2015-02-05 GregFicd: Link ICD with -Bsymbolic
2015-02-05 Jon Ashburninclude: set version to 0.22.1 for recent ABI changes
2015-02-05 Jon Ashburnloader: Fix infinite loop on layer library scan if...
2015-02-05 Chia-I Wuintel: fix undefined references
2015-02-05 Mike Stroyanintel: Set gen7 stencil reference
2015-02-05 Mike Stroyanintel: Set stencil read and write for backfaces
2015-02-05 Chia-I Wuxgl.py: missing xgl prefix in XGL_LAYER_DISPATCH_TABLE
2015-02-05 GregFcompiler: signed/unsigned cast code review cleanup
2015-02-05 GregFcompiler: Add signed/unsigned casts to remainder of...
2015-02-05 GregFAdd signed/unsigned casting to backend translator.
2015-02-05 Tobin Ehlislayers: Updated MemTracker to track per-region memory...
2015-02-05 Tobin Ehlislayers: Added per-region memory state tracking
2015-02-05 Tobin Ehlislayers: Enhancements to MemTracker and DrawState
2015-02-05 Jon AshburnRevert "layers: Fix generation of EnumerateLayers in...
2015-02-05 Jon Ashburnlayers: Fix generation of EnumerateLayers in APIDump
2015-02-05 Courtney Goeltzenleu... xgl_helper: Eliminate compiler not used warning
2015-02-05 Courtney Goeltzenleu... layers: Make sure we deref pointers to counts
2015-02-05 Cody Northropcompiler: clean up InfoLog prints
2015-02-05 Cody Northroprender_test: Add std140 layout test
2015-02-05 Cody Northroptranslator: Reinit interface when hoisting anon blocks
2015-02-05 Cody Northropintel: Set buffer format along with stride for UBO
2015-02-05 Cody NorthropRevert "intel: work around raw/structured buffers"
2015-02-05 Peter Lohrmannglave: update TODO
2015-02-05 Peter Lohrmannglvdebug_xgl: Add callbacks related to the replay start...
2015-02-05 Peter Lohrmannglvdebug: Improve handling of replay return values.
2015-02-05 Peter Lohrmannglvdebug: Use WaitCursor when UI is selecting a packet...
2015-02-05 Peter Lohrmannglvdebug_xgl: Add settings to control printing and...
2015-02-05 Peter Lohrmannglave: Improve parsing of BOOL settings to be case...
2015-02-05 Jon Ashburnlayers: Fix APIDump param generation for Cpp versus C
2015-02-05 Peter Lohrmannglvdebug: Limit which replay debug messages are printed...
2015-02-05 Peter Lohrmannglvdebug: Replay now pauses automatically on any debug...
2015-02-05 Peter Lohrmannglave: glvdebug now outputs debug messages from glvrepl...
2015-02-05 Peter Lohrmannglvreplay_xgl: Add 'EnableLayers' setting to control...
2015-02-05 Peter Lohrmannglave: Fix declaration of glv_SettingGroup_reset_defaul...
2015-02-05 Peter Lohrmannglave: Update xgl debugger and replayer to include...
2015-02-05 Peter LohrmannUpdate README.md
2015-02-05 Peter Lohrmannglave: Add comment to clarify what glv_SettingGroup_upd...
2015-02-05 Peter Lohrmannglvreplay: Add Settings support, format of passing...
2015-02-05 Peter Lohrmannglvdebug: Pass settings to the replayers. Will need...
2015-02-05 Peter Lohrmannglvdebug: Pass settings to debug controllers. Adds...
2015-02-05 Peter Lohrmannglave: minor changes to fix Windows compile errors...
next