Issue 93319 - Wrong color space detected in OpenGL Impress transitions implementation
Summary: Wrong color space detected in OpenGL Impress transitions implementation
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: DEV300m30
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: 3.4.1
Assignee: eric.bachard
QA Contact: issues@porting
URL:
Keywords: aqua
Depends on:
Blocks:
 
Reported: 2008-09-01 09:29 UTC by eric.bachard
Modified: 2017-05-20 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description eric.bachard 2008-09-01 09:29:00 UTC
Mac OS X / Intel ( both Leopard and Tiger )

REturned values :

rendering::ColorSpaceType:: 2 ( if RGB, returns 2 ) 
GL_VERSION 1.2 or 1.3 detected
nNumComponents = 4 
nBitsPerPixel = 32 
nComponentOrderIndex = 0 

-> lcl_ARGB32[]  is used as OpenGLFormat, what is not correct, because lcl_RGB24 is used on Mac OS X 
Intel ( lcl_RGB32 untested, might work )
Comment 1 eric.bachard 2008-09-01 09:30:05 UTC
Reassigning to me. Taking over

Comment 2 eric.bachard 2008-09-01 09:30:35 UTC
Setting keyword
Comment 3 eric.bachard 2008-10-27 22:32:08 UTC
Reassigning to me
Comment 4 eric.bachard 2009-03-28 18:51:40 UTC
Issue fixed in ogltrans4mac.

A similar issue was Fixed by Thorsten Behrens since cairo is used : was caused by bad type for the color 
space values (in cairo canvashelper)
Comment 5 eric.bachard 2009-03-28 18:53:00 UTC
Setting a correct target
Comment 6 thorsten.ziehm 2010-09-23 10:36:16 UTC
The corresponding CWS "ogltrans4mac" is on target OOo 3.4. Therefore I change
this issue to this target accordingly.