Merge pull request #1394 from ds84182/immediate-mode-vtx
Add immediate mode vertex submission
This commit is contained in:
commit
c9009d39d4
21 changed files with 177 additions and 61 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "common/vector_math.h"
|
||||
|
||||
#include "video_core/pica.h"
|
||||
#include "video_core/pica_state.h"
|
||||
#include "video_core/debug_utils/debug_utils.h"
|
||||
|
||||
QImage LoadTexture(u8* src, const Pica::DebugUtils::TextureInfo& info) {
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include "core/hw/gpu.h"
|
||||
|
||||
#include "video_core/pica.h"
|
||||
#include "video_core/pica_state.h"
|
||||
#include "video_core/utils.h"
|
||||
|
||||
GraphicsFramebufferWidget::GraphicsFramebufferWidget(std::shared_ptr<Pica::DebugContext> debug_context,
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "nihstro/float24.h"
|
||||
|
||||
#include "video_core/pica.h"
|
||||
|
||||
#include "video_core/pica_state.h"
|
||||
|
||||
GraphicsTracingWidget::GraphicsTracingWidget(std::shared_ptr<Pica::DebugContext> debug_context,
|
||||
QWidget* parent)
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
#include "citra_qt/debugger/graphics_vertex_shader.h"
|
||||
#include "citra_qt/util/util.h"
|
||||
|
||||
#include "video_core/pica.h"
|
||||
#include "video_core/pica_state.h"
|
||||
#include "video_core/shader/shader.h"
|
||||
|
||||
using nihstro::OpCode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue