summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src
AgeCommit message (Expand)Author
2013-10-02Merge branch 'fix-field-ordering'Scott Mansell
2013-09-20Fix stack misalignment issues.comex
2013-09-18Better fix for issue 6614: ISOProperties should store integer settings for PH...Pierre Bourdon
2013-09-18Fix loading of the 'projection hack enabled' gameini settingPierre Bourdon
2013-09-18[ANDROID] Add two new DriverDetails bugs for Adreno. V45 of the driver has br...Ryan Houdek
2013-09-16VideoCommon: fix ogl lighting bug which happens because of NaN emulationdegasus
2013-09-14Overlay local gameinis over global gameinis instead of copying.Pierre Bourdon
2013-09-14Display warning OSD messages when a game ini is overriding any settings.NeoBrainX
2013-09-14Move TextureDecoder.cl from User to SysPierre Bourdon
2013-09-11VideoCommon: use memcmp to compare shader uiddegasus
2013-09-09videoCommon: also reset logicOp on mode switchdegasus
2013-09-04Move swapModeTable to a local variable, avoids shader uid generation writing ...Pierre Bourdon
2013-09-04Move LightingUidData to the LightingShaderGen headerPierre Bourdon
2013-09-02Removal of my terrible idea.Ryan Houdek
2013-09-02[Android] Make texture loading/deleting/drawing backend non-specific by makin...Ryan Houdek
2013-09-01A few more warnings.comex
2013-08-26ogl driverdetails: add flag to disable hacked and pinned memorydegasus
2013-08-24sync gpu: check disable flag before volatiledegasus
2013-08-23Merge remote-tracking branch 'remotes/origin/dx9-ssaa-fix'Rodolfo Bogado
2013-08-23Indentation FixRodolfo Bogado
2013-08-24Refactor VideoCommon/OnScreenDisplay.Pierre Bourdon
2013-08-24Add an OSD message when taking screenshots in D3D9/D3D11Pierre Bourdon
2013-08-23ogl: rework DriverDetails framework + detect UBO mesa bugdegasus
2013-08-21Typo + Add Lima to the driverdetails.Ryan Houdek
2013-08-21Make us capable of supporting driver specific issues(OSS versus official)Ryan Houdek
2013-08-21Remove some spurious endlines at the end of log messagesPierre Bourdon
2013-08-19pixelShaderGen: also execute alpha test for always fail with late z testdegasus
2013-08-17Add an OSD message to remind the user if Shader Debugging is enabledPierre Bourdon
2013-08-17Remove a redundant check in the fifo.Ryan Houdek
2013-08-15Merge branch 'master' of https://code.google.com/p/dolphin-emu into dx9-ssaa-fixRodolfo Bogado
2013-08-15Only call SetGenerationMode from BPWritten if the cull mode changed.Pierre Bourdon
2013-08-14Add an option to enable performance queries in gameini files, disable it by d...Pierre Bourdon
2013-08-14Move VideoBackendBase from Common to VideoCommonPierre Bourdon
2013-08-14VertexShaderGen: Cleanup.NeoBrainX
2013-08-12Merge branch 'master' of https://code.google.com/p/dolphin-emu into dx9-ssaa-fixRodolfo Bogado
2013-08-12ShaderGen: Optimize out most function calls for uid generation.NeoBrainX
2013-08-12LightingShaderGen: Use macro magic instead of snprintf. Should fix performanc...NeoBrainX
2013-08-12ShaderGen: Static inline everything.NeoBrainX
2013-08-12PixelShaderGen: Optimize shader uid data order.NeoBrainX
2013-08-12VertexShaderGen: Optimize shader uid data order.NeoBrainX
2013-08-12Merge branch 'master' of https://code.google.com/p/dolphin-emu into dx9-ssaa-fixRodolfo Bogado
2013-08-12PixelShaderGen: Do not write depth in pixel shader if depth testing (and thus...NeoBrainX
2013-08-11Add the ability to force Dual Source Blending in the configuration file.Rodolfo Bogado
2013-08-09D3D11: Implement zcomploc for hardware supporting D3D 11.0.NeoBrainX
2013-08-07fix lightning for inconsitent configdegasus
2013-07-30Make hotkeys for togglign IR, AR, efb copies and fog settings configurable.Rachel Bryk
2013-07-29simplify my last commitdegasus
2013-07-29remove printf in shader uid generationdegasus
2013-07-26[Android] Qualcomm Swap hack isn't needed anymore due to the new StreamBuffer...Ryan Houdek
2013-07-27Good Job Windows. Fixes compiling...Ryan Houdek