KojoZero
|
05d5ff58af
|
opengl smaa implemented
|
2026-05-03 16:10:43 -07:00 |
|
KojoZero
|
0bf83f5682
|
opengl smaa setup
|
2026-05-03 12:16:01 -07:00 |
|
PabloMK7
|
0fe6a8c7df
|
video_core: Properly handle non RGBA8 shadow textures (#2047)
citra-build / source (push) Has been cancelled
citra-build / linux-x86_64 (appimage) (push) Has been cancelled
citra-build / linux-x86_64 (appimage-wayland) (push) Has been cancelled
citra-build / linux-x86_64 (gcc-nopch) (push) Has been cancelled
citra-build / linux-arm64 (clang) (push) Has been cancelled
citra-build / linux-arm64 (gcc-nopch) (push) Has been cancelled
citra-build / macos (push) Has been cancelled
citra-build / windows (msvc) (push) Has been cancelled
citra-build / windows (msys2) (push) Has been cancelled
citra-build / android (googleplay) (push) Has been cancelled
citra-build / android (vanilla) (push) Has been cancelled
citra-build / docker (push) Has been cancelled
citra-format / clang-format (push) Has been cancelled
citra-libretro / android (push) Has been cancelled
citra-libretro / linux (push) Has been cancelled
citra-libretro / windows (push) Has been cancelled
citra-libretro / macos (arm64) (push) Has been cancelled
citra-libretro / macos (x86_64) (push) Has been cancelled
citra-libretro / ios (push) Has been cancelled
citra-libretro / tvos (push) Has been cancelled
citra-transifex / transifex (push) Has been cancelled
|
2026-04-17 21:45:50 +02:00 |
|
GPUCode
|
2bb7f89c30
|
video_core: Refactor GPU interface (#7272)
* video_core: Refactor GPU interface
* citra_qt: Better debug widget lifetime
|
2023-12-28 11:46:57 +01:00 |
|
GPUCode
|
cf9bb90ae3
|
code: Use std::span where appropriate (#6658)
* code: Use std::span when possible
* code: Prefix memcpy and memcmp with std::
|
2023-07-07 01:52:40 +03:00 |
|
FearlessTobi
|
95c7bac8a6
|
Resolve compilation errors related to the Color namespace change
|
2022-11-15 11:25:51 +01:00 |
|
Lioncash
|
643472e24a
|
common/vector_math: Move Vec[x] types into the Common namespace
These types are within the common library, so they should be using the
Common namespace.
|
2019-03-02 15:04:13 +01:00 |
|
tgsm
|
d6c530d08c
|
video_core: use nested namespaces
|
2019-02-19 03:09:57 -05:00 |
|
Weiyi Wang
|
7d8f115185
|
Prefix all size_t with std::
done automatically by executing regex replace `([^:0-9a-zA-Z_])size_t([^0-9a-zA-Z_])` -> `$1std::size_t$2`
|
2018-09-06 16:03:28 -04:00 |
|
fearlessTobi
|
71e1d6e25d
|
Fix compile errors
|
2018-07-26 13:23:25 +02:00 |
|
fearlessTobi
|
7a3e126a4f
|
Replace MathUtil::Clamp with its std counterpart
|
2018-07-24 19:08:17 +02:00 |
|
wwylele
|
7c5a76e58b
|
log: replace all NGLOG with LOG
|
2018-06-29 14:18:07 +03:00 |
|
NarcolepticK
|
9ae70e733f
|
video-core: Migrate logging macros (#3878)
* video-core: Migrate logging macros
* video-core: Fixed missed clang format
* video-core: Migrated LOG_GENERIC macro
|
2018-06-29 00:13:30 +03:00 |
|
James Rowe
|
f61141e86a
|
Update the entire application to use the new clang format style
|
2018-03-09 10:54:43 -07:00 |
|
Weiyi Wang
|
e085e6a768
|
video_core: remove #pragma once in cpp file (#2570)
|
2017-02-15 00:16:50 -08:00 |
|
Yuri Kunde Schlesner
|
2889372e47
|
Merge pull request #2482 from yuriks/pica-refactor
Split up monolithic Regs struct
|
2017-02-08 22:07:34 -08:00 |
|
Lectem
|
f146a6d45a
|
Use std::array<u8,2> instead of u8[2] to fix MSVC build
|
2017-02-05 14:55:51 +01:00 |
|
Yuri Kunde Schlesner
|
9017093f58
|
VideoCore: Split texturing regs from Regs struct
|
2017-02-04 13:59:09 -08:00 |
|
Yuri Kunde Schlesner
|
c74787a11c
|
Pica/Texture: Move part of ETC1 decoding to new file and cleanups
|
2017-02-04 12:33:28 -08:00 |
|
Yuri Kunde Schlesner
|
09a750e866
|
Pica/Texture: Simplify/cleanup texture tile addressing
|
2017-02-04 12:33:25 -08:00 |
|
Yuri Kunde Schlesner
|
a1c9ac7845
|
VideoCore: Move LookupTexture out of debug_utils.h
|
2017-02-04 12:31:40 -08:00 |
|