Automated Symbian + Meego builds
|
04-28-2013, 03:16 PM
Post: #1
|
|||
|
|||
Automated Symbian + Meego builds
Hey guys.
I have automated Symbian and Meego Harmattan builds now. The builds will pop up on http://qtness.com/ppsspp.html If there's any issue with them I'll try my best to get it fixed ASAP. |
|||
04-28-2013, 03:28 PM
Post: #2
|
|||
|
|||
RE: Automated Symbian + Meego builds
How much time we will need to wait until last version and next?
|
|||
04-28-2013, 04:06 PM
Post: #3
|
|||
|
|||
RE: Automated Symbian + Meego builds
Approx. 500 seconds.
|
|||
04-28-2013, 04:19 PM
Post: #4
|
|||
|
|||
RE: Automated Symbian + Meego builds
Ok thx
|
|||
04-28-2013, 09:50 PM
Post: #5
|
|||
|
|||
RE: Automated Symbian + Meego builds
Oh this is good news thx
|
|||
04-28-2013, 11:02 PM
Post: #6
|
|||
|
|||
RE: Automated Symbian + Meego builds
Hi. What is a "Symbian" and what is a "Meego"? I've never heard of any of these things before. Are something to do with Windows XP/ Windows 7?
|
|||
04-28-2013, 11:44 PM
(This post was last modified: 04-28-2013 11:45 PM by xsacha.)
Post: #7
|
|||
|
|||
RE: Automated Symbian + Meego builds
They are smartphone operating systems made by Nokia.
Meego is a variant of Debian Linux. |
|||
05-10-2013, 11:34 AM
(This post was last modified: 05-10-2013 11:34 AM by xsacha.)
Post: #8
|
|||
|
|||
RE: Automated Symbian + Meego builds
Note:
I'm sorry to say I will be selling my Nokia N9 soon as someone has made a generous offer on it and the phone does nothing but collect dust right now. There seems to be only a handful of people using my Meego Harmattan port compared to the thousands using the Symbian and BB10 one. Also, the GPU (SGX530) of the N9 really isn't fast enough to run PPSSPP games so the emulator isn't much use for that platform. I will continue posting automated builds on my website but after I sell the device I probably won't be able to test if they are working properly. |
|||
05-10-2013, 10:52 PM
(This post was last modified: 05-10-2013 10:52 PM by [Unknown].)
Post: #9
|
|||
|
|||
RE: Automated Symbian + Meego builds
Symbian / other low VRAM devices (Nokia also?) aren't new enough to support GL_COMPRESSED_RGBA8_ETC2_EAC or anything, right? AFAIU etc1 doesn't support alpha, just wondering what the options are (I know you've said they generally have more powerful GPUs.)
-[Unknown] |
|||
05-11-2013, 01:37 AM
(This post was last modified: 05-11-2013 01:37 AM by xsacha.)
Post: #10
|
|||
|
|||
RE: Automated Symbian + Meego builds
(05-10-2013 10:52 PM)[Unknown] Wrote: Symbian / other low VRAM devices (Nokia also?) aren't new enough to support GL_COMPRESSED_RGBA8_ETC2_EAC or anything, right? AFAIU etc1 doesn't support alpha, just wondering what the options are (I know you've said they generally have more powerful GPUs.)Symbian devices support: GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_APPLE_rgb_422 GL_OES_rgb8_rgba8 GL_EXT_texture_format_BGRA8888 |
|||
05-11-2013, 03:19 AM
(This post was last modified: 05-11-2013 03:22 AM by [Unknown].)
Post: #11
|
|||
|
|||
RE: Automated Symbian + Meego builds
Hmm, I think we could use this:
http://www.khronos.org/registry/gles/ext...exture.txt To reduce the VRAM by 75% for the PPGe and UI textures. They're currently 16 bits per texel, and this would allow 4 bits per texel + static 256 bits for the palette. Would probably render slower (maybe?), but I don't think either of those at least are hot. Also I have no clue how to detect support / when we ought to do it (although I'm sure it's doable.) That said, I know Henrik mentioned he was gonna make changes to the font rendering... Edit: unless Symbian just converts them to non-palette textures internally... -[Unknown] |
|||
05-11-2013, 03:21 AM
Post: #12
|
|||
|
|||
RE: Automated Symbian + Meego builds
I think Ector was worried that these actually expand to RGBA on the GPU. Apparently it does that on iPhone.
|
|||
05-11-2013, 03:25 AM
Post: #13
|
|||
|
|||
RE: Automated Symbian + Meego builds
Ah yeah, I just edited with that worry as well. I wonder if there's any way to check?
-[Unknown] |
|||
07-15-2013, 08:36 PM
Post: #14
|
|||
|
|||
RE: Automated Symbian + Meego builds
Hi,
Thank you for building this superb PSP emulator. I just want to let you know that the last PPSSPP build that worked for me was 0.8.1 - 519. I tried the official 0.8.1 for meego but it didn't start on my N9. Thank you, Florian |
|||
07-15-2013, 11:40 PM
(This post was last modified: 07-15-2013 11:53 PM by xsacha.)
Post: #15
|
|||
|
|||
RE: Automated Symbian + Meego builds
(07-15-2013 08:36 PM)cocof2001 Wrote: Hi, So 519 works but 524 doesn't? That means this commit: https://github.com/hrydgard/ppsspp/pull/2723 I can't see anything obvious in there :\ It seems to only be Windows changes. |
|||
« Next Oldest | Next Newest »
|