Hi,

\Mesa6\CVS\src\mesa\main\config.h
-------------------------------------8<-----------------------------
/*
* Color channel component order
*
* \note Changes will almost certainly cause problems at this time.
*/
#define RCOMP 0
#define GCOMP 1
#define BCOMP 2
#define ACOMP 3
-------------------------------------8<-----------------------------
With Mesa5 I  can't change  this order , now I rewrite it as

#define RCOMP 2
#define GCOMP 1
#define BCOMP 0
#define ACOMP 3

and seems that it works. As minimus as in teaport sample. With this redefine now I can change a number of data coping to memcpy or analogous

SY,
EK



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to