aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-13glave: Update more trace custom code to use generated struct sizing code insteadTobin Ehlis
2015-03-13glave: Add codgen helper for struct size calculation and use for trace packet...Tobin Ehlis
2015-03-11glave: Codegen cleanup for tracing code to add/finalize ptrs in packetTobin Ehlis
2015-03-11glave: Simplify codegen for trace packet sizingTobin Ehlis
2015-03-10glave-generate: Replace asserts with proper error detection and error logging.Peter Lohrmann
2015-03-09glave: Fix createRenderpass replay restore of remapped FBJon Ashburn
2015-03-06Win/C11: Use _align_malloc() on Windows, align_alloc() elsewhere.Ian Elliott
2015-03-06layers: Improve PresentableImage memory handling in mem/objecttrackerMark Lobodzinski
2015-03-06Win: Fix warnings for parameter of getLayerOptionEnum()Ian Elliott
2015-03-06Win: Fix a compiler warning in "icd/common"Ian Elliott
2015-03-06Update xgl_helper to handle all of the dynamic arraysTobin Ehlis
2015-03-06glave: Remove unnecessary dot dump.Jeremy Hayes
2015-03-06Win/glvdebug: Update the BUILD.md dependencies.Ian Elliott
2015-03-05nulldrv: build it on LinuxChia-I Wu
2015-03-05nulldrv: fix gcc errors/warningsChia-I Wu
2015-03-05icd: remove stale function declarationsChia-I Wu
2015-03-05icd: remove unused icd-alloc.[ch]Chia-I Wu
2015-03-05nulldrv: remove icd-alloc.h dependencyChia-I Wu
2015-03-05icd: add support for per-instance DRM enumerationChia-I Wu
2015-03-05icd: add generic icd_instanceChia-I Wu
2015-03-05Win: Fix compilation errors.Ian Elliott
2015-03-04layers: Fix Windows build issueCourtney Goeltzenleuchter
2015-03-04object-tracker: Do not track GPU objectCourtney Goeltzenleuchter
2015-03-04layers: allocate enough space for pointer sprintfMike Stroyan
2015-03-03memTracker: Use local GetProcAddr rather than auto generated oneJon Ashburn
2015-03-03drawState: Use local GetProcAddr rather than auto generated oneJon Ashburn
2015-03-03layers: if no settings file or call overrides make callback override logingJon Ashburn
2015-03-03layers: Correctly set last bound PSO in DrawState layerTobin Ehlis
2015-03-03Win: Cannot use the "dot" functionality yet on Windows.Ian Elliott
2015-03-02layers: Made mem_tracker thread-safeMark Lobodzinski
2015-03-02Turn on ability to trace on Windows with NVIDIA driver.Ian Elliott
2015-03-02Add NOMINMAX and VC_EXTRALEAN to some windows filesPiers Daniell
2015-03-02Win/glave: Remove new compiler warnings on Windows.Ian Elliott
2015-03-02Win/glave: Compile/link the glvtrace_xgl64.dll library on Windows.Ian Elliott
2015-03-02Linux: Must use "__linux__" instead of "PLATFORM_LINUX".Ian Elliott
2015-03-02demos/cube: use a single layoutChia-I Wu
2015-03-02Get the trace player to work with WindowsPiers Daniell
2015-03-02xcb: Deal with case of getenv() returning NULL.Ian Elliott
2015-03-02Modify xcb_nvidia/nulldrv to also support nulldrv.Ian Elliott
2015-03-02Update tri and cube with stagePiers Daniell
2015-03-02Revert "misc: Add xglRecordMemoryRange entrypoint and use it in Glave"Jon Ashburn
2015-03-02layers: Update last global DS in DrawState when UpdateDescriptors is calledTobin Ehlis
2015-03-02layers: DrawState Cmd Buffer tracking improvementsTobin Ehlis
2015-03-02misc: Add xglRecordMemoryRange entrypoint and use it in GlaveJon Ashburn
2015-02-27glave: Set layer extension func pointers to NULL when the device is destroyed.Peter Lohrmann
2015-02-27layers: Issue endl at end of outputCourtney Goeltzenleuchter
2015-02-27demos: Clean up renderpass and framebufferCourtney Goeltzenleuchter
2015-02-27layers: In DrawState track last global pipe state and dump that to dot diagramTobin Ehlis
2015-02-27Merge ReplayThread change with Detach Replay Window.Peter Lohrmann
2015-02-26glvdebug: Move QReplayWorker into a separate thread.Peter Lohrmann