summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* gl_rasterizer: Implement partial color clear and stencil clear.Gravatar bunnei2018-08-231-12/+42
* maxwell_3d: Update to include additional stencil registers.Gravatar bunnei2018-08-231-20/+50
* gl_state: Update to handle stencil front/back face separately.Gravatar bunnei2018-08-232-33/+38
* Merge pull request #1157 from lioncash/vecGravatar bunnei2018-08-232-11/+16
|\
| * gl_shader_gen: Make ShaderSetup's constructor explicitGravatar Lioncash2018-08-221-1/+1
| * gl_shader_gen: Use a std::vector to represent program code instead of std::arrayGravatar Lioncash2018-08-222-11/+16
* | Merge pull request #1156 from Lakumakkara/lop3Gravatar bunnei2018-08-232-0/+60
|\ \
| * | more fixesGravatar Laku2018-08-231-6/+7
| * | fixesGravatar Laku2018-08-221-6/+12
| * | remove debug loggingGravatar Laku2018-08-221-2/+0
| * | implement lop3Gravatar Laku2018-08-222-0/+55
* | | Swap "Plus" with "Minus" on the controller GUI (#1150)Gravatar literalmente-game2018-08-221-8/+8
* | | Merge pull request #1137 from lioncash/namespaceGravatar bunnei2018-08-2221-23/+70
|\ \ \ | |_|/ |/| |
| * | renderer_opengl: Namespace OpenGL codeGravatar Lioncash2018-08-2221-23/+70
| |/
* / config: Fixed icon size get set to 0Gravatar tech4me2018-08-211-1/+1
|/
* Merge pull request #1136 from tech4me/masterGravatar bunnei2018-08-226-11/+45
|\
| * qt/main: Port part of citra(#3411), open savedata worksGravatar tech4me2018-08-216-11/+45
* | Merge pull request #840 from FearlessTobi/port-3353Gravatar bunnei2018-08-2210-25/+94
|\ \
| * | Port #3353 from CitraGravatar fearlessTobi2018-08-2110-25/+94
* | | Merge pull request #1154 from OatmealDome/topology-linesGravatar bunnei2018-08-221-0/+2
|\ \ \
| * | | maxwell_to_gl: Implement PrimitiveTopology::LinesGravatar OatmealDome2018-08-221-0/+2
* | | | Merge pull request #1141 from FearlessTobi/port-3902Gravatar bunnei2018-08-222-0/+18
|\ \ \ \
| * | | | Port #3902 from Citra: "Add restart hotkey & menu option"Gravatar fearlessTobi2018-08-212-0/+18
| | |_|/ | |/| |
* | | | Merge pull request #1124 from Subv/logic_opsGravatar bunnei2018-08-226-7/+108
|\ \ \ \ | |_|/ / |/| | |
| * | | GPU: Implemented the logic op functionality of the GPU.Gravatar Subv2018-08-203-0/+61
| * | | GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending.Gravatar Subv2018-08-202-6/+19
| * | | GPU: Added registers for the logicop functionality.Gravatar Subv2018-08-201-1/+28
| | |/ | |/|
* | | Merge pull request #1147 from lioncash/warnGravatar bunnei2018-08-221-1/+1
|\ \ \
| * | | logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...Gravatar Lioncash2018-08-211-1/+1
* | | | Merge pull request #1151 from bunnei/revert-4a2ee191Gravatar bunnei2018-08-222-153/+31
|\ \ \ \
| * | | | Revert "Shader: Use the right sampler type in the TEX, TEXS and TLDS instruct...Gravatar bunnei2018-08-212-153/+31
* | | | | Added missing include for pl:uGravatar David Marcec2018-08-221-0/+1
* | | | | PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)Gravatar David2018-08-211-25/+140
|/ / / /
* | | | Merge pull request #1145 from lioncash/fwd-declGravatar bunnei2018-08-215-4/+7
|\ \ \ \
| * | | | vfs: Replace mode.h include with forward declarations where applicableGravatar Lioncash2018-08-215-4/+7
| |/ / /
* | | | Merge pull request #1146 from lioncash/amGravatar bunnei2018-08-211-3/+4
|\ \ \ \
| * | | | am: Utilize std::array within PopLaunchParameter()Gravatar Lioncash2018-08-211-3/+4
| |/ / /
* | | | Merge pull request #1148 from lioncash/audio-warnGravatar bunnei2018-08-211-1/+1
|\ \ \ \
| * | | | audio_core/filter: Add explicit cast to assignment in Process()Gravatar Lioncash2018-08-211-1/+1
| |/ / /
* / / / shader_bytecode: Parenthesize conditional expression within GetTextureType()Gravatar Lioncash2018-08-211-1/+1
|/ / /
* | | Merge pull request #1143 from lioncash/incGravatar bunnei2018-08-212-1/+1
|\ \ \
| * | | sdmc_factory: Remove unnecessary core includeGravatar Lioncash2018-08-212-1/+1
| | |/ | |/|
* | | Merge pull request #1139 from lioncash/bitfieldGravatar bunnei2018-08-211-2/+1
|\ \ \
| * | | bit_field: Convert ToBool() into explicit operator boolGravatar Lioncash2018-08-211-2/+1
| |/ /
* | | Merge pull request #1140 from FearlessTobi/port-4056Gravatar bunnei2018-08-212-0/+14
|\ \ \
| * | | Port #4056 from Citra: "Add Clear Recent Files menu action"Gravatar fearlessTobi2018-08-212-0/+14
| |/ /
* / / perf_stats: Change MAX_LAG_TIME_US to an appropriate valueGravatar MerryMage2018-08-211-1/+1
|/ /
* | Merge pull request #1123 from lioncash/screenGravatar bunnei2018-08-217-30/+25
|\ \
| * | rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signatureGravatar Lioncash2018-08-205-17/+14
| * | renderer_base: Make creation of the rasterizer, the responsibility of the ren...Gravatar Lioncash2018-08-204-14/+12
| |/