aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | | | GL Renderer: Remove erroneous glEnable(GL_TEXTURE_2D) callsGravatar Yuri Kunde Schlesner2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In OpenGL 3, texturing is always enabled, and this call is invalid. While it produced no effect in the rest of the execution, it wouldn't have the intended effect of disabling texturing for that unit. Instead bind a null texture to the unit.
* | | | | Merge pull request #968 from Subv/texture_filteringGravatar bunnei2015-07-21
|\ \ \ \ \ | | | | | | | | | | | | GPU: Added registers for min and mag texture filters
* \ \ \ \ \ Merge pull request #962 from Subv/am_appGravatar bunnei2015-07-21
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.
| | * | | | GPU: Added registers for min and mag texture filters and implemented them in ↵Gravatar Subv2015-07-21
| | | | | | | | | | | | | | | | | | | | | | | | the hw renderer.
* | | | | | Merge pull request #966 from Subv/logGravatar bunnei2015-07-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Services/Logging: Log more useful information when some operations fail.
| * | | | | | Services/Logging: Log more useful information when some operations fail.Gravatar Subv2015-07-21
| | |/ / / / | |/| | | | | | | | | | | | | | | | Namely OpenFileDirectly, OpenDirectory and OpenArchive
* | | | | | Merge pull request #957 from Subv/hwtest_crashGravatar bunnei2015-07-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.
* \ \ \ \ \ \ Merge pull request #929 from neobrain/geoshader_definitionsGravatar Tony Wasserka2015-07-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Pica/Shader: Add geometry shader definitions.
* \ \ \ \ \ \ \ Merge pull request #964 from lioncash/svcGravatar Lioncash2015-07-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dyncom: Pass SVC immediates directly.
* | | | | | | | | Resolve issue accidentally left unaddressed in PR #930Gravatar Yuri Kunde Schlesner2015-07-21
| | | | | | | | |
| * | | | | | | | dyncom: Pass SVC immediates directly.Gravatar Lioncash2015-07-21
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Previously it would just re-read the already decoded instruction and extract the immediate value.
* | | | | | | | Merge pull request #959 from Subv/homeGravatar Sebastian Valle2015-07-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Services/CFG: Added some missing functions to cfg:s
| | | | | * | | | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Gravatar Subv2015-07-21
| | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver
* | | | | | | | Merge pull request #930 from neobrain/copypaste_commandlistGravatar Yuri Kunde Schlesner2015-07-20
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | citra-qt: Add support for copying the command list contents to clipboard.
| | * | | | | | Services/CFG: Added some missing functions to cfg:sGravatar Subv2015-07-20
| |/ / / / / / |/| | | | | |
| | | * | | | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.Gravatar Subv2015-07-20
| |_|/ / / / |/| | | | | | | | | | | | | | | | | They'll be reset if needed during the next svcWaitSynchronization call (if there's any pending)
* | | | | | Merge pull request #939 from Subv/queryprocmemGravatar bunnei2015-07-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Kernel/SVC: Implemented svcQueryProcessMemory
* \ \ \ \ \ \ Merge pull request #951 from Subv/bit5Gravatar bunnei2015-07-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.
* \ \ \ \ \ \ \ Merge pull request #944 from Subv/spamGravatar bunnei2015-07-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't exist.
* \ \ \ \ \ \ \ \ Merge pull request #946 from archshift/update-frduGravatar bunnei2015-07-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add more frd:u unknown service commands from 3dbrew
| | | | | | | | | * SOC:U : Update deprecated function gethostbyname() to getaddrinfo()Gravatar zawata2015-07-19
| | | | | | | | | |
| | | * | | | | | | GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.Gravatar Subv2015-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It tells the GPU to not swizzle/de-swizzle the input during the transfer.
* | | | | | | | | | Merge pull request #950 from lioncash/bxGravatar Lioncash2015-07-19
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | dyncom: Properly retrieve the PC value in BX if used.
| * | | | | | | | | dyncom: Properly retrieve the PC value in BX if used.Gravatar Lioncash2015-07-19
|/ / / / / / / / /
* | | | | | | | | Merge pull request #949 from yuriks/fix-stGravatar Tony Wasserka2015-07-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Pica: Correct switched S/T texture wrapping registers.
| * | | | | | | | | Pica: Correct switched S/T texture wrapping registersGravatar Yuri Kunde Schlesner2015-07-19
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This was found and hwtested by Lectem
* | | | | | | | | Merge pull request #948 from yuriks/fix-dp3Gravatar Tony Wasserka2015-07-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Pica/VertexShader: Fix DP3 instruction, which wasn't assigning to the w component.
| * | | | | | | | | Pica: Fix DP3 instruction, which wasn't assigning to the w componentGravatar Yuri Kunde Schlesner2015-07-19
|/ / / / / / / / /
* | | | | | | | | Merge pull request #947 from archshift/hex-logGravatar Yuri Kunde Schlesner2015-07-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Change trace/unimplemented service call logs to use hex
| * | | | | | | | | Change trace/unimplemented service call logs to use hexGravatar archshift2015-07-19
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes the log to use hex in the parameter list instead of decimal.
| * / / / / / / / Add more frd:u unknown service commands from 3dbrewGravatar archshift2015-07-19
|/ / / / / / / /
| * / / / / / / GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't ↵Gravatar Subv2015-07-19
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | exist.
* | | | | | | Merge pull request #943 from Subv/ia4Gravatar Tony Wasserka2015-07-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride.
| * | | | | | | Rasterizer/Textures: Fixed a bug where the I4 format would get twice the ↵Gravatar Subv2015-07-19
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | real stride. Also added its name to the texture viewer widget
| | | | * | | Vertex Shader : Undo castingGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Video_Core : Type fixesGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Core : Change variable typeGravatar zawata2015-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and fix various warnings
| | | | * | | Video_Core: Finally fix pesky warningGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Citra_QT : Another Conversion Warning FixGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Video_Core : Change Tabs to SpacesGravatar zawata2015-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This really should be universalized, I keep getting errors creating commits because lines I've edited use tabs instead of spaces(and yes I did read the contributing guide and i know they are supposed to be spaces)
| | | | * | | Video_Core : Fix Conversion WarningsGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Core : Fix Conversion WarningsGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Common : Fix Conversion WarningsGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Citra_QT : Fix Conversion WarningsGravatar zawata2015-07-19
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #941 from citra-emu/armv6-thumb-movGravatar Yuri Kunde Schlesner2015-07-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Dyncom: Support for a new ARMv6 Thumb MOV encoding
* \ \ \ \ \ \ Merge pull request #942 from linkmauve/masterGravatar Tony Wasserka2015-07-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove the unused and commented GetThemeDir prototype from FileUtil
| * | | | | | | Common: Remove the unused and commented GetThemeDir prototype from FileUtil.Gravatar Emmanuel Gil Peyrot2015-07-18
|/ / / / / / /
| * / / / / / Dyncom: Support for a missing ARMv6 Thumb MOV encodingGravatar Yuri Kunde Schlesner2015-07-18
|/ / / / / /
| * / / / / Kernel/SVC: Implemented svcQueryProcessMemoryGravatar Subv2015-07-17
|/ / / / /
* | | | | Merge pull request #938 from Subv/querymemGravatar Yuri Kunde Schlesner2015-07-17
|\ \ \ \ \ | | | | | | | | | | | | Kernel/SVC: Implemented svcQueryMemory.