summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/D3D
AgeCommit message (Expand)Author
2022-12-20Merge pull request #11351 from JosJuice/bitset-cpp20Mai
2022-12-19Merge pull request #11286 from K0bin/vk-query-fixJMC47
2022-12-18Common: Use C++20 <bit> header in BitSet.hJosJuice
2022-11-29VideoBackends: Rename query_type to query_groupRobin Kertels
2022-11-23VideoBackends/D3D11: Simplify vertex attribute codePokechu22
2022-11-23Fix build errors related to formatting non-scoped enumsPokechu22
2022-09-19VideoCommon: Add dynamic vertex loader to ubershadersTellowKrinkle
2022-07-21VideoBackends:Metal: MSAA supportTellowKrinkle
2022-07-21VideoBackends: Add Metal rendererTellowKrinkle
2022-06-24D3D: update BoundingBox to match generated shader codeiwubcode
2022-06-24D3D / VideoCommon: generate HLSL from SPIRViwubcode
2022-05-22cmake: Don't use PCH with Qt6.Admiral H. Curtiss
2022-04-24Merge pull request #10251 from Pokechu22/negative-scissorJMC47
2022-04-22VideoCommon: Rename norm0/norm1/norm2 to normal/tangent/binormalPokechu22
2022-04-16VideoCommon: Remove bSupportsOversizedViewportsPokechu22
2022-01-31Merge pull request #10422 from OatmealDome/opengl-shader-crashJMC47
2022-01-31D3DMain: Assume support for setting object namesOatmealDome
2022-01-13Make all custom fmt::formatter's format functions constPokechu22
2022-01-09VideoBackends/D3D11: Include HRESULT in error messagesPokechu22
2022-01-09VideoBackends/D3D: Eliminate CHECK in favor of ASSERT_MSGPokechu22
2022-01-09Treewide: Remove unused inclusions of <cinttypes>Pokechu22
2021-12-25VideoConfig: Add bool for sampler LOD bias supportOatmealDome
2021-12-18Eliminate VarType for ComponentFormatPokechu22
2021-12-10Treewide: Adjust order of includesPokechu22
2021-11-17VideoCommon: Skip textureQueryLevels if it doesn't existPokechu22
2021-11-17VideoCommon: Use coarse derivatives for Manual Texture Sampling if possiblePokechu22
2021-11-17VideoCommon: Expose SamplerState to shadersPokechu22
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-10-04VideoCommon: Abstract bounding boxTechjar
2021-08-30VideoBackends / VideoCommon: allow the ability to set debug names for shaders...iwubcode
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-31VideoCommon: Restore BBox* forwarding functionsTechjar
2021-05-29VideoCommon: Remove BBox* forwarding functionsTechjar
2021-05-28VideoBackends/D3D: Cache bounding box values between readsConnor McLaughlin
2021-05-22VideoCommon: Split BBox* functions into common and backend implementation var...Techjar
2021-05-21Fix perf query regressionJosJuice
2021-05-15Remove all remaining volatile qualifiersJosJuice
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27rename D3DCommon/Common to D3DCommon/D3DCommonShawn Hoffman
2021-01-27normalize common filenames in VideoBackends/D3DShawn Hoffman
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2020-11-09D3D: Migrate logging over to fmtLioncash
2020-09-06Make default graphics backend not show up as emptyJosJuice
2020-08-27msvc: enable /Zc:preprocessor and make build compile cleanlyShawn Hoffman
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for dolphin)Shawn Hoffman
2020-08-22prettify some constructs in vcxproj filesShawn Hoffman
2020-05-25VideoCommon/ShaderGenCommon: Make template functions regular functionsLioncash
2020-05-24FramebufferManager: Copy to color format for depth readbacks on GLESStenzek