Welcome, Guest. Please login or register.

Author Topic: A-EON Technology secures graphic card support for AmigaOS 4  (Read 33092 times)

Description:

0 Members and 6 Guests are viewing this topic.

Offline woof

  • Jr. Member
  • **
  • Join Date: Feb 2003
  • Posts: 94
    • Show all replies
    • http://uae.is.free.fr
>Given that Hans .. use ... compositing system in 4.1 to implement a 3D textured demo ... he won't be able to implement some form of video surface implementation?

Using compositing for scaling/filtering/rotating a square texture (a bitmap) is easy...
The only problem is that compositing dont support YUV directly... So it will remain the YUV to RGB conversion

Alain Thellier
 

Offline woof

  • Jr. Member
  • **
  • Join Date: Feb 2003
  • Posts: 94
    • Show all replies
    • http://uae.is.free.fr
Re: A-EON Technology secures graphic card support for AmigaOS 4
« Reply #1 on: June 26, 2012, 04:05:11 PM »
> I was implying that he isn't lacking the necessary expertise to implement a feature such as video surfaces.
Perhaps yes , perhaps no : only Hans knows

Perhaps compiling such an YUV to RGB altivec code may help us ??!??
http://svn.annodex.net/liboggplay/trunk/src/liboggplay/oggplay_yuv2rgb_altivec.c

then display/resize the RGB buffer (=bitmap) with Compositing


Alain Thellier