Search found 1341 matches
- Oct 20, 2011 1:01
- Forum: Tips and Tricks
- Topic: gfx pointer arithmetic
- Replies: 2
- Views: 641
- Oct 18, 2011 16:51
- Forum: Tips and Tricks
- Topic: gfx pointer arithmetic
- Replies: 2
- Views: 641
gfx pointer arithmetic
in all her quirky glory. [Updated] for readability Dim As Integer SCR_W = 480, SCR_H = 360, bpp = 32 Dim As Integer wid,hgt,bypp,pitch ScreenRes SCR_W,SCR_H,bpp ScreenInfo wid,hgt,bpp,bypp,pitch Dim As Integer widm = wid - 1 Dim As Integer hgtm = hgt - 1 Dim As Integer pitchm = pitch - bypp Dim As U...
- Sep 15, 2011 1:14
- Forum: Tips and Tricks
- Topic: Fast polygone and triangle BPP 8,15,16,24,32
- Replies: 15
- Views: 5244
@badidea
check out Richard's post at the bottom
http://www.freebasic.net/forum/viewtopic.php?t=17111
check out Richard's post at the bottom
http://www.freebasic.net/forum/viewtopic.php?t=17111
- Sep 14, 2011 2:09
- Forum: Tips and Tricks
- Topic: Fast polygone and triangle BPP 8,15,16,24,32
- Replies: 15
- Views: 5244
- Sep 06, 2011 7:57
- Forum: General
- Topic: [solved] udt sub, access 'Me' ?
- Replies: 1
- Views: 353
[solved] udt sub, access 'Me' ?
Is there a way I can access 'myself' in a udt sub call?
Sub Toon.Init()
ClassStats Toon.Fire
ClassStats Toon.Water
End Sub
[ thanks fxm ]
Sub Toon.Init()
ClassStats Toon.Fire
ClassStats Toon.Water
End Sub
[ thanks fxm ]
- Sep 02, 2011 12:27
- Forum: Tips and Tricks
- Topic: Replace any recursion by unlimited iteration with own stack
- Replies: 7
- Views: 2165
- Aug 16, 2011 19:57
- Forum: General
- Topic: alpha blending
- Replies: 20
- Views: 2474
- Aug 15, 2011 15:34
- Forum: General
- Topic: alpha blending
- Replies: 20
- Views: 2474
- Aug 14, 2011 22:16
- Forum: General
- Topic: alpha blending
- Replies: 20
- Views: 2474
I made the main loops stop after 100 executions and print out the execution time. On my system both versions are equal in speed (less than 2 % difference, cairo_test.bas was a bit faster in 2 of 3 tests). Interesting. On my machine it shows that Cairo is using around 34% of the cpu while the fbgfx ...
- Aug 14, 2011 19:50
- Forum: General
- Topic: alpha blending
- Replies: 20
- Views: 2474
the cairo version runs slower. I was wondering if you are familiar enough with Cairo to suggest speed improvements. Thanks for the compiler warnings list. They don't appear here, but I get 'suspicious pointer assignment' messages. Yeah I'd like to learn opengl. Relsoft's EasyGL thread suggests "rend...
- Aug 14, 2011 18:54
- Forum: General
- Topic: Advice wanted re sort routines & histogram analysis
- Replies: 12
- Views: 1288
- Aug 14, 2011 18:42
- Forum: Projects
- Topic: Dot Clusters
- Replies: 4
- Views: 1274