Search found 80 matches

by Hans-Joerg Frieden
Wed Apr 10, 2013 3:18 pm
Forum: General AmigaOS
Topic: Warpos support
Replies: 9
Views: 8090

Re: Warpos support

Let me re-iterate: WarpOS support is currently not a priority. There is nothing else to say about it.
by Hans-Joerg Frieden
Wed Feb 20, 2013 12:29 pm
Forum: General Developer Support
Topic: MiniGL glCopyPixels bug ?
Replies: 6
Views: 3890

Re: MiniGL glCopyPixels bug ?

EDIT : Just seen that glTranslatef() modify glRasterPos ... so, if I use glTranslatef( 0.0f, 0.0f, 0.0f ) it should replace glRasterPos2i ( 0, 0 ) exactly on the bottom left corner. Right ? glTranslatef (0.0f, 0.0f, 0.0f) is a no-op. Values specified with glTranslate are relative, not absolute. Thi...
by Hans-Joerg Frieden
Tue Feb 19, 2013 1:35 pm
Forum: General Developer Support
Topic: MiniGL glCopyPixels bug ?
Replies: 6
Views: 3890

Re: MiniGL glCopyPixels bug ?

One more question, does default MODELVIEW matrix (without changes) may change the glRasterPos ? IIRC, the default matrix for both stacks are Identity, but to be sure, you should simply load one. I use gluOrtho2D to create the 2D view system. Does this interact too ? That's a yes. glRasterPos is tra...
by Hans-Joerg Frieden
Mon Feb 18, 2013 1:21 pm
Forum: General AmigaOS
Topic: W3D_Picasso96_lib_release 53.10 And Intuition Lib release 53
Replies: 12
Views: 4263

Re: W3D_Picasso96_lib_release 53.10 And Intuition Lib releas

Spectre660 wrote:Thanks again and keep up the good work.
Nice Avatar picture, by the way ^^
by Hans-Joerg Frieden
Mon Feb 18, 2013 1:19 pm
Forum: General Developer Support
Topic: MiniGL glCopyPixels bug ?
Replies: 6
Views: 3890

Re: MiniGL glCopyPixels bug ?

Do you have a MODELVIEW matrix loaded? The glRasterPos is subject to transformation, so a MODELVIEW matrix might influence it.
by Hans-Joerg Frieden
Mon Feb 04, 2013 10:55 pm
Forum: General Developer Support
Topic: MiniGL and glTexEnvi/f() parameters
Replies: 2
Views: 2586

Re: MiniGL and glTexEnvi/f() parameters

You need to set the TEXTURE_ENV_MODE to GL_COMBINE, and then set the GL_COMBINE_RGB and GL_COMBINE_ALPHA to the combiner functions you want. GL_TEXTURE_ENV_COMBINE can only take the values MODULATE, DECAL, BLEND, REPLACE or COMBINE. If you set it to COMBINE, it will be able to use the GL_COMBINE_RGB...
by Hans-Joerg Frieden
Tue Jan 29, 2013 11:54 am
Forum: SDK Support
Topic: Wrong typecast in GetApplicationAttrs() autodoc?
Replies: 3
Views: 5629

Re: Wrong typecast in GetApplicationAttrs() autodoc?

The typecasting is pretty much irrelevant, that's true. However, Trixie has a point here, it's bad style because it will produce code that is not 64 bit clean. Not that we run on any 64 bit target, but then, there is no need to artificially create these issues :)
by Hans-Joerg Frieden
Tue Jan 29, 2013 11:51 am
Forum: SDK Support
Topic: Interfaces: correct way of using Clone() method
Replies: 2
Views: 5385

Re: Interfaces: correct way of using Clone() method

What the Clone() method should do in his implementation? How should be obtained or released a cloned interface? What centaurz said. Also, here's an example Clone() implementation I use in Gallium: struct Interface * _EGL_Clone(struct EGLIFace *Self) { uint32 size = Self->Data.PositiveSize + Self->D...
by Hans-Joerg Frieden
Sun Jan 27, 2013 4:14 pm
Forum: General Developer Support
Topic: Documentation for Python-based Installer
Replies: 2
Views: 2034

Re: Documentation for Python-based Installer

I'm looking for any documentation that might exist on the Python-based installation utility that is native with OS4.1, specifically, I'd like to be able to specify different destinations for different packages of software. I'm also interested in what 'pages' are available by default beyond WELCOME,...
by Hans-Joerg Frieden
Sat Jan 19, 2013 1:16 am
Forum: Platform: AmigaOne X1000
Topic: Why very long boot when network wire disconnected ?
Replies: 6
Views: 6119

Re: Why very long boot when network wire disconnected ?

zzd10h wrote:And is somebody knows why it's different that on a Pegasos2 ?
Just a wild guess, but do you have a time server entered in your time preferences? I recently got a similar problem, and it turned out it was the time server that was unreachable.