<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/vbo, branch r300</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=r300</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=r300'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/'/>
<updated>2011-06-17T14:24:44Z</updated>
<entry>
<title>Merge cleanups for delivery</title>
<updated>2011-06-17T14:24:44Z</updated>
<author>
<name>PFO</name>
<email>pfolinux@rdi-linux</email>
</author>
<published>2011-06-17T14:07:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=06543d0bbd13f804a6c49f4978a65288211eeebc'/>
<id>urn:sha1:06543d0bbd13f804a6c49f4978a65288211eeebc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>radeon/r300: code cleanup</title>
<updated>2011-06-17T14:01:06Z</updated>
<author>
<name>PFO</name>
<email>pfolinux@rdi-linux</email>
</author>
<published>2011-06-17T14:01:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=5607823fe4ff35e11086efa6302d8fbacd315b06'/>
<id>urn:sha1:5607823fe4ff35e11086efa6302d8fbacd315b06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adds r300/dri support for GLES_mesa</title>
<updated>2011-06-01T10:30:57Z</updated>
<author>
<name>PFO</name>
<email>pfolinux@rdi-linux</email>
</author>
<published>2011-06-01T10:17:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=2f41430e2e012a2a665cf0f5727eb0839e603966'/>
<id>urn:sha1:2f41430e2e012a2a665cf0f5727eb0839e603966</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Corrects 'référence indéfinie vers « vbo_exec_FlushVertices_internal »'</title>
<updated>2011-05-31T13:02:56Z</updated>
<author>
<name>pfo</name>
<email>pfolinux@rdi-linux</email>
</author>
<published>2011-05-31T10:37:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=1b4213420775d128d952946bea5c85998790eb57'/>
<id>urn:sha1:1b4213420775d128d952946bea5c85998790eb57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vbo: mark vertex arrays as dirty when re-binding</title>
<updated>2011-03-08T21:14:47Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-03-07T18:34:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=ef58598c1cf2ac689f67c75b2f477f2c404fce98'/>
<id>urn:sha1:ef58598c1cf2ac689f67c75b2f477f2c404fce98</id>
<content type='text'>
This fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=34378
</content>
</entry>
<entry>
<title>vbo: fix error parameter</title>
<updated>2011-03-02T16:10:49Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-03-02T02:11:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=69c6e21ceb6c2eb0c4b0fae0228027d665027b4e'/>
<id>urn:sha1:69c6e21ceb6c2eb0c4b0fae0228027d665027b4e</id>
<content type='text'>
Spotted by Ian.
</content>
</entry>
<entry>
<title>vbo: add vbo_always_unmap_buffers()</title>
<updated>2011-03-02T00:16:53Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-03-02T00:16:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8731f0363fea81394417b2da8a9ac9788a0dcfc6'/>
<id>urn:sha1:8731f0363fea81394417b2da8a9ac9788a0dcfc6</id>
<content type='text'>
Drivers can call this function as needed.  It tells the VBO module to
always unmap the current glBegin/glEnd VBO when we flush.  Otherwise
it's possible to be in a flushed state but still have the VBO mapped.
</content>
</entry>
<entry>
<title>vbo: generate GL_INVALID_VALUE for bad glVertexAttrib index</title>
<updated>2011-03-02T00:16:02Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-03-02T00:16:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=a2924b488b8d77381779bbb5a0097c467678d39b'/>
<id>urn:sha1:a2924b488b8d77381779bbb5a0097c467678d39b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vbo: silence unused var warning</title>
<updated>2011-03-01T01:34:06Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-03-01T01:34:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=7b3bec87dfb02e8ee43f64da12c928d76883aa61'/>
<id>urn:sha1:7b3bec87dfb02e8ee43f64da12c928d76883aa61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vbo: added vbo_check_buffers_are_unmapped() debug function</title>
<updated>2011-02-22T21:32:37Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-02-22T21:31:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=6d1f28d6c045f768da2eee779006535acf382cce'/>
<id>urn:sha1:6d1f28d6c045f768da2eee779006535acf382cce</id>
<content type='text'>
</content>
</entry>
</feed>
