index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
debugger
/
graphics_framebuffer.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-07-13
citra-qt: Add depth formats to framebuffer viewing widget.
Tony Wasserka
1
-4
/
+30
2015-07-13
citra-qt: Properly specify the framebuffer format.
Tony Wasserka
1
-2
/
+26
2015-05-30
Move video_core/color.h to common/color.h
archshift
1
-1
/
+2
2015-05-23
Pica: Create 'State' structure and move state memory there.
bunnei
1
-2
/
+2
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
1
-0
/
+2
2015-05-09
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
1
-1
/
+1
2015-05-09
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
1
-1
/
+1
2015-03-10
GPU: Added the stencil test structure to the Pica Regs struct.
Subv
1
-3
/
+3
2015-03-10
Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer
Subv
1
-4
/
+59
2015-03-04
GPU: Added RGB565/RGB8 framebuffer support and various cleanups.
bunnei
1
-57
/
+31
2015-02-27
GPU: Implemented bits 3 and 1 from the display transfer flags.
Subv
1
-6
/
+16
2015-02-11
Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.
Tony Wasserka
1
-27
/
+0
2015-01-30
Silence a few warnings.
Rohit Nirmal
1
-2
/
+2
2015-01-10
citra-qt: Add explicit casts to prevent some warnings.
Subv
1
-2
/
+2
2015-01-10
citra-qt: Fixed some Qt errors on initialization
Subv
1
-2
/
+2
2015-01-06
citra-qt: Renamed all .hxx headers to .h
chrisvj
1
-2
/
+2
2015-01-01
Silence some -Wsign-compare warnings.
Rohit Nirmal
1
-8
/
+8
2014-12-31
Pica: Cleanup color conversion.
Tony Wasserka
1
-8
/
+5
2014-12-31
citra-qt: Fix displaying RGBA5551 framebuffers.
Tony Wasserka
1
-0
/
+4
2014-12-31
citra-qt: Always show pica framebuffers as RGBA8.
Tony Wasserka
1
-1
/
+2
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-20
Pica: Unify ugly address translation hacks.
Tony Wasserka
1
-4
/
+4
2014-12-20
citra-qt: Fix invalid memory read upon program startup.
Tony Wasserka
1
-1
/
+2
2014-12-20
Clean up some warnings
Chin
1
-6
/
+6
2014-12-09
Some code cleanup.
Tony Wasserka
1
-2
/
+2
2014-12-09
citra-qt: Add pica framebuffer widget.
Tony Wasserka
1
-0
/
+282