citra/src/citra_qt/debugger/graphics
Yuri Kunde Schlesner f241bb72f5 Pica/Regs: Use binary search to look up reg names
This gets rid of the static unordered_map. Also changes the return type
const char*, avoiding unnecessary allocations (the result was only used
by calling .c_str() on it.)
2017-02-09 00:04:24 -08:00
..
graphics.cpp citra-qt: Move graphics debugging code into its own folder 2016-12-21 17:19:21 -05:00
graphics.h citra-qt: Move graphics debugging code into its own folder 2016-12-21 17:19:21 -05:00
graphics_breakpoint_observer.cpp citra-qt: Move graphics debugging code into its own folder 2016-12-21 17:19:21 -05:00
graphics_breakpoint_observer.h citra-qt: Move graphics debugging code into its own folder 2016-12-21 17:19:21 -05:00
graphics_breakpoints.cpp citra-qt: Move graphics debugging code into its own folder 2016-12-21 17:19:21 -05:00
graphics_breakpoints.h citra-qt: Move graphics debugging code into its own folder 2016-12-21 17:19:21 -05:00
graphics_breakpoints_p.h citra-qt: Move graphics debugging code into its own folder 2016-12-21 17:19:21 -05:00
graphics_cmdlists.cpp Pica/Regs: Use binary search to look up reg names 2017-02-09 00:04:24 -08:00
graphics_cmdlists.h citra-qt: Move graphics debugging code into its own folder 2016-12-21 17:19:21 -05:00
graphics_surface.cpp VideoCore: Move Regs to its own file 2017-02-04 13:59:12 -08:00
graphics_surface.h citra-qt: Move graphics debugging code into its own folder 2016-12-21 17:19:21 -05:00
graphics_tracing.cpp VideoCore: Move Regs to its own file 2017-02-04 13:59:12 -08:00
graphics_tracing.h citra-qt: Move graphics debugging code into its own folder 2016-12-21 17:19:21 -05:00
graphics_vertex_shader.cpp VideoCore: Move Regs to its own file 2017-02-04 13:59:12 -08:00
graphics_vertex_shader.h VideoCore: Rename some types to more accurate names 2017-01-29 21:31:36 -08:00