aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-04glave: Fix tracing and replay for AllocMemory nested structuresJon Ashburn
2015-02-04render_pass: Add CmdBegin{End}RenderPass()Jon Ashburn
2015-02-04glave: Fix trace packets for Instancing related APIsJon Ashburn
2015-02-04xgl: Fix typo in memory barriers APIsMark Lobodzinski
2015-02-04glave: Added comments noting glave work still to be done for xgl.h updatesTobin Ehlis
2015-02-04layers: Continuing to update DrawState for new binding modelTobin Ehlis
2015-02-04layers: Updated API codegen to handle AllocDescriptorSetsTobin Ehlis
2015-02-04glave: Trace and replay codegen handles AllocDescriptorSetsTobin Ehlis
2015-02-04layers: Updating MemTracker and DrawState interfaces to match API updatesTobin Ehlis
2015-02-04Various code clean-ups for glave and codegen with updated xgl.hTobin Ehlis
2015-02-04Added Mark's change to track Fence submitTobin Ehlis
2015-02-04Glave now compiling although I'm certain it's very broken.Tobin Ehlis
2015-02-04All of the codegen for layers is now working well enough that the generated l...Tobin Ehlis
2015-02-04instance: Remove xglInitAndEnumerateGpusJon Ashburn
2015-02-04loader: Add loops for multiple instances on global debug callsJon Ashburn
2015-02-04demos: Convert to using Instancing API rather than xglInitAndEnumerateGpus()Jon Ashburn
2015-02-04loader: Finish implement CreateInstance and DestroyInstanceJon Ashburn
2015-02-04loader: Implement EnumerateGpus()Jon Ashburn
2015-02-04intel: Instance functions create and destroy objectsJon Ashburn
2015-02-04loader: Place icds into the instance, scan icds prior to instance createJon Ashburn
2015-02-04instance: Added initial {Create|Destroy}Instance() and xglEnumerateGpus().Jon Ashburn
2015-02-04xgl: Fix pMemBarriers referencesMark Lobodzinski
2015-02-04xgl: Remove XGL_* typedef wrappersMark Lobodzinski
2015-02-04xgl: Updated headers for some missed SVN revisionsMark Lobodzinski
2015-02-04intel: Fix DBG_OBJECT_TYPE rangeJon Ashburn
2015-02-04xgl: Add fast clear APIsMark Lobodzinski
2015-02-04xgl: Remove extraneous structSizesCourtney Goeltzenleuchter
2015-02-04xgl: header updates for XGL_RESULTCourtney Goeltzenleuchter
2015-02-04xgl: fix constness of pointersChia-I Wu
2015-02-04xgl: Add framebuffer-no-attachment supportMark Lobodzinski
2015-02-04Update XGL_FORMAT.Jeremy Hayes
2015-02-04xgl: Add begin/end_range to all enumsMark Lobodzinski
2015-02-04xgl: Rename XGL_WAIT_EVENT enum in headerMark Lobodzinski
2015-02-04xgl: Bump rev for Command Atomic updateCourtney Goeltzenleuchter
2015-02-04xgl: Remove xglCmdAtomicsCourtney Goeltzenleuchter
2015-02-04xgl: Rename semaphore enumsMark Lobodzinski
2015-02-04memory alloc: Remove last heaps from memory alloc and requirementsJon Ashburn
2015-02-04memory alloc: Remove alignment from alloc_info structureJon Ashburn
2015-02-04memory alloc: Remove MEMORY_ALLOC_FLAGS add MEMORY_TYPEJon Ashburn
2015-02-04memory alloc: Remove memory_heap flags replace with memory_property flagsJon Ashburn
2015-02-04memory alloc: Add IMAGE and BUFFER alloc info structuresJon Ashburn
2015-02-04memory alloc: Add MEMORY_ALLOCATION_COUNT support and usage in tests.Jon Ashburn
2015-02-04memory alloc: Add allocation index to BindObjectMemoryJon Ashburn
2015-02-04memory alloc: Remove xglGetMemoryHeapXXX from driver,loader, glave, layersJon Ashburn
2015-02-04demos: Remove calls to xglGetMemoryHeapXXX in xglinfoJon Ashburn
2015-02-04xgl: move to new resource binding modelChia-I Wu
2015-02-04demos, tests: use XGL_BUFFER_VIEW_RAW for constant buffersChia-I Wu
2015-02-04complete fixed-function vertex fetch supportChia-I Wu
2015-02-04BIL: Update to support descriptor set GLSL featuresCourtney Goeltzenleuchter
2015-02-04xgl: Fix syntax errorCourtney Goeltzenleuchter