This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

multiple instance of texture streams



Team,
To create double instance of texture streaming (Open GL ES) double instance I had to modify two drivers in the omap -SDK 4.05.00-03:
 
1 - 'bufferclass_ti.ko' by increasing the # define DEVICE_COUNT January to February in 'GFX_Linux_KM \ services4 \ 3rdparty \ bufferclass_ti \ bc_cat.c'
 
2 - 'pvrsrvkm.ko' by increasing the # define SYS_DEVICE_COUNT March to April in 'GFX_Linux_KM \ services4 \ system \ omap3630 \ sysinfo.h'
 
For now I have found no side effects, everything seems to work well with texture two streams simultaneously.
But it would be reassuring to know the reasons for this voluntary limitation of the SDK.