<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">

	<channel>
	  <!-- main channel info -->
        <title>Proxy mode using GL_EXT_blend_color </title>
        <link>http://nendowingsmirai.yuku.com/topic/7775/Proxy-mode-using-GLEXTblendcolor</link>
        <description>
        <![CDATA[ I am in way over my head in trying to play with this but I am trying it anyway. I am trying to change from ARB_imaging to GL_EXT_blend_color in wings_proxy.erl. After getting some errors about undefined macros, I discovered that inside of esdl-1.0.1\api_gen\gldefs is a list of (I assume) macros. There is already a list for GL_EXT_blend_color in the gldefs file. Using the names in this list got rid of the undefined macro errors. The code below will compile but when I use Shift Tab followed by... ]]>
        </description>

		<!-- optional elements -->
		<language>en-us</language>
		<copyright>Copyright 2011, Yuku</copyright>
		<managingEditor>feeds@yuku.com (FeedMaster)</managingEditor>
		<webMaster>webmaster@yuku.com (WebMaster)</webMaster>
		<!-- note: dates need to be RFC 822 formated "Sat, 07 Sep 2002 00:00:01 GMT" -->
		<pubDate>Mon, 06 Feb 2012 06:38:30 GMT</pubDate>
		<lastBuildDate>Sat, 25 Feb 2012 15:57:24 GMT</lastBuildDate>
		<generator>Kickapps Feeds 1.0</generator>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<ttl>60</ttl>

		<rating>
		{pics-1.1 &quot;http://www.icra.org/ratingsv02.html&quot; l gen true for &quot;http://yuku.com&quot; r (nz 1 vz 1 lz 1 oz 1 cz 1 ) &quot;http://www.rsac.org/ratingsv01.html&quot; l gen true for &quot;http://yuku.com&quot; r (n 0 s 0 v 0 l 0 ))
		</rating>
		<textInput>
			<title>Search</title>
			<description>Search Domain</description>
			<name>q</name>
			<link>http://yuku.com/search/direct/</link>
		</textInput>
		<!-- skip
		<skipHours>
			<hour>23</hour>
		</skipHours>
		<skipDays>
			<day>Monday</day>
			<day>Wednesday</day>
			<day>Friday</day>
		</skipDays>-->
		<!-- extensions -->


		<!-- channel items -->
		<!-- descriptions should be shorter than 500 char to be polite -->
		<!-- html shoud be stripped or escaped -->
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51624/Proxy-mode-using-GLEXTblendcolor#reply-51624</link>
			<description><![CDATA[ I was thinking that {1,4} was a separate test = Test to see if OpenGL 1.4 is present. PC with a OpenGL 1.4 card would get "true".(Maybe the "is_ext" function does not work this way??? If I change {1,4} to {5,4} or any other set of numbers and include GL_E...<br /><a href="http://nendowingsmirai.yuku.com/reply/51624/Proxy-mode-using-GLEXTblendcolor#reply-51624">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (oort)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51624</guid>
			<pubDate>Sat, 25 Feb 2012 15:57:23 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51623/Proxy-mode-using-GLEXTblendcolor#reply-51623</link>
			<description><![CDATA[ &lt;&lt; Why are you thinking it needs to be like this?  ({1,4}, ['GL_ARB_imaging', 
'GL_EXT_blend_color']).Are you thinking that GL_EXT_blend_color is part of GL_ARB_imaging? &gt;&gt;No. You are right in what you said.You had suggested in the post#23: "...<br /><a href="http://nendowingsmirai.yuku.com/reply/51623/Proxy-mode-using-GLEXTblendcolor#reply-51623">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Micheus)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51623</guid>
			<pubDate>Sat, 25 Feb 2012 13:43:28 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51618/Proxy-mode-using-GLEXTblendcolor#reply-51618</link>
			<description><![CDATA[ Micheus,Yes your version of the code is much better. The difference between a coder and a hacker.... Why are you thinking it needs to be like this?  ({1,4}, ['GL_ARB_imaging', 
'GL_EXT_blend_color']).Are you thinking that GL_EXT_blend_color is part of GL...<br /><a href="http://nendowingsmirai.yuku.com/reply/51618/Proxy-mode-using-GLEXTblendcolor#reply-51618">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (oort)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51618</guid>
			<pubDate>Fri, 24 Feb 2012 19:02:21 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51617/Proxy-mode-using-GLEXTblendcolor#reply-51617</link>
			<description><![CDATA[ &lt;&lt; I was thinking that ({1,4}, 'GL_ARB_imaging') required that both be true
 but apparently only one statement has to be true to get a "true". &gt;&gt;Exactly.&lt;&lt;If by some miracle GL_EXT_blend_color can be made to work, I think 
we could jus...<br /><a href="http://nendowingsmirai.yuku.com/reply/51617/Proxy-mode-using-GLEXTblendcolor#reply-51617">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Micheus)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51617</guid>
			<pubDate>Fri, 24 Feb 2012 16:17:29 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51616/Proxy-mode-using-GLEXTblendcolor#reply-51616</link>
			<description><![CDATA[ I forgot to respond to your information line text. I like it but maybe adjust it to read " Opacity Settings will work like a switch because your version of OpenGL doesn't support GL_ARB_imaging."oortEdit:I was thinking that ({1,4}, 'GL_ARB_imaging') requi...<br /><a href="http://nendowingsmirai.yuku.com/reply/51616/Proxy-mode-using-GLEXTblendcolor#reply-51616">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (oort)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51616</guid>
			<pubDate>Fri, 24 Feb 2012 04:05:48 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51615/Proxy-mode-using-GLEXTblendcolor#reply-51615</link>
			<description><![CDATA[ Now I know what the {1,2} in the code -&nbsp; Flags = case wings_gl:is_ext({1,2}, 'GL_ARB_imaging') does... I tried the code change listed in your last post. I am still getting the same crash (see below) that I posted in the #2 post of this thread. Despit...<br /><a href="http://nendowingsmirai.yuku.com/reply/51615/Proxy-mode-using-GLEXTblendcolor#reply-51615">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (oort)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51615</guid>
			<pubDate>Thu, 23 Feb 2012 15:24:54 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51614/Proxy-mode-using-GLEXTblendcolor#reply-51614</link>
			<description><![CDATA[ By checking in the OpenGL 1.2.1 documentation I found:"BlendFunc
 arguments CONSTANT COLOR, ONE MINUS CONSTANT, COLORGL_CONSTANT_ALPHA 
and ONE_MINUS_CONSTANT_ALPHA are imaging subset features, and are only 
allowed when the imaging subset is provided....<br /><a href="http://nendowingsmirai.yuku.com/reply/51614/Proxy-mode-using-GLEXTblendcolor#reply-51614">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Micheus)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51614</guid>
			<pubDate>Thu, 23 Feb 2012 07:09:14 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51613/Proxy-mode-using-GLEXTblendcolor#reply-51613</link>
			<description><![CDATA[ &lt;&lt; By the fixed version of wings I assume your fixed version and not the code listed in my last post. &gt;&gt;Yes.I verify the code (the original) and I saw that those sliders are enabled only if OpenGL 1.2 or greater and GL_ARB_imaging extension is...<br /><a href="http://nendowingsmirai.yuku.com/reply/51613/Proxy-mode-using-GLEXTblendcolor#reply-51613">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Micheus)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51613</guid>
			<pubDate>Thu, 23 Feb 2012 03:43:58 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51611/Proxy-mode-using-GLEXTblendcolor#reply-51611</link>
			<description><![CDATA[ By the fixed version of wings I assume your fixed version and not the code listed in my last post. You saying the sliders are disabled makes me worry that you are using the code exactly as I posted it. Hopefully this is not the case. If you already have a...<br /><a href="http://nendowingsmirai.yuku.com/reply/51611/Proxy-mode-using-GLEXTblendcolor#reply-51611">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (oort)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51611</guid>
			<pubDate>Wed, 22 Feb 2012 22:15:46 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51609/Proxy-mode-using-GLEXTblendcolor#reply-51609</link>
			<description><![CDATA[ &lt;&lt; Maybe you can come up with some better information line statement? &gt;&gt;Yes. I also think that we will have to leave this clear there.Just for test, today I decided to run Wings inside of VirtualBox - I have a virtual machine for WinXP 32 - ho...<br /><a href="http://nendowingsmirai.yuku.com/reply/51609/Proxy-mode-using-GLEXTblendcolor#reply-51609">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Micheus)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51609</guid>
			<pubDate>Wed, 22 Feb 2012 20:25:22 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51608/Proxy-mode-using-GLEXTblendcolor#reply-51608</link>
			<description><![CDATA[ You are probably right. Test for GL_ARB_imaging ... if that fails test for OpenGL 1.4... if that fails use the method that hopefully works for all other cards with the Moving/Stationary Opacity missing. Maybe have the info about this in the information li...<br /><a href="http://nendowingsmirai.yuku.com/reply/51608/Proxy-mode-using-GLEXTblendcolor#reply-51608">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (oort)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51608</guid>
			<pubDate>Wed, 22 Feb 2012 18:10:01 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51606/Proxy-mode-using-GLEXTblendcolor#reply-51606</link>
			<description><![CDATA[ &lt;&lt;Then add the code that partly works for me to help people who do not 
have OpenGL 1.4 (false result). This will get rid of the obscure 
GL_ARB_imaging (imaging subset) that is currently in the code.&gt;&gt;Should we add a test looking for OpenGL...<br /><a href="http://nendowingsmirai.yuku.com/reply/51606/Proxy-mode-using-GLEXTblendcolor#reply-51606">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Micheus)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51606</guid>
			<pubDate>Wed, 22 Feb 2012 16:08:21 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51603/Proxy-mode-using-GLEXTblendcolor#reply-51603</link>
			<description><![CDATA[ Micheus,I think you are right. Is it possible to change the else statement so that it tests for OpenGL 1.4 instead of GL_ARB_imaging (Current code) and GL_EXT_blend_color (Current fix for you). That way anyone with a card that supports the minimum of Open...<br /><a href="http://nendowingsmirai.yuku.com/reply/51603/Proxy-mode-using-GLEXTblendcolor#reply-51603">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (oort)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51603</guid>
			<pubDate>Wed, 22 Feb 2012 14:52:20 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51600/Proxy-mode-using-GLEXTblendcolor#reply-51600</link>
			<description><![CDATA[ oort, I did some tests with many variations of parameters without success (as spected). I think we never will get it working without to use the GL_CONSTANT_ALPHA and GL_ONE_MINUS_CONSTANT_ALPHA parameters.You already should be noticed that its math in glB...<br /><a href="http://nendowingsmirai.yuku.com/reply/51600/Proxy-mode-using-GLEXTblendcolor#reply-51600">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Micheus)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51600</guid>
			<pubDate>Wed, 22 Feb 2012 07:44:24 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51599/Proxy-mode-using-GLEXTblendcolor#reply-51599</link>
			<description><![CDATA[ I tried again tonight to get this working with the CONSTANT functions and gl:blendColor. I didn't get it to work but I came up with some cleaner code. This doesn't crash but the Preferences &gt; Misc &gt;Proxymode &gt; Moving and Stationary Opacity settin...<br /><a href="http://nendowingsmirai.yuku.com/reply/51599/Proxy-mode-using-GLEXTblendcolor#reply-51599">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (oort)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51599</guid>
			<pubDate>Wed, 22 Feb 2012 04:23:50 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51569/Proxy-mode-using-GLEXTblendcolor#reply-51569</link>
			<description><![CDATA[ I will try just changing the case statement. I thought I was getting compile errors when I did that but I have tried so many things it is hard to remember for sure... Edit: Did a quick check... It compiles fine and opacity works when I hit Shift+Tab. Howe...<br /><a href="http://nendowingsmirai.yuku.com/reply/51569/Proxy-mode-using-GLEXTblendcolor#reply-51569">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (oort)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51569</guid>
			<pubDate>Sat, 18 Feb 2012 15:49:52 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51563/Proxy-mode-using-GLEXTblendcolor#reply-51563</link>
			<description><![CDATA[ In that PC with Intel G33/31 video card, the only necessary change to wings_proxy.erl was that in the case clause. Then I got the transparency working exactly like it works on my home PC (with GTX 560Ti).If I add those lines inside of case statement as yo...<br /><a href="http://nendowingsmirai.yuku.com/reply/51563/Proxy-mode-using-GLEXTblendcolor#reply-51563">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (Micheus)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51563</guid>
			<pubDate>Sat, 18 Feb 2012 00:12:50 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51543/Proxy-mode-using-GLEXTblendcolor#reply-51543</link>
			<description><![CDATA[ Here is the code I am using to get Proxy Mode Material Opacity when moving verts, while using GL_EXT_blend_color. It probably needs more work but I thought I would post my progress so far. Also, if there is a fear that there may be some that do not have s...<br /><a href="http://nendowingsmirai.yuku.com/reply/51543/Proxy-mode-using-GLEXTblendcolor#reply-51543">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (oort)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51543</guid>
			<pubDate>Fri, 17 Feb 2012 06:46:31 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51511/Proxy-mode-using-GLEXTblendcolor#reply-51511</link>
			<description><![CDATA[ I found out that it was the "gl:blendColor(0, 0, 0, Opacity)" in the code that was causing the Shift Tab &gt; Tab crashes. If blendFunc is part of the core it looks like blendColor is not. That part doesn't seem to work without ARB_imaging. I copied some ...<br /><a href="http://nendowingsmirai.yuku.com/reply/51511/Proxy-mode-using-GLEXTblendcolor#reply-51511">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (oort)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51511</guid>
			<pubDate>Wed, 15 Feb 2012 07:04:05 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Re: Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/reply/51459/Proxy-mode-using-GLEXTblendcolor#reply-51459</link>
			<description><![CDATA[ The erlang name of 'C' glBlendFunc is gl:blendFunc(..).

Also all gl functionality have been ripped out of esdl and replaced with the functionaliy in erlang/lib/wx/src/gl 

Otherwise I had to maintain two versions of opengl, and that was just to borin...<br /><a href="http://nendowingsmirai.yuku.com/reply/51459/Proxy-mode-using-GLEXTblendcolor#reply-51459">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (dgud)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/reply/51459</guid>
			<pubDate>Fri, 10 Feb 2012 14:37:37 PST</pubDate>
			<!-- extensions -->

		</item>
		<item>
			<title><![CDATA[ Proxy mode using GL_EXT_blend_color  ]]></title>
			<link>http://nendowingsmirai.yuku.com/topic/7775/Proxy-mode-using-GLEXTblendcolor</link>
			<description><![CDATA[ I am in way over my head in trying to play with this but I am trying it anyway. I am trying to change from ARB_imaging to GL_EXT_blend_color in wings_proxy.erl. After getting some errors about undefined macros, I discovered that inside of esdl-1.0.1\api_g...<br /><a href="http://nendowingsmirai.yuku.com/topic/7775/Proxy-mode-using-GLEXTblendcolor">Read More</a> ]]></description>

			<!-- optional elements -->
			<author>feeds@yuku.com (oort)</author>
			<guid isPermaLink="true">http://nendowingsmirai.yuku.com/topic/7775</guid>
			<pubDate>Mon, 06 Feb 2012 06:38:30 PST</pubDate>
			<!-- extensions -->

		</item>
    <!-- end items -->

  </channel>
</rss>
