platform/upstream/Vulkan-LoaderAndValidationLayers.git
2015-04-03 Tony Barbourtests: Use image format to determine tiling
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-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-31 Tobin Ehlistests: Add layer_test_suite.py
2015-03-30 Peter Lohrmannglave: add codegen'd files that come from driver's...
2015-03-30 Peter Lohrmannxgl_helper: sort dictionaries to make generated output...
2015-03-30 Peter Lohrmannglave: rename codegen'd files to better reflect where...
2015-03-30 Peter Lohrmannglave: move code-gen'ed files.
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 Tobin Ehlistests: Cleanup some set objects and memory that were...
2015-03-26 Chia-I Wuintel: fix XGL_TOPOLOGY_POINT_LIST
2015-03-26 Chia-I Wuintel: remove an invalid assert
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-24 Mike Stroyandemos: Use lower left coord origin for cube
2015-03-24 Mike Stroyandemos: Make cube use back face culling.
2015-03-24 Mike Stroyanintel: Correct xglCmdCopyBufferToImage block size
2015-03-24 Chia-I Wuintel: convert pixels to blocks in meta
2015-03-24 Chia-I Wuintel: fix culling for XGL_COORDINATE_ORIGIN_LOWER_LEFT
2015-03-24 Chia-I Wuintel: honor depthMode
2015-03-24 Chia-I Wuintel: honor pointOrigin
2015-03-24 Chia-I Wuintel: honor programPointSize
2015-03-24 Peter Lohrmannglvdebug: Fix 'Play To Here' functionality if user...
2015-03-23 Mike StroyanNote how to pin xserver-xorg-video-intel
2015-03-23 Peter Lohrmannglvdebug: Do not attempt to select an invalid QModelIndex.
2015-03-23 Peter Lohrmannglvdebug_xgl: Improve GroupByFrames performance.
2015-03-19 Jon Ashburnwin: Add python command to Glave debugger xgl library...
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 Northroptests: Change BIL to SPV in golden image filenames
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-18 Steve KFix compilation errors and warnings for latest SPIRV...
2015-03-18 Cody Northropcompiler: Turn off decomposition of clamp for now
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 Ehlisglave: Fix build to correctly generate xgl_enum_string_...
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-12 Chia-I Wuintel: update layout code from ilo
2015-03-12 Chia-I Wuintel: call intel_bo_set_tiling() on presentable images
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 Lohrmannglvdebug_xgl: Pass updated settings to the replay worke...
2015-03-10 Peter Lohrmannglave-generate: Replace asserts with proper error detec...
2015-03-10 Peter Lohrmannglvdebug: Move trace file loading to a separate thread.
2015-03-10 Peter Lohrmannglvdebug: Enable 'Stop' button while replayer is paused.
2015-03-10 Peter Lohrmannglvdebug: additional error protection around invalid...
2015-03-09 Jon Ashburnglave: Fix createRenderpass replay restore of remapped FB
2015-03-06 Ian ElliottWin/glvdebug: Remove assert for lack of dot on Windows.
2015-03-06 Ian ElliottWin/C11: Use _align_malloc() on Windows, align_alloc...
2015-03-06 Ian ElliottWin/Glave: Update Glave's README.md file.
2015-03-06 Mark Lobodzinskilayers: Improve PresentableImage memory handling in...
2015-03-06 Ian ElliottWin: Fix compiler warning--explicitly use a float when...
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 Ehlistests: Update framework to initialize clear color to...
2015-03-06 Tobin EhlisUpdate xgl_helper to handle all of the dynamic arrays
2015-03-06 Ian ElliottWin/glvdebug: The glvdebug_xgl library depends on Qt5Sv...
2015-03-06 Chia-I Wuintel: add support for xglPinSystemMemory()
2015-03-06 Chia-I Wuintel: update kmd
2015-03-06 Jeremy Hayesglave: Remove unnecessary dot dump.
2015-03-06 Ian ElliottWin/glvdebug: Update the BUILD.md dependencies.
2015-03-06 Chia-I Wuintel: emit 3DSTATE_PUSH_CONSTANT_ALLOC_x in intel_cmd_...
2015-03-06 Chia-I Wuintel: emit FB-dependent states conditionally
2015-03-06 Chia-I Wuintel: determine 3DSTATE_MULTISAMPLE from intel_fb
2015-03-06 Chia-I Wuintel: add intel_pipeline_init_default_sample_patterns()
2015-03-06 Chia-I Wuintel: update genhw headers
2015-03-06 Ian ElliottWin/glvdebug: Use a "\\" instead of "/" for Windows...
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 Wuintel: use intel_alloc()/intel_free() everywhere
2015-03-05 Chia-I Wuintel: use intel_alloc()/intel_free() when possible
2015-03-05 Chia-I Wuintel: add intel_{alloc,free,logv,log}()
2015-03-05 Chia-I Wuicd: add support for per-instance DRM enumeration
2015-03-05 Chia-I Wuintel: make intel_instance own an icd_instance
2015-03-05 Chia-I Wuicd: add generic icd_instance
2015-03-05 Chia-I Wuintel: make intel_base_create() take a intel_handle
2015-03-05 Ian ElliottWin: Fix compilation errors.
2015-03-05 Ian ElliottWin/glvdebug: Need libGLESv2d.dll and libEGLd.dll to...
2015-03-05 Ian ElliottWin/glvdebug: Eliminate dead code.
2015-03-05 Ian ElliottWin/glvdebug: Changes needed to compile glvdebug on...
2015-03-05 Ian ElliottWin: Require CMake 3.0+, and look for Qt 5.3 in default...
next