Commit Graph
45601 Commits
Author SHA1 Message Date
Ced2911 e4344b9fb3 use some memory limit 2013-09-12 09:53:50 +02:00
Ced2911 a6c3421f00 fix for debug build 2013-09-12 09:53:49 +02:00
Ced2911 35619ed7f9 dirtyunfirom when shader is changed 2013-09-12 09:53:49 +02:00
Ced2911 923bee1332 some optimisation 2013-09-12 09:53:49 +02:00
Ced2911 b56848ca16 disgae is perfect ! 2013-09-12 09:53:49 +02:00
Ced2911 40da0262c8 projection fixes ! 2013-09-12 09:53:48 +02:00
Ced2911 28482b0341 update gpu (break disgea) 2013-09-12 09:52:34 +02:00
Ced2911 520c7a1753 some framebuffer fixes 2013-09-12 09:52:33 +02:00
Ced2911 16f68fec5c sync dx9 gpu with gles 2013-09-12 09:52:00 +02:00
Ced2911 71e64938a6 plop 2013-09-12 09:49:56 +02:00
Ced2911 92fb2ba17e Add vertex cache 2013-09-12 09:49:56 +02:00
Ced2911 fecf87e9d3 cleanup shader manager 2013-09-12 09:48:49 +02:00
Ced2911 6a4d320eac cleanup shader manager 2013-09-12 09:48:49 +02:00
Ced2911 38dbc77ea2 some fb fixes 2013-09-12 09:48:19 +02:00
Ced2911 6d3ec96706 generated code cleanup 2013-09-12 09:48:03 +02:00
Ced2911 709ea95f5b fixed stencil 2013-09-12 09:46:18 +02:00
Ced2911 9164576d8d some small fixes on gpu 2013-09-12 09:46:18 +02:00
Ced2911 e503ae1f38 some swapping optimisation 2013-09-12 09:46:17 +02:00
Ced2911 882001a371 buggy hw transformation 2013-09-12 09:46:16 +02:00
Ced2911 cde47ac1b9 Mixed Transformation start to run in rr2 2013-09-12 09:46:15 +02:00
Ced2911 abd9cbaa0d disable direct copy, crash :s 2013-09-12 09:46:15 +02:00
Ced2911 f05e1dbf5a Start of mixed transformation 2013-09-12 09:45:31 +02:00
Ced2911 0e473a7909 more on rtt effect 2013-09-12 09:45:31 +02:00
Ced2911 83d0b7f01e update gpu code 2013-09-12 09:45:30 +02:00
Ced2911 76b11b88b8 redid endian on indexed texture => fix ff2 blur 2013-09-12 09:44:52 +02:00
Ced2911 1c7cae2139 use vmx for QuickTexHash 2013-09-12 09:44:51 +02:00
Ced2911 f3612b2afb update gpu 2013-09-12 09:44:50 +02:00
Ced2911 72cb7739b6 update gpu
Conflicts:
	GPU/GPUState.cpp
2013-09-12 09:43:57 +02:00
Ced2911 3188c00629 Directx9 Gpu 2013-09-12 09:37:19 +02:00
Henrik Rydgård 0b2cd9ccf4 Merge pull request #3740 from unknownbrackets/block-alloc
Check size is within bounds in AllocAt()
2013-09-12 00:05:35 -07:00
Henrik Rydgård 76252efc2e Merge pull request #3739 from unknownbrackets/headless
Allow selection of GPU in headless
2013-09-12 00:03:12 -07:00
Unknown W. Brackets 2c763365b4 Check size is within bounds in AllocAt(). 2013-09-11 22:52:22 -07:00
Unknown W. Brackets 5ec2b00108 Allow selection of GPU in headless. 2013-09-11 21:57:39 -07:00
Sacha 893ecffebe Symbian: Make distribution easier. 2013-09-12 10:58:13 +10:00
raven02 0046357170 Fix some missing/black screens in FBO to memory mode 2013-09-12 05:50:03 +08:00
Henrik Rydgård aae6eb0290 Merge pull request #3735 from raven02/patch-2
Few fbo check for fbo_bind()
2013-09-11 14:01:27 -07:00
raven02 f687d704f9 Few fbo check for fbo_bind() 2013-09-12 04:59:36 +08:00
Henrik Rydgård e8b8ed7d65 Merge pull request #3733 from thedax/simplifyOSKBypass
Win32: Simplify NativeKeyboard(OSK bypass), and speed up the char copy loop.
2013-09-11 13:23:49 -07:00
Henrik Rydgård d617a1079d Merge pull request #3691 from raven02/patch-20
Add and apply gstate.getTextureDimension(level)
2013-09-11 13:23:14 -07:00
Henrik Rydgard 91f9161d76 Fix some bugs found in reports in the Android crash reporting console 2013-09-11 22:21:32 +02:00
Henrik Rydgard 67183f5822 Make sure we don't access outside the choices_ array in PopupMultiChoice 2013-09-11 22:20:30 +02:00
Henrik Rydgard f1b7580be8 Workaround some obscure crashes reported through Android crash reporting 2013-09-11 22:16:07 +02:00
The Dax 58aab2eeb8 Simplify NativeKeyboard, and only copy the amount of bytes of the output plus null terminator. 2013-09-11 15:42:32 -04:00
Henrik Rydgard c88920be4b Bail more gracefully if no real OpenGL driver is installed on XP 2013-09-11 21:35:44 +02:00
Henrik Rydgard 1eeaf32822 Make CheckExtensions safe from broken drivers 2013-09-11 21:33:54 +02:00
Henrik Rydgård bd8a4ecfee Merge pull request #3732 from unknownbrackets/osk-fix
Write only changed characters from OSK
2013-09-11 09:40:59 -07:00
Unknown W. Brackets db7496a37c Write only changed characters from OSK. 2013-09-11 08:04:01 -07:00
Henrik Rydgård e8be4e6209 Merge pull request #130 from wuspring/master
Shorten the slider, at maxvalue doesn't cover the text
2013-09-11 02:25:29 -07:00
wuspring 4b39a99110 Shorten the slider, at maxvalue, it doesn't cover the text now. 2013-09-11 17:19:41 +08:00
Henrik Rydgård 7ebb6bc802 Merge pull request #3729 from unknownbrackets/rtc
Start sceRtc at now, not 1970
2013-09-11 00:28:52 -07:00