<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;">I I would like to have a small contribution in this project, so I look into the 2.8 branches and try to</span></p>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;">
make some change with the new immediate API.</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;">
I would like to now how to report bugs.</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;">
For eg I find one small I think.</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;">
In immediate.c</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;">
<pre style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px;"><span style="color: rgb(128, 128, 0);">void</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">immUniformColor4ubv</span><span style="color: rgb(0, 0, 0);">(</span><span style="color: rgb(128, 128, 0);">const</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(128, 128, 0);">unsigned</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(128, 128, 0);">char</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">rgba</span><span style="color: rgb(0, 0, 0);">[</span><span style="color: rgb(0, 0, 128);">4</span><span style="color: rgb(0, 0, 0);">])</span></pre>
<pre style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px;"><span style="color: rgb(192, 192, 192);">        </span><span style="color: rgb(0, 0, 0);">{</span></pre>
<pre style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px;"><span style="color: rgb(192, 192, 192);">        </span><span style="color: rgb(128, 128, 0);">const</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(128, 128, 0);">float</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">scale</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 128);">1.0f</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">/</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 128);">255.0f</span><span style="color: rgb(0, 0, 0);">;</span></pre>
<pre style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px;"><span style="color: rgb(192, 192, 192);">        </span><span style="color: rgb(0, 0, 0);">immUniform4f</span><span style="color: rgb(0, 0, 0);">(</span><span style="color: rgb(0, 128, 0);">&quot;color&quot;</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">scale</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">*</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">rgba</span><span style="color: rgb(0, 0, 0);">[</span><span style="color: rgb(0, 0, 128);">0</span><span style="color: rgb(0, 0, 0);">],</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">scale</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">*</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">rgba</span><span style="color: rgb(0, 0, 0);">[</span><span style="color: rgb(0, 0, 128);">1</span><span style="color: rgb(0, 0, 0);">],</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">scale</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">*</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">rgba</span><span style="color: rgb(0, 0, 0);">[</span><span style="color: rgb(0, 0, 128);">2</span><span style="color: rgb(0, 0, 0);">],</span><span style="color: rgb(192, 192, 192);"> </span><span style="color: rgb(0, 0, 0);">rgba</span><span style="color: rgb(0, 0, 0);">[</span><span style="color: rgb(0, 0, 128);">3</span><span style="color: rgb(0, 0, 0);">]);</span></pre>
<pre style="white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px;"><span style="color: rgb(192, 192, 192);">        </span><span style="color: rgb(0, 0, 0);">}</span></pre>
</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;">
the alpha channel have to be scaled too. no?</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;">
<br>
</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;">
So I don't want to disturbe this mailing list more whith this report or question, should I contact directly the developper or there is another way?</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;">
Thanks and sorry again for the noise.</div>
<br>
<p></p>
</div>
</body>
</html>