| .. |
|
OpenCL
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
AVIDump.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
AVIDump.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
BPFunctions.cpp
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
BPFunctions.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
BPMemory.cpp
|
BPMemory: Fix a small documentation mistake from revision 9365187f89.
|
2013-05-10 11:47:06 +00:00 |
|
BPMemory.h
|
BPMemory: Assign a more descriptive name to a field in the genmode register.
|
2013-06-18 17:25:16 +02:00 |
|
BPStructs.cpp
|
BPMemory: Assign a more descriptive name to a field in the genmode register.
|
2013-06-18 17:25:16 +02:00 |
|
BPStructs.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
CommandProcessor.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
CommandProcessor.h
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
CPMemory.cpp
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
CPMemory.h
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
DataReader.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
Debugger.cpp
|
Merge 'master' into shader-uids-awesome.
|
2013-04-25 14:05:54 +02:00 |
|
Debugger.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
DLCache.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
DriverDetails.cpp
|
[Android] When running OpenGL ES 3 backend, we've got to switch the screen coordinates or bad things happen. Adds a Driver bug that causes swap every single flush. Hard requirement currently to see /anything/ on screen.
|
2013-06-18 12:44:06 -05:00 |
|
DriverDetails.h
|
[Android] When running OpenGL ES 3 backend, we've got to switch the screen coordinates or bad things happen. Adds a Driver bug that causes swap every single flush. Hard requirement currently to see /anything/ on screen.
|
2013-06-18 12:44:06 -05:00 |
|
EmuWindow.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
EmuWindow.h
|
|
|
|
Fifo.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
Fifo.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
FPSCounter.cpp
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
FPSCounter.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
FramebufferManagerBase.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
FramebufferManagerBase.h
|
|
|
|
GenericDLCache.cpp
|
Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.
|
2013-03-19 21:51:12 -04:00 |
|
GenericTextureDecoder.cpp
|
Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.
|
2013-03-19 21:51:12 -04:00 |
|
HiresTextures.cpp
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
HiresTextures.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
ImageWrite.cpp
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
ImageWrite.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
IndexGenerator.cpp
|
fix underflow in IndexGenerator::AddFan
|
2013-05-09 10:17:12 +02:00 |
|
IndexGenerator.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
LightingShaderGen.cpp
|
[Android] More GLES3 things. Disable Framedumping and MSAA rendering. Remove the HLSL->GLSL shader defines since Qualcomm doesn't support this in their shader compiler. Now they get chosen in our shader generator instead.
|
2013-05-06 06:43:04 -05:00 |
|
LightingShaderGen.h
|
Partial revert of 0247b2a97a. I'll add a work around for Qualcomm in a bit. Qualcomm shader compiler failing was only due to floating suffixes not whole function defines. Qualcomm video driver devs seem to have a good response time when it comes to OpenGL ES 3 issues.
|
2013-06-18 07:52:36 -05:00 |
|
LookUpTables.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
MainBase.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
MainBase.h
|
|
|
|
memcpy_amd.cpp
|
Removing Core::IsGPUThread() and Core::IsCPUThread() calls in favor of simple bool isCPUThread parameter value.
|
2013-03-15 19:42:42 -05:00 |
|
NativeVertexFormat.h
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
OnScreenDisplay.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
OnScreenDisplay.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
OpcodeDecoding.cpp
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
OpcodeDecoding.h
|
Fix a bunch of random typos in comments and logging.
|
2013-04-19 09:21:45 -04:00 |
|
OpenCL.cpp
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
OpenCL.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
PerfQueryBase.cpp
|
|
|
|
PerfQueryBase.h
|
Add documentation to PerfQueryBase interface.
|
2013-03-01 23:02:11 +01:00 |
|
PixelEngine.cpp
|
Fix a bunch of random typos in comments and logging.
|
2013-04-19 09:21:45 -04:00 |
|
PixelEngine.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
PixelShaderGen.cpp
|
Compactify generated UID generator assembly and generally cleanup code by storing tev stage hash values in a struct.
|
2013-06-22 21:47:22 +02:00 |
|
PixelShaderGen.h
|
Compactify generated UID generator assembly and generally cleanup code by storing tev stage hash values in a struct.
|
2013-06-22 21:47:22 +02:00 |
|
PixelShaderManager.cpp
|
Merge 'master' into shader-uids-awesome.
|
2013-04-25 14:05:54 +02:00 |
|
PixelShaderManager.h
|
Merge 'master' into shader-uids-awesome.
|
2013-04-25 14:05:54 +02:00 |
|
RenderBase.cpp
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
RenderBase.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
ShaderGenCommon.h
|
First steps of making the pixel shader uid struct more compact.
|
2013-06-17 10:50:12 +02:00 |
|
Statistics.cpp
|
add new statistics for gpu buffer streaming
|
2013-05-23 21:07:01 +02:00 |
|
Statistics.h
|
add new statistics for gpu buffer streaming
|
2013-05-23 21:07:01 +02:00 |
|
TextureCacheBase.cpp
|
Invalidate the texture cache using the GPU thread when the CPU thread makes a request.
|
2013-06-08 11:28:54 +10:00 |
|
TextureCacheBase.h
|
Invalidate the texture cache using the GPU thread when the CPU thread makes a request.
|
2013-06-08 11:28:54 +10:00 |
|
TextureConversionShader.cpp
|
Build fix: Android NDK doesn't support any locale switching.
|
2013-06-16 14:51:38 +02:00 |
|
TextureConversionShader.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
TextureDecoder.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
VertexLoader_Color.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
VertexLoader_Color.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
VertexLoader_Normal.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
VertexLoader_Normal.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
VertexLoader_Position.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
VertexLoader_Position.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
VertexLoader_TextCoord.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
VertexLoader_TextCoord.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
VertexLoader.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
VertexLoader.h
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
VertexLoaderManager.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
VertexLoaderManager.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
VertexManagerBase.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
VertexManagerBase.h
|
Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.
|
2013-03-19 21:51:12 -04:00 |
|
VertexShaderGen.cpp
|
Merge 'master' into shader-uids-awesome.
|
2013-06-17 12:05:47 +02:00 |
|
VertexShaderGen.h
|
Merge 'master' into shader-uids-awesome.
|
2013-04-25 14:05:54 +02:00 |
|
VertexShaderManager.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
VertexShaderManager.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
VideoCommon.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
VideoConfig.cpp
|
Set graphics settings while playing a movie in UpdateActiveConfig(), so settings can't be changed for a frame.
|
2013-05-21 19:20:22 -04:00 |
|
VideoConfig.h
|
recreate "per pixel depth" option and renamed it to fast depth calculation
|
2013-05-09 17:48:48 +02:00 |
|
VideoState.cpp
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
VideoState.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
x64DLCache.cpp
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
x64TextureDecoder.cpp
|
Fix a bunch of random typos in comments and logging.
|
2013-04-19 09:21:45 -04:00 |
|
XFMemory.cpp
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
XFMemory.h
|
Formatting cleanup for VideoCommon.
|
2013-04-24 09:21:54 -04:00 |
|
XFStructs.cpp
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |
|
XFStructs.h
|
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.
|
2013-04-17 23:09:55 -04:00 |