The Following User Says Thank You to javispedro For This Useful Post: | ||
![]() |
2010-04-12
, 17:08
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#72
|
![]() |
2010-04-12
, 18:10
|
|
Posts: 2,361 |
Thanked: 3,746 times |
Joined on Dec 2007
@ Berlin - Love this city!!
|
#73
|
![]() |
2010-04-12
, 18:30
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#74
|
Btw, call SDL_GLES_Quit() (~ equivalent to eglTerminate()) before SDL_Quit(). The N8x0 leaks _a lot_ without such a call, but the N900 EGL driver seems to be more robust in this regard (so this won't improve the N900 situation).
![]() |
2010-04-12
, 18:36
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#75
|
Finally, what score should I get in baloons? I pop quite a bit and get failed.
![]() |
2010-04-12
, 22:42
|
Posts: 25 |
Thanked: 62 times |
Joined on Mar 2010
|
#76
|
The Following User Says Thank You to hudzilla For This Useful Post: | ||
![]() |
2010-04-12
, 23:46
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#77
|
What exactly is making the file so big - is it repeating itself? Is it whitespace?
$ zcat .brainparty.gz|sort|uniq -c|sort -n [...] 4 2146 6 0 8 2267 16 2217 32 2200 64 1617 128 2082 128 2211 256 1921 256 2108 512 2052 1024 2034 2048 1948 2048 2223 2048 2250 4096 2007 8192 1962 16384 2381 32768 1964 32768 2077 65536 2070 131072 1819 131072 2176 262400 2280 524288 1765 1048576 2035
![]() |
2010-04-13
, 05:39
|
Posts: 287 |
Thanked: 165 times |
Joined on Oct 2009
@ The Netherlands
|
#78
|
![]() |
2010-04-13
, 10:18
|
Posts: 25 |
Thanked: 62 times |
Joined on Mar 2010
|
#79
|
![]() |
2010-04-13
, 10:27
|
Posts: 162 |
Thanked: 79 times |
Joined on Jan 2010
@ Finland
|
#80
|
Btw, call SDL_GLES_Quit() (~ equivalent to eglTerminate()) before SDL_Quit(). The N8x0 leaks _a lot_ without such a call, but the N900 EGL driver seems to be more robust in this regard (so this won't improve the N900 situation).
Last edited by javispedro; 2010-04-12 at 15:21.