summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* SwRasterizer/Lighting: pass lighting state as parameterGravatar wwylele2017-07-111-13/+13
* vector_math: remove broken SFINAE stuffGravatar wwylele2017-07-111-3/+2
* SwRasterizer/Lighting: Move the clamp highlight calculation to the end of the...Gravatar Subv2017-07-111-17/+17
* SwRasterizer/Lighting: Move the lighting enable check outside the ComputeFrag...Gravatar Subv2017-07-111-7/+6
* SwRasterizer/Lighting: Do not use global registers state in ComputeFragmentsC...Gravatar Subv2017-07-111-3/+3
* SwRasterizer/Lighting: Do not use global state in LookupLightingLut.Gravatar Subv2017-07-112-13/+22
* SwRasterizer/Lighting: Fixed a bug where the distance attenuation bias was be...Gravatar Subv2017-07-111-3/+2
* SwRasterizer: Fixed a few conversion warnings and moved per-light values into...Gravatar Subv2017-07-111-5/+6
* SwRasterizer: Run clang-formatGravatar Subv2017-07-111-45/+83
* SwRasterizer: Flip the vertex quaternions before clipping (if necessary).Gravatar Subv2017-07-113-21/+16
* SwRasterizer: Corrected the light LUT lookups.Gravatar Subv2017-07-111-6/+7
* SwRasterizer: Corrected the light LUT lookups.Gravatar Subv2017-07-112-33/+48
* SwRasterizer: Fixed the lighting lut lookup function.Gravatar Subv2017-07-111-2/+4
* SwRasterizer: Calculate fresnel for fragment lighting.Gravatar Subv2017-07-111-1/+25
* SwRasterizer: Calculate specular_1 for fragment lighting.Gravatar Subv2017-07-111-3/+59
* SwRasterizer: Calculate specular_0 for fragment lighting.Gravatar Subv2017-07-111-13/+94
* SwRasterizer: Implement primary fragment color.Gravatar Subv2017-07-111-4/+113
* Merge pull request #2815 from mailwl/bosspGravatar Sebastian Valle2017-07-081-0/+3
|\
| * Service/boss:P: Add some functions to FunctionTableGravatar mailwl2017-07-011-0/+3
* | Merge pull request #2797 from yuriks/cached-vma-free-crashGravatar bunnei2017-07-081-5/+20
|\ \
| * | Memory: Fix crash when unmapping a VMA covering cached surfacesGravatar Yuri Kunde Schlesner2017-06-211-5/+20
* | | Implement basic virtual Room support based on enet (#2803)Gravatar B3n302017-07-0712-1/+357
* | | Remove unnecessary WIN32_LEAN_AND_MEAN macro definitionGravatar Kloen2017-06-301-1/+0
| |/ |/|
* | Merge pull request #2793 from Subv/replyandreceiveGravatar Sebastian Valle2017-06-296-23/+161
|\ \
| * | Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSync...Gravatar Subv2017-06-293-4/+7
| * | Kernel/Sessions: Clean up the list of pending request threads of a session wh...Gravatar Subv2017-06-251-0/+5
| * | Kernel/SVC: Partially implemented svcReplyAndReceive.Gravatar Subv2017-06-252-11/+121
| * | Kernel/ServerSession: Keep track of which threads have issued sync requests.Gravatar Subv2017-06-253-9/+29
* | | Merge pull request #2809 from wwylele/texture-copy-fixGravatar Yuri Kunde Schlesner2017-06-292-19/+24
|\ \ \
| * | | gpu: add comments for TextureCopyGravatar wwylele2017-06-292-8/+8
| * | | gpu: fix edge cases for TextureCopyGravatar wwylele2017-06-271-18/+23
* | | | Merge pull request #2800 from wwylele/fog-lutlutlutGravatar Yuri Kunde Schlesner2017-06-287-31/+34
|\ \ \ \
| * | | | gl_rasterizer: use texture buffer for fog LUTGravatar wwylele2017-06-227-29/+32
| * | | | gl_rasterizer: create the texture before applying the stateGravatar wwylele2017-06-221-2/+2
| | |_|/ | |/| |
* | | | configure_debug: Add label warning that CPU JIT needs to be disabled for gdbs...Gravatar MerryMage2017-06-281-0/+7
| |/ / |/| |
* | | Merge pull request #2778 from Subv/uds_moreGravatar Sebastian Valle2017-06-265-1/+436
|\ \ \
| * | | UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during...Gravatar Subv2017-06-261-15/+32
| * | | UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID...Gravatar Subv2017-06-262-4/+3
| * | | UDS: Run clang-format.Gravatar Subv2017-06-263-51/+55
| * | | UDS: Added functions to encrypt and decrypt the data frames.Gravatar Subv2017-06-263-12/+156
| * | | UDS: Clarify comment about the first 4 bytes of the SecureData header.Gravatar Subv2017-06-152-1/+5
| * | | UDS: Return the correct error messages in SendTo when not connected to a netw...Gravatar Subv2017-06-151-6/+13
| * | | UDS: Stub SendTo to generate the unencrypted data frame with the right headers.Gravatar Subv2017-06-154-1/+261
| | |/ | |/|
* | | Set global definition WIN32_LEAN_AND_MEAN (#2807)Gravatar B3n302017-06-241-0/+3
* | | Kernel: Implement AcceptSession SVCGravatar Yuri Kunde Schlesner2017-06-234-3/+38
* | | Kernel: Fix SVC wrapper for CreatePortGravatar Yuri Kunde Schlesner2017-06-231-3/+2
* | | Kernel: Implement CreateSessionToPort SVCGravatar Yuri Kunde Schlesner2017-06-231-1/+12
* | | Merge pull request #2798 from yuriks/svc-create-sessionGravatar Yuri Kunde Schlesner2017-06-232-3/+26
|\ \ \
| * | | Kernel: Implement CreateSession SVCGravatar Yuri Kunde Schlesner2017-06-222-3/+26
| | |/ | |/|
* | | Merge pull request #2795 from chris062689/masterGravatar bunnei2017-06-222-6/+6
|\ \ \