summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2017-02-23Merge pull request #4800 from JosJuice/movie-dual-core-determinismAnthony
2017-02-18Merge pull request #4924 from stenzek/vulkan-list-restartStenzek
2017-02-18Merge pull request #4927 from lioncash/unique-ptrMarkus Wick
2017-02-18VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptrLioncash
2017-02-18Merge pull request #4596 from ligfx/updateffmpegMatthew Parlane
2017-02-18DriverDetails: Set BUG_PRIMITIVE_RESTART for AMD driversStenzek
2017-02-08Merge pull request #4859 from lioncash/opcodedecoderMatthew Parlane
2017-02-08OpcodeDecoding: Convert #defines into enum constantsLioncash
2017-02-08cmake: Don't use unqualified target_link_librariesFlorent Castelli
2017-02-06AVIDump: use a separate AVCodecContextMichael Maltese
2017-02-06AVIDump: open codec before streamMichael Maltese
2017-02-06AVIDump: use avformat_free_contextMichael Maltese
2017-02-06AVIDump: Replace deprecated avcodec_encode_video2Michael Maltese
2017-02-06Merge pull request #4618 from Helios747/bounding_box_checkMarkus Wick
2017-02-04[Video] Warn when booting a bounding box game on an unsupported GPUHelios747
2017-02-03FramebufferManagerBase: Return a std::pair from GetTargetSizeLioncash
2017-02-01ShaderGenCommon: Remove unnecessary includesLioncash
2017-02-01Remove special condition for auto dual core determinismJosJuice
2017-02-01LightingShaderGen: Remove unnecessary includesLioncash
2017-01-31RenderBase: Get rid of unnecessary castsLioncash
2017-01-29AVIDump: Rename CloseFile to CloseVideoFileLioncash
2017-01-28Merge pull request #4739 from AdmiralCurtiss/auto-adjust-window-size-16-9Markus Wick
2017-01-28Merge pull request #4770 from degasus/fifoMat M
2017-01-28RenderBase: Let the Auto Adjust Window Size option request the final image si...Admiral H. Curtiss
2017-01-28RenderBase: Extract the framebuffer size to display size code into function.Admiral H. Curtiss
2017-01-27CommandProcessor: Limit scope of ugly SCPFifoStruct.degasus
2017-01-27PixelEngine: Use a DirectRead for the token.degasus
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