trace: Use util's stream.
[mesa.git] / src / gallium / drivers /
2008-09-08 José Fonsecatrace: Use util's stream.
2008-09-05 Brian Paulcell: code clean-up, comments
2008-09-05 Brian Paulcell: convert clear color if needed
2008-09-05 Brian Paulsoftpipe: convert clear color to surface format if...
2008-09-05 Brian Paulcell: move batch buffer init code
2008-09-05 Brian Paulcell: comments
2008-09-05 Brian Paulcell: more cell_init_*_functions()
2008-09-05 Brian Paulcell: implement CELL_DEBUG env/options var
2008-09-04 Brian Paulcell: assorted comments, clean-ups, etc.
2008-09-04 Brian Paulcell: use util_surface_copy/fill()
2008-09-04 Brian Paulcell: include p_inlines.h
2008-09-04 Brian Paulsoftpipe: use the new util_surface_copy/fill() functions
2008-09-04 José Fonsecasoftpipe: Add missing include.
2008-09-04 José Fonsecai915: Add missing include.
2008-09-04 José Fonsecacell: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecai915: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecai965: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecasoftpipe: Use pipe_buffer_* inlines as much as possible.
2008-09-03 Brian Paulcell: flush rendering to current surfaces before instal...
2008-09-03 Brian Paulcell: update comments, fix typos
2008-09-03 Brian Paulcell: change context type passed to cell_flush_int()
2008-09-03 Brian Paulcell: replace assert() with special spu ASSERT() macro
2008-09-03 Brian Paulcell: add pipe_texture_reference() call in cell_get_tex...
2008-09-03 Brian Paulcell: updated assertion
2008-09-03 Brian Paulcell: comments
2008-09-03 Brian Paulcell: fix texture/surface allocation to allocate by...
2008-09-03 Brian Paulcell: add -DDEBUG flag, fixes to Cell Makefiles
2008-09-03 Brian Paulcell: add missing cell_tex_surface_release()
2008-09-03 José Fonsecagallium: Have pipe_buffer_* receive a pipe_screen inste...
2008-09-02 Jakob Bornecrantzi915: Small fixes for tiled textures
2008-08-25 Briancell: asst fixes to get driver building/running again.
2008-08-25 Michal Krolgallium: Add missing includes.
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-23 Michal Kroltrace: Include u_string.h.
2008-08-22 Brian Paulgallium: move pipe_copy_rect(), pipe_fill_rect() protos...
2008-08-22 Brian Paulgallium: replace align_int() with align()
2008-08-22 Brian Paulgallium: stop using ifloor(), FABSF(), etc
2008-08-22 Brian Paulgallium: replace LOG2() macro with util_fast_log2(...
2008-08-22 José Fonsecatrace: Don't trace texture/surfaces releases, only...
2008-08-22 José Fonsecatrace: Use a 4 hexadecimal digit suffix.
2008-08-21 José Fonsecatrace: Hack to detect writes to user buffers.
2008-08-21 José Fonsecatrace: Split the output stream on windows.
2008-08-20 Brian Paulgallium: test for and cull prims with inf/nan vertices...
2008-08-19 Brian Paulgallium: fix do_flip bug in sp_surface_copy()
2008-08-19 José Fonsecatrace: Fix pipe_clip_state dump.
2008-08-19 José Fonsecatrace: Support C++.
2008-08-18 José Fonsecatrace: Explain how to integrate with a state tracker...
2008-08-18 José Fonsecatrace: Preliminary stream implementation for GDI.
2008-08-18 José Fonsecatrace: Use long longs to ensure covering 64bits integers.
2008-08-18 José Fonsecatrace: Get the trace file from the GALLIUM_TRACE option...
2008-08-15 José Fonsecatrace: Fix typo.
2008-08-15 José Fonsecatrace: Wrap all textures and surface created by the...
2008-08-15 José Fonsecatrace: Allow multiple screens. Flush after call.
2008-08-15 José Fonsecatrace: Several fixes.
2008-08-15 José Fonsecatrace: Trace surface contents.
2008-08-15 José Fonsecatrace: Make stream a global variable.
2008-08-14 José Fonsecatrace: Update status.
2008-08-14 José Fonsecatrace: Separate the trace screen/context vs the origina...
2008-08-14 Alan Hourihanecheck for winsys->destroy before calling
2008-08-13 Michal Kroli915: Swap meanings of KIL and KILP.
2008-08-13 Michal Krolcell: KILP is a predicated discard, KIL is a conditiona...
2008-08-12 José Fonsecatrace: More dump fixes.
2008-08-12 José Fonsecatrace: Fix create_blend_state dump.
2008-08-12 José Fonsecatrace: Dump polygon stipple state as an array.
2008-08-12 José Fonsecatrace: Fix create_depth_stencil_alpha_state trace.
2008-08-12 José Fonsecatrace: Dump pipe_{depth,stencil,alpha}_state names.
2008-08-12 José Fonsecatrace: Replace buffer_map+memcpy+buffer_unmap by buffer...
2008-08-12 José Fonsecatrace: Zero the buffers to avoid dumping uninitialized...
2008-08-12 José Fonsecatrace: Fix hexadecimal dumping.
2008-08-12 José Fonsecatrace: Trace winsys/screen/context creation.
2008-08-12 José Fonsecatrace: Trace texture depth.
2008-08-12 Michal Krolsoftpipe: Include missing header.
2008-08-11 Brian Paulgallium: debug/print vertex tweak
2008-08-09 José Fonsecatrace: Dump writes to pipe_buffers.
2008-08-09 José Fonsecatrace: Prevent tracing internal pipe driver calls.
2008-08-09 José Fonsecatrace: Dump shaders as text.
2008-08-09 José Fonsecatrace: Allow to dump binary data.
2008-08-09 José Fonsecatrace: Trace pipe_winsys calls.
2008-08-09 José Fonsecatrace: Remove unused code.
2008-08-08 José Fonsecatrace: Prevent from internal calls from pipe_context...
2008-08-08 José Fonsecagallium: Add destroy callback to all *_winsys interfaces.
2008-08-08 José Fonsecai965: Remove extraneous arg to debug_printf.
2008-08-07 Brian Paulsoftpipe: add support for PIPE_FORMAT_X8Z24_UNORM,...
2008-08-07 José Fonsecatrace: Simplify HTML output.
2008-08-07 José Fonsecatrace: Merge the CSS into the XSL.
2008-08-07 José Fonsecatrace: Dump format names.
2008-08-07 Brian Paulgallium: s/pf_sprint_name/pf_name/
2008-08-07 Brian Paulgallium: s/printf/debug_printf/
2008-08-07 Brian Paulgallium: new/better debug code (disabled)
2008-08-07 José Fonsecatrace: Dump state.
2008-08-07 José Fonsecatrace: Trace pipe context calls.
2008-08-07 José Fonsecatrace: Add missing XSL and CSS.
2008-08-07 José Fonsecatrace: New pipe driver to trace incoming calls.
2008-08-07 Michal Krolsoftpipe: Silence compiler warnings on Windows.
2008-08-06 Brian Paulgallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_...
2008-08-06 Brian Paulsoftpipe: add texture border color code
2008-07-28 José FonsecaMerge tgsi/exec and tgsi/util directories.
2008-07-24 José Fonsecasoftpipe: Remove unused variables.
2008-07-19 José Fonsecagallium: Finer grained is_format_supported.
2008-07-16 José Fonsecasoftpipe: DXT formats not really supported.
next