<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>antialias</title>
		<link>http://www.allegro.cc/forums/view/610416</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Wed, 13 Jun 2012 23:59:00 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p> How do I achieve antialias with allegro 5.0</p><p>Thanks,
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (superstar4410)</author>
		<pubDate>Tue, 12 Jun 2012 19:51:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="source-code snippet"><div class="inner"><pre><a href="http://www.allegro.cc/manual/al_set_new_display_option"><span class="a">al_set_new_display_option</span></a><span class="k2">(</span>ALLEGRO_SAMPLE_BUFFERS, <span class="n">1</span>, ALLEGRO_REQUIRE<span class="k2">)</span><span class="k2">;</span> <span class="c">/* Make this a ALLEGRO_SUGGEST if you don't want it to fail if your GPU doesn't support multisampling */</span>
<a href="http://www.allegro.cc/manual/al_set_new_display_option"><span class="a">al_set_new_display_option</span></a><span class="k2">(</span>ALLEGRO_SAMPLES, <span class="n">4</span>, ALLEGRO_SUGGEST<span class="k2">)</span><span class="k2">;</span>
</pre></div></div><p>
before creating the display.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (SiegeLord)</author>
		<pubDate>Tue, 12 Jun 2012 23:35:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>You may also want to do this before loading your bitmaps:</p><p><span class="source-code"><a href="http://www.allegro.cc/manual/al_set_new_bitmap_flags"><span class="a">al_set_new_bitmap_flags</span></a><span class="k2">(</span>ALLEGRO_MIN_LINEAR <span class="k3">|</span> ALLEGRO_MAG_LINEAR<span class="k2">)</span><span class="k2">;</span></span>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Todd Cope)</author>
		<pubDate>Tue, 12 Jun 2012 23:52:39 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>

Cool thanks, and what do you mean by allegro_suggest, how do I do it that way, thanks.</p><p>Did allegro 4 have antialias, i&#39;m learning about soo many cool things about allegro 5</p><p>-WNL</p><p>[EDIT]</p><p>I see what you mean by allegro suggest, nvrmnd
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (superstar4410)</author>
		<pubDate>Wed, 13 Jun 2012 01:22:51 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>His next line has the ALLEGRO_SUGGEST. Just have the first line but switch the last argument.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Felix-The-Ghost)</author>
		<pubDate>Wed, 13 Jun 2012 01:29:36 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m not sure if its working, when I call allegro_suggest using both functions above, the program dosent start, it fails(no errors) to create the display window.</p><p>I am calling it before display is created. When I call allegro_require on both functions it creates the display window but i&#39;m not sure if its actually working, i&#39;m trying to see now if I can notice a difference with it on and off.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (superstar4410)</author>
		<pubDate>Wed, 13 Jun 2012 01:36:47 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I there antialiassing options for allegro 4.4?</p><p>Does it applies only to ttf and text, or can it also be used for bitmaps?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (larienna)</author>
		<pubDate>Wed, 13 Jun 2012 05:00:33 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Some TTF add-ons for Allegro 4 support anti-aliasing. There are also add-ons to handle anti-aliased bitmap drawing. You can find these in the <a href="http://www.allegro.cc/resource/Libraries">Libraries</a> section of this site.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Todd Cope)</author>
		<pubDate>Wed, 13 Jun 2012 07:57:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Are you saying this antialias in 5.0.6 is only for text?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (superstar4410)</author>
		<pubDate>Wed, 13 Jun 2012 08:08:48 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>No. larienna asked about anti-aliasing with Allegro 4. In A5, anti-aliasing affects everything if you have it enabled.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Todd Cope)</author>
		<pubDate>Wed, 13 Jun 2012 10:18:36 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>
I&#39;m thinking maybe my lenovo laptop does not support msaa. But I tried the game on my desktop which I know supports msaa  because I&#39;ve played MW2 on it with AA settings and I&#39;ve played Crysis on my desktop with AA on. It fails to create the display also when I run it on my desktop, nothing happen I double click the exe.</p><p>Any ideas?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (superstar4410)</author>
		<pubDate>Wed, 13 Jun 2012 23:59:00 +0000</pubDate>
	</item>
</rss>
