summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
AgeCommit message (Expand)Author
2008-08-21trace: Hack to detect writes to user buffers.José Fonseca
2008-08-21trace: Split the output stream on windows.José Fonseca
2008-08-19trace: Fix pipe_clip_state dump.José Fonseca
2008-08-19trace: Support C++.José Fonseca
2008-08-18trace: Explain how to integrate with a state tracker or winsys.José Fonseca
2008-08-18trace: Preliminary stream implementation for GDI.José Fonseca
2008-08-18trace: Use long longs to ensure covering 64bits integers.José Fonseca
2008-08-18trace: Get the trace file from the GALLIUM_TRACE option itself.José Fonseca
2008-08-15trace: Fix typo.José Fonseca
2008-08-15trace: Wrap all textures and surface created by the pipe driver.José Fonseca
2008-08-15trace: Allow multiple screens. Flush after call.José Fonseca
2008-08-15trace: Several fixes.José Fonseca
2008-08-15trace: Trace surface contents.José Fonseca
2008-08-15trace: Make stream a global variable.José Fonseca
2008-08-14trace: Update status.José Fonseca
2008-08-14trace: Separate the trace screen/context vs the original screen/context.José Fonseca
2008-08-12trace: More dump fixes.José Fonseca
2008-08-12trace: Fix create_blend_state dump.José Fonseca
2008-08-12trace: Dump polygon stipple state as an array.José Fonseca
2008-08-12trace: Fix create_depth_stencil_alpha_state trace.José Fonseca
2008-08-12trace: Dump pipe_{depth,stencil,alpha}_state names.José Fonseca
2008-08-12trace: Replace buffer_map+memcpy+buffer_unmap by buffer_writeJosé Fonseca
2008-08-12trace: Zero the buffers to avoid dumping uninitialized memory.José Fonseca
2008-08-12trace: Fix hexadecimal dumping.José Fonseca
2008-08-12trace: Trace winsys/screen/context creation.José Fonseca
2008-08-12trace: Trace texture depth.José Fonseca
2008-08-09trace: Dump writes to pipe_buffers.José Fonseca
2008-08-09trace: Prevent tracing internal pipe driver calls.José Fonseca
2008-08-09trace: Dump shaders as text.José Fonseca
2008-08-09trace: Allow to dump binary data.José Fonseca
2008-08-09trace: Trace pipe_winsys calls.José Fonseca
2008-08-09trace: Remove unused code.José Fonseca
2008-08-08trace: Prevent from internal calls from pipe_context to pipe_screen from bein...José Fonseca
2008-08-07trace: Simplify HTML output.José Fonseca
2008-08-07trace: Merge the CSS into the XSL.José Fonseca
2008-08-07trace: Dump format names.José Fonseca
2008-08-07trace: Dump state.José Fonseca
2008-08-07trace: Trace pipe context calls.José Fonseca
2008-08-07trace: Add missing XSL and CSS.José Fonseca
2008-08-07trace: New pipe driver to trace incoming calls.José Fonseca