<feed xmlns='http://www.w3.org/2005/Atom'>
<title>renesas/drm.git/libdrm/Makefile, branch master</title>
<subtitle>libdrm, cloned from git://anongit.freedesktop.org/mesa/drm</subtitle>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/'/>
<entry>
<title>autoconfiscate libdrm</title>
<updated>2005-07-10T22:42:42+00:00</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@nwnk.net</email>
</author>
<published>2005-07-10T22:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=07d23f9c60f9358f064eab7d944f3b28484b51ef'/>
<id>07d23f9c60f9358f064eab7d944f3b28484b51ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Final pass of libdrm.so work:</title>
<updated>2005-01-30T03:30:45+00:00</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@nwnk.net</email>
</author>
<published>2005-01-30T03:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=4b23b5fc3ebe5660ad8d5eed8057877a9c7592ea'/>
<id>4b23b5fc3ebe5660ad8d5eed8057877a9c7592ea</id>
<content type='text'>
- Add $(DESTDIR) for distributors doing package creation
- Remove OS-specific include path from build
- Add /usr/include/drm for driver-kernel API
- Install all of shared-core/*.h in /usr/include/drm
- Rename xf86drm.h to libdrm.h since we're not X biased anymore
- Include backwards compat for xf86drm.h name, with a warning
- Fix libdrm source to account for drm.h living in /usr/include/drm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add $(DESTDIR) for distributors doing package creation
- Remove OS-specific include path from build
- Add /usr/include/drm for driver-kernel API
- Install all of shared-core/*.h in /usr/include/drm
- Rename xf86drm.h to libdrm.h since we're not X biased anymore
- Include backwards compat for xf86drm.h name, with a warning
- Fix libdrm source to account for drm.h living in /usr/include/drm
</pre>
</div>
</content>
</entry>
<entry>
<title>Add drm.h to the install target.</title>
<updated>2005-01-22T08:24:36+00:00</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@nwnk.net</email>
</author>
<published>2005-01-22T08:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=3df805bd4ab492537e3aa0b9ac5ae99491ee38d6'/>
<id>3df805bd4ab492537e3aa0b9ac5ae99491ee38d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add xf86drm.h to the install target.</title>
<updated>2005-01-17T00:02:04+00:00</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@nwnk.net</email>
</author>
<published>2005-01-17T00:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=c74052cfae9cf3929e692551ce657f8fb55b6f08'/>
<id>c74052cfae9cf3929e692551ce657f8fb55b6f08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Shared libdrm work:</title>
<updated>2005-01-16T23:50:58+00:00</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@nwnk.net</email>
</author>
<published>2005-01-16T23:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=e5cc0b8f6f561b6eab91ab653cdce38dc160398f'/>
<id>e5cc0b8f6f561b6eab91ab653cdce38dc160398f</id>
<content type='text'>
- create libdrm.so target
- build it by default
- drop xf86drmCompat.c from the build
- make 'clean' target never fail
- use pattern rules for .c -&gt; .o for parallelism
- add 'install' target
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- create libdrm.so target
- build it by default
- drop xf86drmCompat.c from the build
- make 'clean' target never fail
- use pattern rules for .c -&gt; .o for parallelism
- add 'install' target
</pre>
</div>
</content>
</entry>
<entry>
<title>respect cc and cflags</title>
<updated>2004-11-07T02:15:11+00:00</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@linux.ie</email>
</author>
<published>2004-11-07T02:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=c21cdee38a6b9124d01662b36207450aa5fbb626'/>
<id>c21cdee38a6b9124d01662b36207450aa5fbb626</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile and missing file to build libxf86drm.a</title>
<updated>2004-09-17T20:01:59+00:00</updated>
<author>
<name>Jon Smirl</name>
<email>jonsmirl@yahoo.com</email>
</author>
<published>2004-09-17T20:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=993a75a5d148cb0a93bbed677b550bfb4d57fe4a'/>
<id>993a75a5d148cb0a93bbed677b550bfb4d57fe4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
