<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/winsys/xlib, 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>2010-03-24T16:02:17Z</updated>
<entry>
<title>gallium: Reorg winsys directories</title>
<updated>2010-03-24T16:02:17Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2010-03-16T13:54:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c9f98673c5b6830cd1f41c0c53a9e5e299d47464'/>
<id>urn:sha1:c9f98673c5b6830cd1f41c0c53a9e5e299d47464</id>
<content type='text'>
Attached output from commit.
 delete mode 100644 src/gallium/winsys/drm/SConscript
 delete mode 100644 src/gallium/winsys/drm/i965/SConscript
 delete mode 100644 src/gallium/winsys/drm/intel/Makefile
 delete mode 100644 src/gallium/winsys/drm/intel/SConscript
 delete mode 100644 src/gallium/winsys/drm/nouveau/Makefile
 delete mode 100644 src/gallium/winsys/drm/radeon/Makefile
 delete mode 100644 src/gallium/winsys/drm/radeon/SConscript
 delete mode 100644 src/gallium/winsys/drm/vmware/Makefile
 delete mode 100644 src/gallium/winsys/drm/vmware/SConscript
 rename src/gallium/winsys/{drm/intel/gem =&gt; i915/drm}/Makefile (82%)
 rename src/gallium/winsys/{drm/intel/gem =&gt; i915/drm}/SConscript (100%)
 rename src/gallium/winsys/{drm/intel/gem =&gt; i915/drm}/intel_drm_api.c (100%)
 rename src/gallium/winsys/{drm/intel/gem =&gt; i915/drm}/intel_drm_batchbuffer.c (100%)
 rename src/gallium/winsys/{drm/intel/gem =&gt; i915/drm}/intel_drm_buffer.c (100%)
 rename src/gallium/winsys/{drm/intel/gem =&gt; i915/drm}/intel_drm_fence.c (100%)
 rename src/gallium/winsys/{drm/intel/gem =&gt; i915/drm}/intel_drm_winsys.h (100%)
 rename src/gallium/winsys/{drm/i965/gem =&gt; i965/drm}/Makefile (78%)
 rename src/gallium/winsys/{drm/i965/gem =&gt; i965/drm}/SConscript (100%)
 rename src/gallium/winsys/{drm/i965/gem =&gt; i965/drm}/i965_drm_api.c (98%)
 rename src/gallium/winsys/{drm/i965/gem =&gt; i965/drm}/i965_drm_buffer.c (100%)
 rename src/gallium/winsys/{drm/i965/gem =&gt; i965/drm}/i965_drm_winsys.h (100%)
 rename src/gallium/winsys/{drm =&gt; }/i965/xlib/Makefile (97%)
 rename src/gallium/winsys/{drm =&gt; }/i965/xlib/xlib_i965.c (100%)
 rename src/gallium/winsys/{drm =&gt; }/nouveau/drm/Makefile (79%)
 rename src/gallium/winsys/{drm =&gt; }/nouveau/drm/nouveau_dri.h (100%)
 rename src/gallium/winsys/{drm =&gt; }/nouveau/drm/nouveau_drm_api.c (100%)
 rename src/gallium/winsys/{drm =&gt; }/nouveau/drm/nouveau_drm_api.h (100%)
 rename src/gallium/winsys/{drm/radeon/core =&gt; radeon/drm}/Makefile (79%)
 rename src/gallium/winsys/{drm/radeon/core =&gt; radeon/drm}/SConscript (100%)
 rename src/gallium/winsys/{drm/radeon/core =&gt; radeon/drm}/radeon_buffer.h (100%)
 rename src/gallium/winsys/{drm/radeon/core =&gt; radeon/drm}/radeon_drm.c (100%)
 rename src/gallium/winsys/{drm/radeon/core =&gt; radeon/drm}/radeon_drm.h (100%)
 rename src/gallium/winsys/{drm/radeon/core =&gt; radeon/drm}/radeon_drm_buffer.c (100%)
 rename src/gallium/winsys/{drm/radeon/core =&gt; radeon/drm}/radeon_r300.c (100%)
 rename src/gallium/winsys/{drm/radeon/core =&gt; radeon/drm}/radeon_r300.h (100%)
 rename src/gallium/winsys/{drm/radeon/core =&gt; radeon/drm}/radeon_winsys.h (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/Makefile (63%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/SConscript (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_buffer.c (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_buffer.h (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_context.c (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_context.h (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_fence.c (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_fence.h (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_screen.c (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_screen.h (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_screen_dri.c (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_screen_ioctl.c (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_screen_pools.c (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_screen_svga.c (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_surface.c (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmw_surface.h (100%)
 rename src/gallium/winsys/{drm/vmware/core =&gt; svga/drm}/vmwgfx_drm.h (100%)
 rename src/gallium/winsys/{drm/i965 =&gt; sw}/Makefile (61%)
 copy src/gallium/winsys/{drm/sw =&gt; sw/drm}/Makefile (73%)
 rename src/gallium/winsys/{drm/sw =&gt; sw/drm}/sw_drm_api.c (98%)
 rename src/gallium/winsys/{drm/sw =&gt; sw/drm}/sw_drm_api.h (100%)
 rename src/gallium/winsys/{ =&gt; sw}/gdi/SConscript (100%)
 rename src/gallium/winsys/{ =&gt; sw}/gdi/gdi_sw_winsys.c (100%)
 rename src/gallium/winsys/{ =&gt; sw}/gdi/gdi_sw_winsys.h (100%)
 rename src/gallium/winsys/{ =&gt; sw}/null/Makefile (78%)
 rename src/gallium/winsys/{ =&gt; sw}/null/SConscript (100%)
 rename src/gallium/winsys/{ =&gt; sw}/null/null_sw_winsys.c (100%)
 rename src/gallium/winsys/{ =&gt; sw}/null/null_sw_winsys.h (100%)
 rename src/gallium/winsys/{drm/sw =&gt; sw/wrapper}/Makefile (65%)
 rename src/gallium/winsys/{drm/sw =&gt; sw/wrapper}/wrapper_sw_winsys.c (100%)
 rename src/gallium/winsys/{drm/sw =&gt; sw/wrapper}/wrapper_sw_winsys.h (100%)
 rename src/gallium/winsys/{ =&gt; sw}/xlib/Makefile (79%)
 rename src/gallium/winsys/{ =&gt; sw}/xlib/SConscript (100%)
 rename src/gallium/winsys/{ =&gt; sw}/xlib/xlib_sw_winsys.c (100%)
</content>
</entry>
<entry>
<title>Change libX11 variables to not conflict with AC_PATH_XTRA</title>
<updated>2010-03-23T20:26:50Z</updated>
<author>
<name>Dan Nicholson</name>
<email>dbn.lists@gmail.com</email>
</author>
<published>2010-03-16T03:53:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e725ef171b5a4d5425461f237d9ccab223806913'/>
<id>urn:sha1:e725ef171b5a4d5425461f237d9ccab223806913</id>
<content type='text'>
The variable X_LIBS from AC_PATH_XTRA contains only the -L searchdir
parameter and not the -lX11 to link to Xlib. Use X11 prefixed build vars
for linking with Xlib to avoid the conflict.

Signed-off-by: Dan Nicholson &lt;dbn.lists@gmail.com&gt;
</content>
</entry>
<entry>
<title>winsys/sw: Add a software winsys layered on a pipe</title>
<updated>2010-03-16T01:06:46Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2010-03-11T03:33:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8b63f9b497c22cb59678588d921699189f8b712f'/>
<id>urn:sha1:8b63f9b497c22cb59678588d921699189f8b712f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: Respect user's CFLAGS for including X headers</title>
<updated>2010-03-13T19:56:59Z</updated>
<author>
<name>Dan Nicholson</name>
<email>dbn.lists@gmail.com</email>
</author>
<published>2010-03-13T19:56:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=de4ee20578a79e024b0de83c40648112f42c994e'/>
<id>urn:sha1:de4ee20578a79e024b0de83c40648112f42c994e</id>
<content type='text'>
This can break on systems that don't have a system X installation.

Signed-off-by: Dan Nicholson &lt;dbn.lists@gmail.com&gt;
</content>
</entry>
<entry>
<title>winsys/xlib: Fix memory leak.</title>
<updated>2010-03-11T08:18:09Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-03-11T08:18:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=aa311ae61680f0fc300e33e8955c6c58cafd5fb4'/>
<id>urn:sha1:aa311ae61680f0fc300e33e8955c6c58cafd5fb4</id>
<content type='text'>
Memory for xm_dt was allocated twice.
</content>
</entry>
<entry>
<title>ws/xlib: remove dead lines</title>
<updated>2010-03-10T11:52:03Z</updated>
<author>
<name>Keith Whitwell</name>
<email>keithw@vmware.com</email>
</author>
<published>2010-03-10T11:13:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e47a619ea262ba1c49f86525b2855a64a5e36a42'/>
<id>urn:sha1:e47a619ea262ba1c49f86525b2855a64a5e36a42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ws/xlib: no dependency on mesa state tracker</title>
<updated>2010-03-09T17:55:19Z</updated>
<author>
<name>Keith Whitwell</name>
<email>keithw@vmware.com</email>
</author>
<published>2010-03-09T17:55:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=25b9aafbd2f2d0737c23b4c59778c4e41f046d39'/>
<id>urn:sha1:25b9aafbd2f2d0737c23b4c59778c4e41f046d39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ws/xlib: remove self-knowledge about users of xlib winsys</title>
<updated>2010-03-09T15:33:21Z</updated>
<author>
<name>Keith Whitwell</name>
<email>keithw@vmware.com</email>
</author>
<published>2010-03-09T15:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3c57c01a44c294e69d902207b2ec94d28a397a51'/>
<id>urn:sha1:3c57c01a44c294e69d902207b2ec94d28a397a51</id>
<content type='text'>
Several software rasterizers can make use of this winsys, but there
isn't any reason why the winsys itself should know about them.

This change moves that information into the libgl-xlib target.

Need to fix up other targets making use of this winsys.
</content>
</entry>
<entry>
<title>cell: fix up assorted compilation problems</title>
<updated>2010-03-09T15:14:06Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-03-09T15:12:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=27a7f9454f190ebb51834e9d2d74c55766cbb29f'/>
<id>urn:sha1:27a7f9454f190ebb51834e9d2d74c55766cbb29f</id>
<content type='text'>
The driver is pretty much totally broken though.
</content>
</entry>
<entry>
<title>scons: Add new targets option.</title>
<updated>2010-03-09T15:09:32Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-03-09T15:07:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=706eda30578cbdd1456c09ccc2a570a5d6a99c92'/>
<id>urn:sha1:706eda30578cbdd1456c09ccc2a570a5d6a99c92</id>
<content type='text'>
This will likely change. Most probably we'll just add an alias to indvidual
targets and use the regular scons targets arguments.
</content>
</entry>
</feed>
