<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/targets/dri-r600/SConscript, 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-02-11T00:07:25Z</updated>
<entry>
<title>r300g: import the last bits of libdrm and cleanup the whole thing</title>
<updated>2011-02-11T00:07:25Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2010-12-23T09:40:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=6ccab620a0e7364ab6c0d902b3ddf58ee988f7fa'/>
<id>urn:sha1:6ccab620a0e7364ab6c0d902b3ddf58ee988f7fa</id>
<content type='text'>
Based on Dave's branch.

The majority of this commit is a cleanup, mainly renaming things.
There wasn't much code to import, just ioctl calls.

Also done:
- implemented unsynchronized bo_map (important optimization!)
- radeon_bo_is_referenced_by_cs is no longer a refcount hack
- dropped the libdrm_radeon dependency

I'm surprised that this has resulted in less code in the end.
</content>
</entry>
<entry>
<title>scons: Revamp how to specify targets to build.</title>
<updated>2010-11-01T13:30:22Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-11-01T13:30:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=601498ae73e654c2de997ea75075613a694d604d'/>
<id>urn:sha1:601498ae73e654c2de997ea75075613a694d604d</id>
<content type='text'>
Use scons target and dependency system instead of ad-hoc options.

Now is simply a matter of naming what to build. For example:

  scons libgl-xlib

  scons libgl-gdi

  scons graw-progs

  scons llvmpipe

and so on. And there is also the possibility of scepcified subdirs, e.g.

  scons src/gallium/drivers

If nothing is specified then everything will be build.

There might be some rough corners over the next days. Please bare with me.
</content>
</entry>
<entry>
<title>scons: Fix r600g build.</title>
<updated>2010-08-14T19:18:51Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-08-14T19:18:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=db0e24e34a4680c70038715f23847b9b2f7f75d3'/>
<id>urn:sha1:db0e24e34a4680c70038715f23847b9b2f7f75d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: Use debugging helper in all drm targets</title>
<updated>2010-06-24T00:19:43Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2010-06-23T23:53:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=57d14f2fbbfc50656be76fa0f77e1ed505180204'/>
<id>urn:sha1:57d14f2fbbfc50656be76fa0f77e1ed505180204</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: Make all drm drivers use the new drm compat helper</title>
<updated>2010-06-06T11:29:29Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2010-06-01T03:06:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c1a19689b83a9569b30ba43c168fdca328cb9f2e'/>
<id>urn:sha1:c1a19689b83a9569b30ba43c168fdca328cb9f2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>r600g: fix build</title>
<updated>2010-05-29T00:31:44Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2010-05-29T00:30:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=ba10b2732b4fe1a9d034a5f9e0e0a31c6b2a5b08'/>
<id>urn:sha1:ba10b2732b4fe1a9d034a5f9e0e0a31c6b2a5b08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>r600g: Integrate into build</title>
<updated>2010-05-27T21:24:12Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>wallbraker@gmail.com</email>
</author>
<published>2010-05-13T19:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=aeee52691ccb3afd24591ab3df30d7f243bc3eeb'/>
<id>urn:sha1:aeee52691ccb3afd24591ab3df30d7f243bc3eeb</id>
<content type='text'>
Signed-off-by: Jakob Bornecrantz &lt;wallbraker@gmail.com&gt;
</content>
</entry>
<entry>
<title>r600g: adapt to latest interfaces changes</title>
<updated>2010-05-27T21:24:02Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2010-05-10T01:27:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b8fb1d75ce95fe5d404b301ab31ca0c323967d14'/>
<id>urn:sha1:b8fb1d75ce95fe5d404b301ab31ca0c323967d14</id>
<content type='text'>
- Wrapped the buffer and texture create/destroy/transfer/... functions
  using u_resource, which is then used to implement the resource functions.
- Implemented texture transfers.
  I left the buffer and texture transfers separate because one day we'll
  need a special codepath for textures.
- Added index_bias to the draw_*elements functions.
- Removed nonexistent *REP and *FOR instructions.
- Some pipe formats have changed channel ordering, so I've removed/fixed
  nonexistent ones.
- Added stubs for create/set/destroy sampler views.
- Added a naive implementation of vertex elements state (new CSO).
- Reworked {texture,buffer}_{from,to}_handle.
- Reorganized winsys files, removed dri,egl,python directories.
- Added a new build target dri-r600.
</content>
</entry>
</feed>
