aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-16icd: remove unused icd-log.[ch]Chia-I Wu
2015-04-16FIXUP: update xglDbg.h for XGL_INSTANCECourtney Goeltzenleuchter
2015-04-16loader: Fix Dbg entrypoints with instance param to not loop all instancesJon Ashburn
2015-04-16xgl: update xglDbg.h for XGL_INSTANCECourtney Goeltzenleuchter
2015-04-16xgl: Remove fixed and optimal tess factorsCourtney Goeltzenleuchter
2015-04-16xgl: specialization constant proposalCourtney Goeltzenleuchter
2015-04-16FIXUP: Add glave support for xglCmdClearColor patchCourtney Goeltzenleuchter
2015-04-16xgl: combine xglCmdClearColor* into one functionCourtney Goeltzenleuchter
2015-04-16loader: Fix prefix used to find layer library.Courtney Goeltzenleuchter
2015-04-16xgl: Update primitive topology enumCourtney Goeltzenleuchter
2015-04-16xgl: Add missing formats and remove channel mappingCourtney Goeltzenleuchter
2015-04-16xgl: Impossible to expose multi-function queuesCourtney Goeltzenleuchter
2015-04-16icd: Dont follow next twice in for loopTony Barbour
2015-04-16xgl: Remove unneeded library includes from xgl include folderCourtney Goeltzenleuchter
2015-04-16demos/tri: fix a leakChia-I Wu
2015-04-11xgl-generate.py: rewrite LoaderEntrypointsSubcommandChia-I Wu
2015-04-11xgl-generate.py: add and use helpers from loader.hChia-I Wu
2015-04-11xgl-generate.py: add WinDefFileSubcommandChia-I Wu
2015-04-11demo: remove XCB_NVIDIA pathsChia-I Wu
2015-04-11demos: set EXTERNAL_SPV from CMakeLists.txtChia-I Wu
2015-04-11demos: remove non-__linux__ pathsChia-I Wu
2015-04-06Merge branch 'master' of https://github.com/KhronosGroup/GL-NextPeter Lohrmann
2015-04-06Merge branch 'glave_snapshot_support'Peter Lohrmann
2015-04-06layers: Update layer README.md info with current DrawState and MemTracker statusTobin Ehlis
2015-04-06demos: Fix shader assert in tri.cMark Lobodzinski
2015-04-06layers: Updated for explicit fence validation with multiple queuesMark Lobodzinski
2015-04-06layers: Added support for multiple queuesMark Lobodzinski
2015-04-06layers: Added GetDeviceQueue API, fixed up variable namesMark Lobodzinski
2015-04-03Merge remote-tracking branch 'origin/master'Piers Daniell
2015-04-03loader: Work correctly when there is no reg entryPiers Daniell
2015-04-03demo: tri: Use explicit locations on the attribsPiers Daniell
2015-04-03demos: copy XGL.dll to target folderPiers Daniell
2015-04-03Have demos give a useful error if no compatible ICD found.Ian Elliott
2015-04-03Fix NULL-pointer dereference if can't find registry entry.Ian Elliott
2015-04-03layers: update codegen to split struct_size_helper into .h and .c files.Peter Lohrmann
2015-04-01glaveSnapshot: snapshot now does deep copy of DEVICE_CREATE_INFO struct.Peter Lohrmann
2015-04-01xgl_helper: sort dictionaries to make generated output consistentPeter Lohrmann
2015-04-01layers: Shadow PSO Creation structs directly in PIPELINE_NODETobin Ehlis
2015-04-01layers: Add DrawState validation that FB samples matches PSO samplesTobin Ehlis
2015-03-31New loader_get_registry_value() function reads 32/64 registry ...Ian Elliott
2015-03-30xgl_helper: sort dictionaries to make generated output consistentPeter Lohrmann
2015-03-30glave: move code-gen'ed files.Peter Lohrmann
2015-03-30glaveSnapshot: Reorganize creation/insertion and deletion of objectsPeter Lohrmann
2015-03-30GlaveSnapshot: Remove ifdef'd code for OBJ_NODES.Peter Lohrmann
2015-03-27GlaveSnapshot Layer: Objects are now tracked within a GLV_VK_SNAPSHOT structure.Peter Lohrmann
2015-03-27glave: Add ability for replay memory allocations and mapping to be pendingJon Ashburn
2015-03-26glave: Consolidate the maped data and gpu memory maps used during replayJon Ashburn
2015-03-26glave: Make the XGL_GPU_MEMORY object mapping use a structure. Needed so can ...Jon Ashburn
2015-03-26glave: Track Buffer and Image memory requirements during replay.Jon Ashburn
2015-03-26layers: Correct xglBindObjectMemory signature in MemTracker message.Tobin Ehlis