summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2017-01-24Merge pull request #4726 from ligfx/addingwindowsheadersMatthew Parlane
2017-01-23BPMemory: Add const specifier to member functions where applicableLioncash
2017-01-23BPMemory: Eliminate union type punningLioncash
2017-01-23RenderBase: Forward declare EFBAccessTypeLioncash
2017-01-23VideoBackendBase: Convert FieldType into an enum classLioncash
2017-01-23VideoBackendBase: Convert EFBAccessType into an enum classLioncash
2017-01-23AVIDump: rename CreateFile -> CreateVideoFile (conflict with windows.h)Michael Maltese
2017-01-21VideoConfig: Fix boolean default values.degasus
2017-01-17Merge pull request #4656 from hthh/cmpr-fixesMatthew Parlane
2017-01-15TextureDecoder: Deduplicate some utility codehthh
2017-01-14TextureDecoder: Fix off-by-one errors in CMPRhthh
2017-01-13VertexShaderManager: Break up the conditions to make it readable.Jules Blok
2017-01-13VertexShaderGen: Remove the need for an extra UID.Jules Blok
2017-01-10TextureDecoder: Seperate each format into its own functionStenzek
2017-01-08Merge pull request #4599 from stenzek/point-uvsMatthew Parlane
2017-01-06BlendState: Use masking as a fastpath for the logic op NO_OP.degasus
2017-01-06OGL: Use VideoCommon blend state for framebuffer configuration.degasus
2017-01-06VideoCommon: Assembly blending state in a shared state object.degasus
2017-01-05specify custom brace style to fix unionsBhaaL
2017-01-04VideoCommon: Make dst_alpha state implicit.degasus
2017-01-04GeometryShaderGen: Use lower-left origin for point texture coordinatesStenzek
2017-01-03FifoPlayer: Save/restore texture memory state for fifo logsStenzek
2016-12-29Merge pull request #4471 from Armada651/hybrid-depthJules Blok
2016-12-27Update commentsJules Blok
2016-12-27TextureCache: Add a dirty bit for partial updates on overlapping EFB copies.degasus
2016-12-27VideoCommon: Don't process the depth range in the vertex shader if it's not o...Jules Blok
2016-12-26TextureCache: Drop unused parameter in backend API.degasus
2016-12-26TextureCache: Extract BP enum check to VideoCommon.degasus
2016-12-25VideoCommon: use u32 for texture addressesTillmann Karras
2016-12-24CommandProcessor: Remove unimplemented prototypesLioncash
2016-12-23Merge pull request #4224 from lioncash/tcacheMat M
2016-12-19Merge pull request #4517 from stenzek/mp3-blotchesStenzek
2016-12-19VideoCommon: Use avg(color1, color2) for color3 in CMPR texturesStenzek
2016-12-15TextureCache: Use same color coefficients for EFB2Tex as EFB2RAMStenzek
2016-12-13PixelShaderGen: Fix incorrect indexing of tevLerpBiasStenzek
2016-12-12Merge pull request #4419 from degasus/masterMarkus Wick
2016-12-10ShaderManagers: Use aggregate initialization for some variables.Lioncash
2016-12-09TextureCacheBase: Eliminate static stateLioncash
2016-12-06Common: Add alignment headerLéo Lam
2016-12-04VertexLoaderX64: Avoid unchecked pointer cast.degasus
2016-11-28VideoCommon: Add method for calculating full-scale framedump rectanglesStenzek
2016-11-28VideoCommon: Remove backbuffer size parameters from methodsStenzek
2016-11-28VideoCommon: Make FramebufferManagerBase::GetTargetSize publicStenzek
2016-11-28VideoConfig: Add option for full-resolution frame dumpingStenzek
2016-11-28Merge pull request #4455 from stenzek/png-frame-dumpingStenzek
2016-11-27Remove unnecessary ConfigManager includesLéo Lam
2016-11-23VideoCommon: Support dumping frames to imagesStenzek
2016-11-13Cosmetics.Jules Blok
2016-11-11Frame: Use PauseAndLock when switching fullscreen modes.Jules Blok
2016-11-11VideoConfig: Remove fullscreen flags.Jules Blok