summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/D3D
AgeCommit message (Expand)Author
2017-01-23RenderBase: Forward declare EFBAccessTypeLioncash
2017-01-23VideoBackendBase: Convert EFBAccessType into an enum classLioncash
2017-01-21cmake: Build D3D and D3D12 video backendsFlorent Castelli
2017-01-05specify custom brace style to fix unionsBhaaL
2017-01-04VideoCommon: Make dst_alpha state implicit.degasus
2016-12-27VideoBackends: Clamp the range to the maximum depth value supported in the z ...Jules Blok
2016-12-27VideoBackends: Use the full depth range when inverted depth range is unsuppor...Jules Blok
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-23Merge pull request #4224 from lioncash/tcacheMat M
2016-12-15TextureCache: Use same color coefficients for EFB2Tex as EFB2RAMStenzek
2016-12-09TextureCacheBase: Eliminate static stateLioncash
2016-12-06Common: Add alignment headerLéo Lam
2016-11-28VideoCommon: Remove backbuffer size parameters from methodsStenzek
2016-11-28VideoConfig: Add option for full-resolution frame dumpingStenzek
2016-11-27Remove unnecessary ConfigManager includesLéo Lam
2016-11-19D3D: Fix strided XFB copiesStenzek
2016-11-13Cosmetics.Jules Blok
2016-11-11Frame: Use PauseAndLock when switching fullscreen modes.Jules Blok
2016-11-11D3DBase: Create the swapchain in fullscreen mode if enabled.Jules Blok
2016-11-11VideoConfig: Remove fullscreen flags.Jules Blok
2016-11-11D3D: Move exclusive mode switching to UI thread.Jules Blok
2016-11-04AVIDump: Add a struct for the state.degasus
2016-11-02Merge pull request #4414 from linkmauve/single-newlineMarkus Wick
2016-11-02Core: Remove double newlines at the end of *_LOG messages.Emmanuel Gil Peyrot
2016-10-29DiscIO/SConfig: Rename GetUniqueID to GetGameIDJosJuice
2016-10-21Merge pull request #4194 from Armada651/efb-source-formatJules Blok
2016-10-10VideoBackends: Always enable dual-source blending if supported.Jules Blok
2016-10-10AVIDump: Move CoreTiming into caller.degasus
2016-10-10Merge pull request #4326 from degasus/framedumpMarkus Wick
2016-10-09Merge pull request #4319 from leoetlino/sysconfshuffle2
2016-10-08Merge pull request #4322 from Helios747/I_hate_featuresMarkus Wick
2016-10-08Renderer: Merge screenshot logic into VideoCommon.degasus
2016-10-08Remove Frameskipanthony
2016-10-08AVIDump: Hard code rgba.degasus
2016-10-08VideoCommon: Add custom stride for framedumping.degasus
2016-10-08D3D: Skip redundant format convertions.degasus
2016-10-08Framedumps: Add finish() function to limit memory lifetime.degasus
2016-10-08VideoCommon: Drop RepeatFrameDumpFrame helper.degasus
2016-10-07Fix missing includesLéo Lam
2016-10-07D3D: Use VideoCommon framedumping helpers.degasus
2016-10-05Merge pull request #4291 from degasus/shader_genMarkus Wick
2016-10-04Fix frame dumps on file close in certain situationsChris Burgener
2016-10-04PixelShaderGen: Drop dstAlphaMode constant in shader generation.degasus
2016-10-03VideoCommon: Minor changesShawn Hoffman
2016-10-01VideoBackends: Make TextureCache::CompileShaders return a boolStenzek
2016-10-01VideoCommon: Add config fields for multithreading and validation layersStenzek
2016-09-27Merge pull request #3893 from hthh/perf-query-bugMarkus Wick
2016-09-07EFB2RAM: Downsample higher resolutions with linear filtering.Scott Mansell