Search found 33 matches

by androvsky
Fri Dec 14, 2007 5:07 pm
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 246092

Pardon my quick, unresearched answer, but isn't there an option to make mythtv use mplayer for all video playback instead of the built-in player?
by androvsky
Sat Dec 01, 2007 4:52 am
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 772893

androvsky, PC needs high level interfaces like OpenGL. And OpenGL drivers from NVidia are very stable and well supported. Of course, you can run something like nv40_demo by Nouveau team on your NV40 : http://nouveau.cvs.sourceforge.net/nouveau/nv40_demo/ But you will not be able to ship your produc...
by androvsky
Fri Nov 30, 2007 9:02 am
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 772893

Re: OpenGL perspective

int fd, size; void *file = map_file( "../../data/troll.dxt1", &fd, &size ); if( size && file ) { texture_desc_t *desc = file; memcpy( fbmem + tx_offset, sizeof( *desc ) + (uint8_t *)file, desc...