<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/mesa.git/src, branch arb_sampler_objects</title>
<subtitle>gitlab.freedesktop.org: mesa/mesa.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/'/>
<entry>
<title>mesa: fixup r600 DRI driver for sampler object changes</title>
<updated>2011-04-11T19:26:42+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-04-11T19:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=65b024d63a44464ecf752bec417281109f4bd81e'/>
<id>65b024d63a44464ecf752bec417281109f4bd81e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: plug in new functions for GL_ARB_sampler_objects</title>
<updated>2011-04-10T19:12:49+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-04-10T18:48:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=34a5d3b9f4740601708c82093e2114356d749e65'/>
<id>34a5d3b9f4740601708c82093e2114356d749e65</id>
<content type='text'>
Build the new sources, plug the new functions into the dispatch table,
implement display list support.  And enable extension in the gallium
state tracker.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Build the new sources, plug the new functions into the dispatch table,
implement display list support.  And enable extension in the gallium
state tracker.
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: new code/functions for GL_ARB_sampler_objects</title>
<updated>2011-04-10T19:12:49+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-04-10T18:47:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=f22d49de0f02653bb54aeb6a5f07a56e2cc63f1d'/>
<id>f22d49de0f02653bb54aeb6a5f07a56e2cc63f1d</id>
<content type='text'>
This implements the infrastructure for sampler objects and all the new
API functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implements the infrastructure for sampler objects and all the new
API functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: alloc/free shared sampler objects</title>
<updated>2011-04-10T19:12:49+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-04-10T18:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=6bb4d807f7e80eaf899fd5c34c2c9ff0474eb80e'/>
<id>6bb4d807f7e80eaf899fd5c34c2c9ff0474eb80e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: new driver hooks for GL_ARB_sampler_objects</title>
<updated>2011-04-10T19:12:49+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-04-10T18:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=0308beebc2ac27a51ea5ec7d6d0d748f8e9f8b4d'/>
<id>0308beebc2ac27a51ea5ec7d6d0d748f8e9f8b4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: add glGet for GL_ARB_sampler_objects</title>
<updated>2011-04-10T19:12:49+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-04-10T18:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=aebe16da539cbfaffa08243cecef44e69356fe36'/>
<id>aebe16da539cbfaffa08243cecef44e69356fe36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mesa: move sampler state into new gl_sampler_object type</title>
<updated>2011-04-10T19:12:49+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-04-10T18:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=ecfaab88b2577bd0395bc05d75a036126806a9c4'/>
<id>ecfaab88b2577bd0395bc05d75a036126806a9c4</id>
<content type='text'>
gl_texture_object contains an instance of this type for the regular
texture object sampling state.  glGenSamplers() generates new instances
of gl_sampler_object which can override that state with glBindSampler().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gl_texture_object contains an instance of this type for the regular
texture object sampling state.  glGenSamplers() generates new instances
of gl_sampler_object which can override that state with glBindSampler().
</pre>
</div>
</content>
</entry>
<entry>
<title>glapi: regenerated files for GL_ARB_sampler_objects</title>
<updated>2011-04-10T19:12:49+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-04-10T18:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=1cbd3a1cc734df16610a59dc49cdb42c70dc3270'/>
<id>1cbd3a1cc734df16610a59dc49cdb42c70dc3270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>glapi: interface for GL_ARB_sampler_objects</title>
<updated>2011-04-10T19:12:49+00:00</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-04-10T18:41:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=d40ec9a884757b065410ecfa8dadff2079b27afc'/>
<id>d40ec9a884757b065410ecfa8dadff2079b27afc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>glx: Only remove the glx_display from the list after it's destroyed.</title>
<updated>2011-04-10T16:53:34+00:00</updated>
<author>
<name>Henri Verbeet</name>
<email>hverbeet@gmail.com</email>
</author>
<published>2011-04-07T21:48:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mesa.git/commit/?id=a26121f37530619610a78a5fbe5ef87e44047fda'/>
<id>a26121f37530619610a78a5fbe5ef87e44047fda</id>
<content type='text'>
Signed-off-by: Henri Verbeet &lt;hverbeet@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Henri Verbeet &lt;hverbeet@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
