1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
Commit Graph

2329 Commits

Author SHA1 Message Date
Sergey Lipskiy
bca21ed071 Invert y coordinate to align image origin with frame origin. 2017-03-16 18:50:14 +07:00
Sergey Lipskiy
6b4ae04f5e Rewrite polygons drawing in N64 depth compare mode.
Fixed #1418: Various regressions since PR2.0 with N64 depth compare enabled
2017-03-16 14:56:20 +07:00
Logan McNaughton
07a84a9973 Add missing GLSL extension 2017-03-14 20:25:27 -06:00
Sergey Lipskiy
7c51f9455e Correct renderTriangles(): dzdx can be zero when all vertices have the same z. 2017-03-14 11:16:54 +07:00
gizmo98
279b011b2d arm asm: cleanup
correct comments
2017-03-13 19:07:22 +01:00
gizmo98
a20ad660c8 arm asm: cleanup
fix indentation
2017-03-13 18:51:53 +01:00
Aquatakat
2fa86eee4f Custom windowed resolution option is translatable 2017-03-12 19:17:27 +07:00
Sergey Lipskiy
b556686b90 Check for 'combined' mux in 1 cycle mode.
Fixed combiner for pointing arrow in Zeldas.
2017-03-12 18:15:12 +07:00
Sergey Lipskiy
e3cdcf1516 Update translation files: added texture filters 2017-03-11 18:40:00 +07:00
Aquatakat
d72adc6b3a UI: Texture filter/enhancement dropdowns can now be localised 2017-03-11 18:33:53 +07:00
Sergey Lipskiy
b3906b2402 Revert "Rename opengl_ColorBufferReaderWithBUfferStorage.h/cpp"
This reverts commit 58ddf8822c.
2017-03-11 13:20:59 +07:00
Sergey Lipskiy
5d5bfcc147 Correct read from RDRAM in FrameBuffer::isValid
Fixed out of bounds read in Pokemon Stadium 2.
2017-03-11 13:07:24 +07:00
Sergey Lipskiy
8ea0cddbec Disable texcoord attribs for fillrect.
Fixed fillrects in Pokemon Stadium 2.
2017-03-11 12:46:40 +07:00
Sergey Lipskiy
998b813491 Revert "Correct CombinerInfo::_compile for 1 cycle mode."
This reverts commit efcb7b3227.

