From 342d09a41633987f9fc83bc906ac9c6622d1ec8c Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Fri, 16 Dec 2016 16:48:06 +0100 Subject: [PATCH] Updated Issue Labels (markdown) --- Issue-Labels.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/Issue-Labels.md b/Issue-Labels.md index f75e1b5..8da7951 100644 --- a/Issue-Labels.md +++ b/Issue-Labels.md @@ -9,7 +9,7 @@ Broadly identify the area or module of the code this issue is related to. - **A-cpu:** CPU emulation, either the interpreter (Dyncom) or JIT compiler (Dynarmic). - **A-filesystem:** Emulation of the FS service and code which is used to implement it. (Savefiles, SD access, etc.) - **A-frontend:** The SDL or Qt frontends. (Any code in `citra` or `citra-qt`.) -- **A-graphics:** Graphics emulation, including vertex shaders, software rasterizer, OpenGL backend and surface cache. +- **A-graphics:** The issue affects graphical output of the emulator (glitches, missing objects, ..). - **A-kernel:** Core 3DS kernel HLE. Includes all syscall handling, kernel objects, scheduler, etc. Does *not* include HLE services. ## "E-" labels ("Effort") @@ -20,9 +20,25 @@ Attempt to gauge the difficulty or effert needed to fix or implement an issue. U - **E-intermediate:** Tasks requiring more effort which should probably have input from existing contributors. - **E-hard:** Requires major design work or very good knowledge of the 3DS system. -## "F-" labels (?) +## "F-" labels ("Feature") -TODO +Once an issue has been identified to be caused by a specific piece of code / feature in Citra it will be tagged with these. We usually call each feature by how it's named on the Citra side, however, some features map exactly to 3DS or unimplemented features. + +- **F-audio:csnd:** ? +- **F-audio:dsp-hle:** ? +- **F-cpu:interpreter:** The CPU interpreter is affected exclusively +- **F-cpu:jit:** The CPU JIT is affected exclusively +- **F-gpu:depth:** Emulated depthbuffer is wrong or depth comparisons fail +- **F-gpu:gl-renderer:** The OpenGL renderer is affected exclusively +- **F-gpu:gs:** Geometry Shaders of the 3DS GPU +- **F-gpu:proctex:** Texture unit 3 (Produceral textures) of the 3DS GPU +- **F-gpu:scissor:** GPU Scissor testing +- **F-gpu:shader-jit:** The Shader-JIT is affected exclusively +- **F-gpu:shadow-2d:** 2D Texture Shadow feature of the 3DS GPU +- **F-gpu:shadow-cube:** Cubemap Shadow feature of the 3DS GPU +- **F-gpu:sw-rasterizer:** The software renderer is affected exclusively +- **F-gpu:tex-fwd:** This problem is related to some bug in our texture-forwarding (or upscaled rendering) +- **F-gpu:texture-cube:** Cubemapping feature of the 3DS GPU ## "pr:" labels