Henrik Rydgard
f374593a05
Update native with OpenGL init fixes, may fix some crashes on startup.
...
Fix a rotation issue.
2013-10-10 11:09:48 +02:00
Henrik Rydgård
4c57aa7978
Merge pull request #4095 from thedax/detectWin32Ver
...
Win32/Sys info screen: Detect system architecture(e.g. ARM, x86, x64) as well.
2013-10-09 14:42:53 -07:00
The Dax
b479769002
Detect x86 properly.
2013-10-09 17:40:13 -04:00
The Dax
70804ae697
System Info: Detect system architecture(e.g. ARM, x86, x64) on Windows as well.
2013-10-09 17:17:28 -04:00
Henrik Rydgard
5c3f6bae25
Prescale UV bugfixes
2013-10-09 23:09:16 +02:00
Henrik Rydgård
d0c3988eea
Merge pull request #4089 from thedax/detectWin32Ver
...
Win32: Properly detect OS version in System_GetProperty.
2013-10-09 11:34:23 -07:00
The Dax
7883a89c00
Remove unused variable.
2013-10-09 13:17:56 -04:00
The Dax
04aeadec24
Fix braces.
2013-10-09 13:17:55 -04:00
The Dax
b85aa88e45
Allow System_GetProperty to properly detect the version of Microsoft Windows instead of just returning "PC: Windows".
2013-10-09 13:17:55 -04:00
Henrik Rydgård
95fda8dffa
Set line width in constructor too.
2013-10-09 19:01:28 +02:00
raven02
23b817f86c
Use glLineWidth/glPointSize to specify the width of rasterized lines and size of points.
2013-10-09 19:01:21 +02:00
Henrik Rydgård
014b3d0a2b
Better vertical layout for home screen
2013-10-09 16:26:15 +02:00
Henrik Rydgård
39d28c27e2
Update native with gl shutdown fix (helps orientation change).
...
This also adds some logging that helped me figure things out.
2013-10-09 16:09:16 +02:00
Henrik Rydgård
8489bd15db
Unlock orientation again after some native fixes. Experiment with Google App Analytics.
...
The app analytics only tracks usage, sends no other information about
what you do with the app. Interested in opinions if anyone thinks this
is too much or maybe should be disabled by default.
2013-10-09 15:32:37 +02:00
Sacha
1eec3a54f1
Update README. After VRAM fix, this is not required for Symbian.
2013-10-09 23:09:00 +10:00
Henrik Rydgård
87858386ce
Merge pull request #4085 from raven02/patch-26
...
Extra cycles executed.
2013-10-09 05:25:35 -07:00
Henrik Rydgård
09ff13dbdd
Merge pull request #4084 from shenweip/patch-2
...
Set saveDataSize and installDataSize to 0 if deleted savedata.
2013-10-09 05:24:28 -07:00
raven02
2cdb2d1e1f
Extra cycles execute .Fix #3979 & #3883
2013-10-09 19:45:28 +08:00
shenweip
63b54db45e
Set saveDataSize and installDataSize to 0 if deleted savedata.
2013-10-09 19:34:36 +08:00
Henrik Rydgård
6d6ea77df2
Add comments (speedup plans for GLES) and reformat a bit (no changes)
2013-10-09 11:56:46 +02:00
Henrik Rydgård
ab759a9350
If bPrescaleUV is enabled, no need to flush on change of these params.
...
Also disable the QCOM hint, not sure it does any good at all.
2013-10-09 10:44:12 +02:00
Henrik Rydgård
996e468562
Merge pull request #4079 from unknownbrackets/thread-funcs
...
Fix crash deleting a never started thread w/ clearstack
2013-10-09 00:47:11 -07:00
Henrik Rydgård
d540c821b3
Merge pull request #4081 from unknownbrackets/io-minor
...
Don't run io on an fd when it's busy with async
2013-10-09 00:46:50 -07:00
Henrik Rydgård
31f5610292
Disable the glTexStorage2D path for now, too many issues.
2013-10-09 09:44:23 +02:00
Unknown W. Brackets
132577a050
Ignore leading spaces on absolute paths.
...
Weird but true. Not sure if it will help any game.
2013-10-08 23:55:51 -07:00
Unknown W. Brackets
73d5c42596
Don't allow a new async cmd while one is busy.
...
Fixes Valhalla Knights 1. Also some logging tweaks.
2013-10-08 23:49:24 -07:00
Unknown W. Brackets
a194006aad
Fix crash deleting a never started thread.
...
Fixes #4069 .
2013-10-08 22:39:49 -07:00
Sacha
02e076ec95
Build fixes.
2013-10-09 14:17:48 +10:00
Henrik Rydgard
f8e626b574
Update native with crashfix
2013-10-08 23:13:39 +02:00
Henrik Rydgard
3608ee8233
Update native with android buildfix
2013-10-08 23:06:45 +02:00
Henrik Rydgard
4c2c015774
Expose the experimental "bPrescaleUV" as "Texture Coord Speedhack"
...
It's actually quite beneficial in some games, can substantially reduce
glUniform4fv calls.
Also throw in a second shot at glDrawRangeElements.
2013-10-08 22:59:40 +02:00
Henrik Rydgard
7a0b1e40c6
Update native (making GLES3 features possible on desktop). Minor optimization.
2013-10-08 21:50:43 +02:00
Henrik Rydgard
e08ac100ce
Update native with workaround for #4078 and add some comments
2013-10-08 20:11:01 +02:00
Henrik Rydgård
a0f10d5cdf
Update lang and native (buildfix on linux desktop)
2013-10-08 19:55:56 +02:00
Henrik Rydgård
0a4750909e
Try to avoid unnecessary calls to glEnable/DisableVertexAttribArray
2013-10-08 17:47:47 +02:00
Sacha
a7346e5d59
Buildfix for CMake / Qt
2013-10-09 01:45:37 +10:00
Henrik Rydgård
2558d3bf4b
Merge pull request #4076 from bollu/SaveStateHighlight
...
Highlight save states in use
2013-10-08 08:36:52 -07:00
Henrik Rydgård
43445eb479
Merge pull request #4077 from shenweip/patch-1
...
Don't save the console position when it is minimized.
2013-10-08 08:36:00 -07:00
Henrik Rydgård
4b019bfcbb
Remove '_' from attribute names as Adreno hates them in glBindAttribLocation.
...
Sigh.
Also remove some logging.
2013-10-08 17:26:33 +02:00
Henrik Rydgård
0ecac31abd
Use glBindAttribLocation to simplify shader usage a little.
2013-10-08 17:18:59 +02:00
shenweip
db44c4c478
Don't save the console position when it is minimized.
2013-10-08 22:04:07 +08:00
Siddharth
bb66c442e5
less obnoxious color
2013-10-08 19:22:21 +05:30
Siddharth
4dba847ea4
Uses StickyChoice's Highlight() to highlight save slots in use
2013-10-08 19:08:50 +05:30
Henrik Rydgård
df29da0b13
GLES3: Use glTexStorage2D for (possibly) more efficient texture uploading
2013-10-08 15:00:48 +02:00
Henrik Rydgård
7059efd6b2
Update native (OpenGL ES 3.0 init support for android)
2013-10-08 12:04:36 +02:00
Henrik Rydgård
ef3c947fe3
Add a few pixels of margin around the path in the game browser
2013-10-08 12:04:36 +02:00
Henrik Rydgård
ef2d188a68
Merge pull request #4035 from shenweip/patch-12
...
Implemented sceJpegDecodeMJpegYCbCr and sceJpegMJpegCsc.
2013-10-08 02:52:42 -07:00
Henrik Rydgård
2362640346
Merge pull request #4072 from raven02/patch-25
...
GLES: Add GE_CMD_ZWRITEDISABLE to ZTEST section
2013-10-08 01:53:00 -07:00
Henrik Rydgård
4b8899323d
Merge pull request #4073 from unknownbrackets/debugger
...
Add basic break on texture UI to GE debugger
2013-10-08 01:33:08 -07:00
Henrik Rydgård
0eee21dbc7
Merge pull request #4074 from tpunix/scePauth_support
...
add scePauth support
2013-10-08 01:32:27 -07:00