1 cycle mode uses combiner equations from 2nd cycle; equations from 1st
cycle must be ignored. Example: F-1 Pole Position language selection menu.
2017-03-10 14:49:05 +07:00
Sergey Lipskiy
9e7826bd1a Fix viewport set in DisplayWindowMupen64plus::_swapBuffers()
Fixed Native resolution factor seems broken #1404
2017-03-09 13:11:59 +07:00
Aquatakat
27cc8099e7 UI: Custom crop and windowed resolution shows/hides rather than enables/disables 2017-03-07 19:03:58 +07:00
Francisco Zurita
ae31349949 Fix circular dependency of GLideNHQ to GLideN64
Specifically TxQuantize.cpp was referencing arrays defined in GLideN64.
2017-03-07 00:21:13 -05:00
Francisco Zurita
7ca68744d9 Cleanup Android make files 2017-03-04 23:21:12 -05:00
Sergey Lipskiy
72fef1d9a9 Fix compile and link on MAC_OS_X 2017-03-03 17:41:18 +07:00
Sergey Lipskiy
2116d91916 Remove annoying cmake message "bcm_host.h not found" 2017-03-03 17:26:36 +07:00
Aquatakat
339c63fa42 UI: Fixing contributor typos 2017-03-01 13:40:27 -07:00
Sergey Lipskiy
1c72ef16fd Code refactor: move gDP.rectColor initialization to gDP.cpp 2017-03-01 11:49:58 +07:00
Logan McNaughton
0dc261813a Hacky fix for RPi depth issues 2017-02-28 12:11:06 -07:00
Sergey Lipskiy
62e414ce8a Up shader storage version. 2017-02-28 15:48:17 +07:00
Sergey Lipskiy
eebdd32932 Replace rectAttrib::color by uniform. 2017-02-28 15:48:14 +07:00
Sergey Lipskiy
cf8cc76ff9 Disable DepthBufferToRDRAM if PixelReadBuffer is not available. 2017-02-28 15:48:10 +07:00
Sergey Lipskiy
01cd2a59e9 Revert "Code cleanup: remove unused variable in GraphicsDrawer::updateScissor"
This reverts commit 87f1ab79a0.
2017-02-28 14:14:05 +07:00
Sergey Lipskiy
0671ea1b02 Code cleanup: correct aux buffer detection in FrameBufferList::copyAux() and FrameBufferList::removeAux() 2017-02-27 21:04:40 +07:00
Sergey Lipskiy
87f1ab79a0 Code cleanup: remove unused variable in GraphicsDrawer::updateScissor 2017-02-27 21:03:54 +07:00
Sergey Lipskiy
89406ddd1c Code cleanup: remove unused move constructor for DepthBuffer 2017-02-27 21:02:57 +07:00
Sergey Lipskiy
e2f95085dd Code cleanup: remove unised field from struct colorImage. 2017-02-27 21:02:04 +07:00
Sergey Lipskiy
5a0344aa02 Code cleanup: remove redundant parameter from FrameBuffer::init. 2017-02-27 21:00:27 +07:00
gizmo98
2bcc247140 german translation part 3
Add missing comments.
2017-02-25 20:32:20 +07:00
gizmo98
7534dafcd2 german translation: fix special signs 2017-02-25 20:32:19 +07:00
Aquatakat
977509dbab UI: Disabling frame buffer doesn't disable filters/AA 2017-02-25 16:26:17 +07:00
Sergey Lipskiy
873a830d88 Always render to FBO, even when frame buffer emulation is disabled. 2017-02-25 14:08:26 +07:00
Sergey Lipskiy
4b040304bb Code cleanup in FrameBufferList::renderBuffer: remove redundant casts to ObjectHandle. 2017-02-25 14:08:24 +07:00
Sergey Lipskiy
3fab248808 Up ShaderStorageFormatVersion. 2017-02-25 14:08:20 +07:00
Francisco Zurita
f773ddb001 Silence clang warning. 2017-02-25 01:09:24 -05:00
Francisco Zurita
58ddf8822c Rename opengl_ColorBufferReaderWithBUfferStorage.h/cpp
This allow compilation with clang in Anroid Studio with Windows. This file
name was too long for some reason.
2017-02-25 00:59:56 -05:00
Logan McNaughton
8f23030462 Add ResizeVideoOutput to MupenPlusPluginAPI 2017-02-23 15:24:07 -07:00
Sergey Lipskiy
827b6bb9cd Code refactor: replace graphics::ObjectHandle() by graphics::ObjectHandle::null 2017-02-22 16:45:27 +07:00
Sergey Lipskiy
bfe5b6078e Fix compilation with clang. 2017-02-22 12:19:06 +07:00
Francisco Zurita
cccf6fd997 Allow clang build to work in Android. 2017-02-21 21:17:12 -05:00
Sergey Lipskiy
7139e5b8d1 Merge remote-tracking branch 'remotes/origin/refactor_graphics' 2017-02-21 16:12:45 +07:00
Logan McNaughton
c42c1a4a4b Disable async color buffer copies on non-android GLES2 2017-02-21 13:41:57 +07:00
Sergey Lipskiy
cebf20bf4a Merge remote-tracking branch 'remotes/origin/master' into refactor_graphics
Conflicts:
	projects/msvc12/GLideN64.vcxproj
	projects/msvc12/GLideN64.vcxproj.filters
	src/BufferCopy/ColorBufferToRDRAM.cpp
	src/CMakeLists.txt
	src/GLideNUI/ConfigDialog.cpp
	src/GLideNUI/configDialog.ui
	src/mupen64plus-video-gliden64.mk
2017-02-21 12:51:00 +07:00
Sergey Lipskiy
df6aa43522 Fix typo: NOISE_TEX_HEIHT => NOISE_TEX_HEIGHT 2017-02-21 09:49:57 +07:00
Sergey Lipskiy
6e22e2ead7 Fix compilation on 64bit Linux. 2017-02-21 09:47:33 +07:00
Sergey Lipskiy
8ee43ea611 Support VSync option in GUI.
Up config version.
2017-02-20 15:57:12 +07:00