aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-07-22Merge pull request #2816 from wwylele/proctex-lutlutlutSebastian Valle
gl_rasterizer: use texture buffer for proctex LUT
2017-07-22Merge pull request #2834 from wwylele/depth-enable-fixSebastian Valle
gl_rasterizer_cache: fix using_depth_fb
2017-07-22Merge pull request #2799 from yuriks/virtual-cached-range-flushWeiyi Wang
Add address conversion functions returning optional, Add function to flush virtual region from rasterizer cache
2017-07-21Service/APT: Log Send/Cancel/Receive/GlanceParameter calls even if they ↵Subv
return an error.
2017-07-21Services/APT: Return the proper error code when calling SendParameter with ↵Subv
an outstanding parameter already in memory.
2017-07-21Services/APT: Reset the APT parameter inside CancelParameter if the ↵Subv
conditions are met.
2017-07-21Services/APT: Properly clear the apt parameter after a successful ↵Subv
ReceiveParameter call.
2017-07-21Services/APT: Use the right error codes in ReceiveParameter and ↵Subv
GlanceParameter when the parameter doesn't exist.
2017-07-21Services/APT: Use boost::optional for the APT parameter structure.Subv
2017-07-20debugger/shader: display LOOPwwylele
2017-07-20debugger/shader: print the invert flag for JMPUwwylele
2017-07-20debugger/shader: fix address register for reverted arithmetic opwwylele
2017-07-20debugger/shader: fix inverted uniform flow controlwwylele
2017-07-17telemetry: Log performance, configuration, and system data.bunnei
2017-07-17Merge pull request #2804 from Kloen/themingbunnei
citra-qt: UI Themes
2017-07-17Merge pull request #2818 from B3n30/networkWeiyi Wang
Enable data transfer over ENet
2017-07-16stubbed frd::UnscrambleLocalFriendCode (#2827)B3n30
2017-07-16Network: Changed timeout for receiving packets to 100msB3n30
2017-07-16Network: Propagate Room closing to connected membersB3n30
2017-07-16Network: Made send async in RoomMemberB3n30
2017-07-16Network: Send the game titleB3n30
2017-07-16Network: Enable sending and receiving chat messagesB3n30
2017-07-16Network: Handle the disconnect of a clientB3n30
2017-07-16Network: Enable to send WifiPacketsB3n30
2017-07-16Network: Init Network in SDL and QTB3n30
2017-07-16Network: Send JoinRequest and handle the answer in RoomMemberB3n30
2017-07-16Network: Handle join request in RoomB3n30
2017-07-16Network: Added Packet class for serializationB3n30
2017-07-16Network: Threads for Room and RoomMemberB3n30
2017-07-16Merge pull request #2784 from wwylele/font-archiveWeiyi Wang
load shared font from system archive
2017-07-11web_backend: Specify api-version on JSON post.bunnei
2017-07-11web_service: Add CMake flag to enable.bunnei
2017-07-11telemetry_session: Use TelemetryJson to submit real telemetry.bunnei
2017-07-11web_service: Implement JSON serialization of telemetry data.bunnei
2017-07-11web_backend: Add initial interface to POST data to Citra Web Services.bunnei
2017-07-11SwRasterizer/Lighting: dist atten lut input need to be clampwwylele
2017-07-11SwRasterizer/Lighting: unify float suffixwwylele
2017-07-11SwRasterizer/Lighting: get rid of nested returnwwylele
2017-07-11SwRasterizer/Lighting: refactor GetLutValue into a function.wwylele
merging similar pattern. Also makes the code more similar to the gl one
2017-07-11SwRasterizer: only interpolate quat and view when lighting is enabledwwylele
2017-07-11vector_math: remove dead template parameterwwylele
2017-07-11SwRasterizer/Lighting: pass lighting state as parameterwwylele
2017-07-11vector_math: remove broken SFINAE stuffwwylele
this was originally added to eliminate warnings on MSVC, but it doesn't work for custom types.
2017-07-11SwRasterizer/Lighting: Move the clamp highlight calculation to the end of ↵Subv
the per-light loop body.
2017-07-11SwRasterizer/Lighting: Move the lighting enable check outside the ↵Subv
ComputeFragmentsColors function.
2017-07-11SwRasterizer/Lighting: Do not use global registers state in ↵Subv
ComputeFragmentsColors.
2017-07-11SwRasterizer/Lighting: Do not use global state in LookupLightingLut.Subv
2017-07-11SwRasterizer/Lighting: Fixed a bug where the distance attenuation bias was ↵Subv
being set to the dist atten scale.
2017-07-11SwRasterizer: Fixed a few conversion warnings and moved per-light values ↵Subv
into the per-light loop.
2017-07-11SwRasterizer: Run clang-formatSubv