summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2012-12-24Revert "VertexShaderGen: Fix a shader compilation error.". I'm an idiot :pNeoBrainX
2012-12-24VertexShaderGen: Fix a shader compilation error.NeoBrainX
2012-12-24TextureCacheBase: Fix a potential bug when using custom textures.NeoBrainX
2012-12-23revert last commit, add CheckInvalidState to VideoBackenddegasus
2012-12-22do only invalid hashes instead of all textures on loadingdegasus
2012-12-21add invalid flag for BPStructs (fix issue 5790)degasus
2012-12-17TextureCacheBase: Delete textures completely instead of just invalidating the...NeoBrainX
2012-12-10PixelShaderGen: Drop some useless and potentially buggy code.NeoBrainX
2012-12-10OSX build fix for the unordered_map/hash_map issue.Glenn Rice
2012-12-10Clean up gcc/g++ compiler warnings that have accumulated.Glenn Rice
2012-12-01VertexShaderManager: Fix redundant shader constant updates.NeoBrainX
2012-11-26Merge branch 'desync-fixes' into movie-fixesrog
2012-11-26what is this even...rog
2012-11-20Enable GFX debugger functionality in Release builds.NeoBrainX
2012-11-19Partially revert "Check if BP and XF changes actually change values before fl...NeoBrainX
2012-11-19Merge branch 'efb_scaling_fixes'.NeoBrainX
2012-11-19Fix some fractional EFB scaling issues.NeoBrainX
2012-11-16Added option to toggle the display of On-Screen Display messages in the Inter...XtraFear
2012-11-16Fix an off-by-one error.NeoBrainX
2012-11-16Remove Renderer::xScale and Renderer::yScale.NeoBrainX
2012-11-16Move ComputeDrawRectangle() to Renderer::UpdateDrawRectangle().NeoBrainX
2012-10-23merge relevant changes from bc61dbdf58a8 in otu0001-desync-fix clonerog
2012-10-20Hey, long time no commits :).rodolfoosvaldobogado@gmail.com
2012-10-04Implement a simple benchmarking mode which logs FPS to a filePierre Bourdon
2012-10-03Move last XFB size from Render to FramebufferManager.NeoBrainX
2012-10-03Minor cleanups.NeoBrainX
2012-09-27Revert "Partially revert revision d511b506120c."NeoBrainX
2012-08-28Update libav code to remove deprecation warnings.Glenn Rice
2012-08-20Use do { ... } while (0) for the *_LOG macrosPierre Bourdon
2012-08-10Revert the recent zcomploc changes including the Graphic_Fixes merge.NeoBrainX
2012-08-07Maintenance.NeoBrainX
2012-08-07Add a sanity check for viewports with zero width/height.NeoBrainX
2012-08-06Skipped the ZCompLoc pass if the result can be determined at compile time. B...skidau
2012-08-05Fix a typo in the indexed color vertex loaderPierre Bourdon
2012-08-05Replace all of the opcode data read functions by their SSSE3 equivalent, not ...Pierre Bourdon
2012-06-29Removed the offset if the ZCompLoc GREATER or LESS function is used. Fixes t...skidau
2012-06-27Add a missing Invalidate() call in ~TextureCache(). Fixes a regression from ...Pierre Bourdon
2012-06-20Fix a small bug.NeoBrainX
2012-06-20Minor cleanup.NeoBrainX
2012-06-20Enable texture format overlay on the fly.NeoBrainX
2012-06-20Enable hires textures even when texture dumping is enabled.NeoBrainX
2012-06-20Instead of invalidating texcache whenever the graphics configuration dialog g...NeoBrainX
2012-06-11Remove "Disable Textures".NeoBrainX
2012-06-11Remove "Disable Lighting".NeoBrainX
2012-06-08Fast mipmaps deserves to die!!NeoBrainX
2012-06-02Remove some TODOs.NeoBrainX
2012-06-02OSX build fix for BPStructs. Thanks to pauldacheez for the fix.skidau
2012-06-02Fixed "Failed to compile pixel shader" error when Per-Pixel Lighting is enabl...skidau
2012-05-29Fix changing internal resolution via hotkeys (settings above 1.5x weren't acc...NeoBrainX
2012-05-27Update the viewport when the scissor offset is changedPierre Bourdon