[Mesa-dev] [PATCH 0/4] string-marker support

Rob Clark robdclark at gmail.com
Mon Dec 7 08:45:51 PST 2015


From: Rob Clark <robclark at freedesktop.org>

Refresh of older GREMEDY_string_marker patchset, this time also
wiring up KHR_debug.

I suppose the KHR_debug part of this is the more useful part, but
I think it doesn't hurt to include the GREMEDY part.  Presumably
there are some games/etc out there sitting around with support for
the GREMEDY debugger.

For gallium drivers, the extension is only exposed with ST_DEBUG=
gremedy.

Rob Clark (4):
  mesa: add GREMEDY_string_marker
  mesa: wire up EmitStringMarker for KHR_debug
  gallium: add GREMEDY_string_marker
  freedreno: implement emit_string_marker

 src/gallium/docs/source/screen.rst                |  1 +
 src/gallium/drivers/freedreno/freedreno_context.c | 27 +++++++++++++++++++++++
 src/gallium/drivers/freedreno/freedreno_screen.c  |  1 +
 src/gallium/drivers/i915/i915_screen.c            |  1 +
 src/gallium/drivers/ilo/ilo_screen.c              |  1 +
 src/gallium/drivers/llvmpipe/lp_screen.c          |  1 +
 src/gallium/drivers/nouveau/nv30/nv30_screen.c    |  1 +
 src/gallium/drivers/nouveau/nv50/nv50_screen.c    |  1 +
 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c    |  1 +
 src/gallium/drivers/r300/r300_screen.c            |  1 +
 src/gallium/drivers/r600/r600_pipe.c              |  1 +
 src/gallium/drivers/radeonsi/si_pipe.c            |  1 +
 src/gallium/drivers/softpipe/sp_screen.c          |  1 +
 src/gallium/drivers/svga/svga_screen.c            |  1 +
 src/gallium/drivers/vc4/vc4_screen.c              |  1 +
 src/gallium/include/pipe/p_context.h              |  7 ++++++
 src/gallium/include/pipe/p_defines.h              |  1 +
 src/mapi/glapi/gen/GREMEDY_string_marker.xml      | 18 +++++++++++++++
 src/mapi/glapi/gen/Makefile.am                    |  1 +
 src/mapi/glapi/gen/gl_API.xml                     |  2 ++
 src/mapi/glapi/gen/gl_genexec.py                  |  1 +
 src/mesa/main/dd.h                                |  6 +++++
 src/mesa/main/errors.c                            | 20 +++++++++++++++++
 src/mesa/main/errors.h                            |  3 +++
 src/mesa/main/extensions_table.h                  |  2 ++
 src/mesa/main/mtypes.h                            |  1 +
 src/mesa/main/tests/dispatch_sanity.cpp           |  3 +++
 src/mesa/state_tracker/st_context.c               |  9 ++++++++
 src/mesa/state_tracker/st_debug.c                 |  1 +
 src/mesa/state_tracker/st_debug.h                 |  1 +
 src/mesa/state_tracker/st_extensions.c            |  5 +++++
 31 files changed, 122 insertions(+)
 create mode 100644 src/mapi/glapi/gen/GREMEDY_string_marker.xml

-- 
2.5.0



More information about the mesa-dev mailing list