summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-07-25Merge pull request #989 from lioncash/externYuri Kunde Schlesner
armdefs: Remove unnecessary extern keywords
2015-07-25armdefs: Remove unnecessary extern keywordsLioncash
2015-07-25loader: Remove unnecessary else usagesLioncash
2015-07-25Merge pull request #888 from zawata/Warning-Fixes-2Yuri Kunde Schlesner
Core\HLE : Fix Warning
2015-07-25Address error that remained in last mergeYuri Kunde Schlesner
2015-07-25Merge pull request #892 from zawata/another-warning-fixesYuri Kunde Schlesner
Yet More Warning Fixes
2015-07-25Merge pull request #981 from Subv/checkboxesYuri Kunde Schlesner
Qt/GPU Breakpoints: Changed the widget to have a checkbox next to each bp type
2015-07-23Qt/GPU Breakpoints: Changed the widget so that we don't have to select and ↵Subv
click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name.
2015-07-23Merge pull request #983 from yuriks/null-memory-fillYuri Kunde Schlesner
GSP: Don't try to write memory fill registers if start address is 0
2015-07-23GSP: Don't try to write memory fill registers if start address is 0Yuri Kunde Schlesner
Verified to be what GSP does via REing. Fixes invalid virt->phys translation error spam in some games.
2015-07-24Merge pull request #980 from Subv/more_breakpointsTony Wasserka
Qt/GPU Breakpoints: Added three more breakpoint types.
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Subv
* IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip
2015-07-23Merge pull request #977 from yuriks/glenable-tex2dbunnei
GL Renderer: Remove erroneous glEnable(GL_TEXTURE_2D) calls
2015-07-22Rasterizer/GL: Set the border color when binding a texture.Subv
2015-07-22GL Renderer: Remove erroneous glEnable(GL_TEXTURE_2D) callsYuri Kunde Schlesner
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.
2015-07-21Merge pull request #968 from Subv/texture_filteringbunnei
GPU: Added registers for min and mag texture filters
2015-07-21Merge pull request #962 from Subv/am_appbunnei
Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.
2015-07-21GPU: Added registers for min and mag texture filters and implemented them in ↵Subv
the hw renderer.
2015-07-21Merge pull request #966 from Subv/logbunnei
Services/Logging: Log more useful information when some operations fail.
2015-07-21Services/Logging: Log more useful information when some operations fail.Subv
Namely OpenFileDirectly, OpenDirectory and OpenArchive
2015-07-21Merge pull request #957 from Subv/hwtest_crashbunnei
Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.
2015-07-21Merge pull request #929 from neobrain/geoshader_definitionsTony Wasserka
Pica/Shader: Add geometry shader definitions.
2015-07-21Merge pull request #964 from lioncash/svcLioncash
dyncom: Pass SVC immediates directly.
2015-07-21Resolve issue accidentally left unaddressed in PR #930Yuri Kunde Schlesner
2015-07-21dyncom: Pass SVC immediates directly.Lioncash
Previously it would just re-read the already decoded instruction and extract the immediate value.
2015-07-21Merge pull request #959 from Subv/homeSebastian Valle
Services/CFG: Added some missing functions to cfg:s
2015-07-21Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Subv
Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver
2015-07-20Merge pull request #930 from neobrain/copypaste_commandlistYuri Kunde Schlesner
citra-qt: Add support for copying the command list contents to clipboard.
2015-07-20Services/CFG: Added some missing functions to cfg:sSubv
2015-07-20Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.Subv
They'll be reset if needed during the next svcWaitSynchronization call (if there's any pending)
2015-07-20Merge pull request #939 from Subv/queryprocmembunnei
Kernel/SVC: Implemented svcQueryProcessMemory
2015-07-19Merge pull request #951 from Subv/bit5bunnei
GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.
2015-07-19Merge pull request #944 from Subv/spambunnei
GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't exist.
2015-07-19Merge pull request #946 from archshift/update-frdubunnei
Add more frd:u unknown service commands from 3dbrew
2015-07-19GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.Subv
It tells the GPU to not swizzle/de-swizzle the input during the transfer.
2015-07-19dyncom: Properly retrieve the PC value in BX if used.Lioncash
2015-07-19Pica: Correct switched S/T texture wrapping registersYuri Kunde Schlesner
This was found and hwtested by Lectem
2015-07-19Pica: Fix DP3 instruction, which wasn't assigning to the w componentYuri Kunde Schlesner
2015-07-19Change trace/unimplemented service call logs to use hexarchshift
Changes the log to use hex in the parameter list instead of decimal.
2015-07-19Add more frd:u unknown service commands from 3dbrewarchshift
2015-07-19GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't ↵Subv
exist.
2015-07-19Rasterizer/Textures: Fixed a bug where the I4 format would get twice the ↵Subv
real stride. Also added its name to the texture viewer widget
2015-07-19Vertex Shader : Undo castingzawata
2015-07-19Video_Core : Type fixeszawata
2015-07-19Core : Change variable typezawata
and fix various warnings
2015-07-19Video_Core: Finally fix pesky warningzawata
2015-07-19Citra_QT : Another Conversion Warning Fixzawata
2015-07-19Video_Core : Change Tabs to Spaceszawata
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)
2015-07-19Video_Core : Fix Conversion Warningszawata
2015-07-19Core : Fix Conversion Warningszawata