|
|
@ -44,6 +44,7 @@ QVariant BreakPointModel::data(const QModelIndex& index, int role) const
|
|
|
|
{ Pica::DebugContext::Event::CommandProcessed, tr("Pica command processed") },
|
|
|
|
{ Pica::DebugContext::Event::CommandProcessed, tr("Pica command processed") },
|
|
|
|
{ Pica::DebugContext::Event::IncomingPrimitiveBatch, tr("Incoming primitive batch") },
|
|
|
|
{ Pica::DebugContext::Event::IncomingPrimitiveBatch, tr("Incoming primitive batch") },
|
|
|
|
{ Pica::DebugContext::Event::FinishedPrimitiveBatch, tr("Finished primitive batch") },
|
|
|
|
{ Pica::DebugContext::Event::FinishedPrimitiveBatch, tr("Finished primitive batch") },
|
|
|
|
|
|
|
|
{ Pica::DebugContext::Event::VertexLoaded, tr("Vertex Loaded") }
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
_dbg_assert_(Debug_GPU, map.size() == static_cast<size_t>(Pica::DebugContext::Event::NumEvents));
|
|
|
|
_dbg_assert_(Debug_GPU, map.size() == static_cast<size_t>(Pica::DebugContext::Event::NumEvents));
|
|
|
|