Tillmann Karras
|
05fa667d03
|
VideoCommon: add EFB peek/poke stats
|
2019-03-04 02:49:59 +00:00 |
Stenzek
|
600d1fc0bc
|
Renderer: Use imgui for drawing debug text and OSD
|
2019-01-25 11:15:57 +10:00 |
Lioncash
|
9ebd84e54a
|
VertexLoaderManager: Return debug strings by value
This also renames AppendListToString to VertexLoadersToString.
|
2017-03-26 23:50:09 -04:00 |
Lioncash
|
14e0b48ae4
|
VideoCommon: Make API_TYPE an enum class
Allows for forward declarations in most places, which prevents dumping
unrelated VideoCommon.h contents directly into headers.
|
2016-07-29 19:20:16 -04:00 |
Pierre Bourdon
|
3570c7f03a
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
Lioncash
|
d9fec92628
|
VideoCommon: Header cleanup
Also remedies places where the video backends and core rely on things
being indirectly included.
|
2016-01-17 20:11:45 -05:00 |
degasus
|
efbe5bc4b6
|
VideoSW: Use more VideoCommon
Now we require lots of empty functions, but this removes by far more duplicated code.
|
2016-01-06 22:10:29 +01:00 |
Tillmann Karras
|
30ebb2459e
|
Set copyright year to when a file was created
|
2015-05-25 13:22:31 +02:00 |
Tillmann Karras
|
cefcb0ace9
|
Update license headers to GPLv2+
|
2015-05-25 13:22:31 +02:00 |
Stevoisiak
|
93b16a4a2d
|
Formatting/Whitespace Cleanup
Various fixes to formatting and whitespace
|
2015-02-25 10:48:21 -05:00 |
degasus
|
4639d3b1bc
|
TexCache: also incude textures within the render target pool
|
2015-01-18 19:47:48 +01:00 |
degasus
|
7db5a4b22d
|
Statistics: Reformat stats string
|
2014-06-27 09:36:50 +02:00 |
degasus
|
f1ddd3c66a
|
VideoCommon: remove unused stats
|
2014-06-27 09:35:26 +02:00 |
Lioncash
|
1583ce9363
|
Use strings instead of arbitrary buffers for video statistics
|
2014-05-25 21:11:29 -04:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
Lioncash
|
6d9cd07bb9
|
[VideoCommon] Eliminate the function Xchg in Statistics.cpp. std::swap does the same thing.
|
2014-02-04 19:35:27 -05:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |