summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2013-02-27Merge branch 'arm-noglsl'Ryan Houdek
2013-02-26Buildfix.Jordan Woyak
2013-02-26Yell at the user if they change window size while dumping frames, and some ot...Jordan Woyak
2013-02-26ARM Support without GLSLRyan Houdek
2013-02-25Merge branch 'real-wiimote-scanning'Jordan Woyak
2013-02-25fix last commit by neobraindegasus
2013-02-25Build fixing.NeoBrainX
2013-02-25TextureCacheBase: Do not assume EFB copies can safely be deleted when we thin...NeoBrainX
2013-02-20Revert "Don't load level 0 twice for 1-level textures in DX11." and fix it pr...Jordan Woyak
2013-02-18TextureCache: Fix D3D backends crashing when a game uses multiple 1x1-sized L...NeoBrainX
2013-02-16Use omp_get_num_procs to set the number of OpenMP threads rather than our cor...Jordan Woyak
2013-02-15Changes/cleanup to TextureCache::Load and other mipmap related code.Jordan Woyak
2013-02-07Remove some old nonsense.Jordan Woyak
2013-02-07Merge branch 'mipmap_fixes'.NeoBrainX
2013-02-07Fix some potential issues when blending on EFB formats without alpha.NeoBrainX
2013-01-29Fix some shadowing warnings.Jordan Woyak
2013-01-25Duplicate condition fix.Lioncash
2013-01-24Fix a potential memory leak on non-windows systems.lioncash
2013-01-24change projection_type to u32degasus
2013-01-19Fix a dumb regression from revision 4925a28f94d8.NeoBrainX
2013-01-16Revert "Made several variables/parameters unsigned in the DX9, DX11 and OGL p...lioncash
2013-01-16Made several variables/parameters unsigned in the DX9, DX11 and OGL plugins. ...lioncash
2013-01-15Fix two unsigned/signed mismatch warnings.lioncash
2013-01-12BPMemory: Expose more register descriptions for FifoPlayerNeoBrainX
2013-01-11Fix the signed/unsigned comparison warnings created by a recent commit.Glenn Rice
2013-01-11Fix two signed/unsigned mismatch warnings.Lioncash
2013-01-11PixelShaderGen: Change error strings to be unique so that we can identify une...NeoBrainX
2013-01-10Redundant line of code in VertexShaderManager::Dirty()Lioncash
2013-01-10VideoCommon: Implement proper RGBA8 texture loading from tmem.NeoBrainX
2013-01-10Video_Software: Implement proper RGBA8 texture loading from tmem.NeoBrainX
2013-01-08Fix an issue where an iterator would become invalidated in TextureCache::Clea...Lioncash
2013-01-08Fix an assert that had been wrong for ages, apparently.NeoBrainX
2013-01-08PixelShaderGen: Shader uid maintainanceNeoBrainX
2013-01-08Disable color writing when alpha test always fails.NeoBrainX
2013-01-08Move alpha pretest to BPMemory.h and rename a bunch of alpha testing related ...NeoBrainX
2013-01-08Reword a comment about early_ztest a bit.NeoBrainX
2013-01-08Remove the per pixel depth option.NeoBrainX
2013-01-08PixelShaderGen: Don't disable depth texture emulation if z writing is disable...NeoBrainX
2013-01-08X11: Disable OSD hotkeys when the corresponding option is disabled.NeoBrainX
2013-01-08Fix clearing of render targets. We were skipping every other one.Ryan Houdek
2013-01-07Revert 30dd9c2 e9d00bf db5f4c8 and bff0faeRyan Houdek
2012-12-30Clear up some warnings that crop up from -WextraRyan Houdek
2012-12-30Fix the last few warnings in Dolphin on my system.Ryan Houdek
2012-12-25Merge branch 'immediate-removal'degasus
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