Monday, March 20, 2017

ImageMagick Android 0.1

- for all platforms;
- MagickCore lib;
https://github.com/ayaromenok/Android_ImageMagick7/releases/tag/v0.1.7052

Monday, March 13, 2017

Saturday, January 14, 2012

BB PlayBook

QNX based tablet.
RiM make a Qt4 port to this device - GL ES2 test in action :)

Thursday, January 12, 2012

Mesa/OpenGL ES on X11

don't even know, why before I wasn't build it correctly ;)
but now it is :)

Wednesday, November 23, 2011

QT4 for android - OpenGL & Mobility API

finally works!
GL ES2 Example(only via full-screen) and some QtMobility API's, like sensors and location

Sunday, October 23, 2011

Area Correlation Library performance test (arecorlib - p2)

research (correct, but but not optimized yet) code for area correlation in image processing, implemented on C++(with Qt4).
- int32 and double types used
- Qt4 types for images used

AMD K10 (2.8GHz) - 810-920ms
ARM Cortex -A8(550MHz) - 8919 - 15850ms

Sunday, July 17, 2011

Unbiased render & GPU

it's time:

first was LuxRender

- 0.8 support a GPU (under Linux - AMD Radeon)

- ~2.5 times for AMD Athlon X4 (2.7GHz) vs NVidia GeForce GT460


Indigo since 3.0 also support GPU

- CPU: 103025.85289 samples / second (9.70630 micro-seconds / sample)

- CPU+GPU: 225543.72788 samples / second (4.43373 micro-seconds / sample)

also a bit more than 2 times speedup for such hardware


only Maxwell render not support GPU (yet, I guess)

Sunday, February 27, 2011

Monday, November 8, 2010

Ext4 under Windows

https://sourceforge.net/projects/ext2read/
(latest version already support Ext4 for read)
PS. issues with 1.5GB+ files

Wednesday, January 14, 2009

Mesa 7.3 RC1 @ N800


2.6fps in gears in full-screen.
w/o DSP optimization, but at least - it works on real device.

Wednesday, January 7, 2009

Nokia N8x0 and h/w OpenGL ES

OpenGL EX 1.x accelerator is not connected to screen due to very high screen resolution of screen (i.e. 800x480x16bit) - 768kB only for sigle framebuffer.
upcomming Maemo 5.0/new TI hardware will have a bigger memory for GL accelerator and will have native OGL ES support from scratch.

Monday, June 16, 2008

NEdit - a classical text editor for X11 is working as well as Lesstif - a free implementation of Motif.

and for Mesa - glut, glsl is working as well

mesa deps


- libdrm-dev (bin+dev)
- x11proto-gl-dev (dev)
- x11proto-xf86vidmode-dev (dev)
- libxxf86vm-dev (bin+dev)
- lesstif2-dev(bin+dev)
in mesa sources:
debian/rules:67 - change cp -t to cp --target-directory due to limitation of busybox cp (or install complete cp command)

maemo/x86 is OK for now, but maemo/armel had internal compiler error in SGI/GLU (NURBS) tessellation code.
I just comment this code - probably, the good solution is to use Mesa/GLU (or not use NURBS)

upd: glxgears on maemo/armel demo is working!

Sunday, June 15, 2008

OpenGL & Maemo (Nokia N8x0, x86 emul for now)

GLXGears inside of Maemo x86 emulator.
Next step - to make arm packages of Mesa.

- add glut and OSG;
- check Nokia N8x0 hardware - it contains a OpenGL 1.x accelerator, but no any drivers;

Monday, March 10, 2008

let's go

first post to google blog.
probably, it's better place, compared with livejournal.