summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CMakeLists.txt
AgeCommit message (Expand)Author
2015-02-22VideoCommon: use a new async event system for efb accessdegasus
2015-02-16[AArch64] Implement vertex loader recompiler.Ryan Houdek
2015-01-26Revert "Merge pull request #1903 from RisingFog/libav"Pierre Bourdon
2015-01-21Use ffmpeg for Windows Video Dumping instead of VFWFog
2015-01-18VertexLoader: add new JITTillmann Karras
2015-01-03CMake: simplify some expressionsTillmann Karras
2014-12-21VideoCommon: split VertexLoaderBase from VertexLoaderdegasus
2014-12-14VideoCommon: Add a separate constants buffer for the geometry shader.Jules Blok
2014-11-23Cosmetics.Jules Blok
2014-11-23Add geometry shader generator for stereo 3D.Jules Blok
2014-11-04Work around LLVM header peculiarityTillmann Karras
2014-11-01VideoCommon/VideoBackends: Remove unnecessary wxWidgets references.Lioncash
2014-10-10Fix linux build and various warnings.crudelios
2014-09-04VideoCommon: Start putting common texture decoding code in TextureDecoder_CommonJasper St. Pierre
2014-08-13Add the VideoCommon PostProcessing class.Ryan Houdek
2014-06-07Make it so ARMv7 isn't a generic target.Ryan Houdek
2014-05-17Removes ZeroFrog's "optimized" memcpy and memcmp functions.Ryan Houdek
2014-01-31VideoCommon: remove Cache Displaylistdegasus
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-12-11Remove all instances of OpenCL in the Dolphin Project. A brief history of Ope...Ryan Houdek
2013-12-11Use less brain damaged names for DLCache and TextureDecoder.Tony Wasserka
2013-11-15Fix GUI-less build. Also potentially OS X. We now require libpng due to our s...Ryan Houdek
2013-10-17Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebu...comex
2013-08-14Move VideoBackendBase from Common to VideoCommonPierre Bourdon
2013-06-28Finishing touches.NeoBrainX
2013-06-11[Android] Start of *working* GLES3 support. Needs to be able to compile in Wi...Ryan Houdek
2013-03-01Merge branch 'master' into perfqueries.NeoBrainX
2013-02-26ARM Support without GLSLRyan Houdek
2012-10-04Implement a simple benchmarking mode which logs FPS to a filePierre Bourdon
2012-08-26OGL: Implement pixel metrics (untested)NeoBrainX
2011-12-05Link against systemwide OpenCL on OS X.Maarten ter Huurne
2011-03-31videocommon depends on core for Fifo RecorderSonicadvance1
2011-02-05Split shader code generation for lighting into a separate file.donkopunchstania
2011-02-02Remove the global namespace a bit and remove some dead code.Soren Jorvang
2011-01-31Linux build fix.Glenn Rice
2011-01-31Fix *BSD build.Soren Jorvang
2011-01-31Linux build fix.Glenn Rice
2011-01-27Missed a few files in previous.Soren Jorvang
2010-12-19Win32-only:NeoBrainX
2010-12-10Make the cmake check_lib macro more versatile. It first tries pkg-config, an...Glenn Rice
2010-12-06Fix a few more linkage issues in the cmake build.Glenn Rice
2010-12-05Merged the D3D9 debugger into VideoCommon/VideoUICommon:NeoBrainX
2010-11-18Encode framedumps in AVI format on linux as on windows. This adds the additi...Glenn Rice
2010-11-18Move some shared gfx plugin code into VideoCommon. Changed "Renderer" class t...Jordan Woyak
2010-11-17Make Linux/MacOSX system checks correct in the cmake build. UNIX is true on ...Glenn Rice
2010-11-16Fix the no gui cmake build.Glenn Rice
2010-11-14Merged some FramebufferManager code into VideoCommon.Jordan Woyak
2010-11-14On linux encode frame dumps in MPG format instead of writing raw frames. To ...Glenn Rice
2010-11-13Simplify OpenCL compile-time detection on OS X.Soren Jorvang
2010-11-09Setup opencl to work like most of the other externals. Autodetect native sha...Glenn Rice