<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/drivers/dri/Makefile, 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>2009-10-30T13:00:13Z</updated>
<entry>
<title>Add --with-dri-searchpath argument</title>
<updated>2009-10-30T13:00:13Z</updated>
<author>
<name>Chow Loong Jin</name>
<email>hyperair@gmail.com</email>
</author>
<published>2009-10-28T06:34:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=35506dec6734a1ae777dc16981cb19e514f41897'/>
<id>urn:sha1:35506dec6734a1ae777dc16981cb19e514f41897</id>
<content type='text'>
* Add an extra argument to configure which allows for specifying
  different DRI driver search paths to libGL (FDO #24766)

Signed-off-by: Dan Nicholson &lt;dbn.lists@gmail.com&gt;
</content>
</entry>
<entry>
<title>Build dri.pc during the build rather than the install process.</title>
<updated>2009-01-31T20:04:07Z</updated>
<author>
<name>Eric Anholt</name>
<email>eric@anholt.net</email>
</author>
<published>2009-01-30T23:56:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=1265e7267e086476d9bae560345fd80f064adfc5'/>
<id>urn:sha1:1265e7267e086476d9bae560345fd80f064adfc5</id>
<content type='text'>
In a normal build system this is generated by configure.
</content>
</entry>
<entry>
<title>Add more package metadata to the pkg-config files</title>
<updated>2008-12-14T16:47:03Z</updated>
<author>
<name>Dan Nicholson</name>
<email>dbn.lists@gmail.com</email>
</author>
<published>2008-11-24T19:01:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=71e208bafe9ca5e1c189fae3f251cc84034e5959'/>
<id>urn:sha1:71e208bafe9ca5e1c189fae3f251cc84034e5959</id>
<content type='text'>
The pkg-config files have been filled in more thoroughly to allow users
to use mesa more effectively. By adding metadata to Requires.private,
Libs.private and Cflags, we can ensure that all the libraries and
headers will be found in all situations. However, the full substitutions
are only done when using the configure script.

This also fixes the glu pkg-config file to account for using GL or
OSMesa.

Fixes bug 18161.
</content>
</entry>
<entry>
<title>DRI2: Drop sarea, implement swap buffers in the X server.</title>
<updated>2008-08-29T16:13:14Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@redhat.com</email>
</author>
<published>2008-08-13T15:46:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f56b569e9af356c11869ee49a4669bb01b75397e'/>
<id>urn:sha1:f56b569e9af356c11869ee49a4669bb01b75397e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove generated pkg-config files on `make clean'</title>
<updated>2008-07-11T17:43:29Z</updated>
<author>
<name>Dan Nicholson</name>
<email>dbn.lists@gmail.com</email>
</author>
<published>2008-07-11T17:43:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=6c44c6d020ce7bc8e65ef69fefa0db4cc6157bed'/>
<id>urn:sha1:6c44c6d020ce7bc8e65ef69fefa0db4cc6157bed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set library and header installation directories from configuration</title>
<updated>2008-07-06T21:15:40Z</updated>
<author>
<name>Dan Nicholson</name>
<email>dbn.lists@gmail.com</email>
</author>
<published>2008-07-03T16:17:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=11ac5b2456575060627e9f52946d7d0e218a228d'/>
<id>urn:sha1:11ac5b2456575060627e9f52946d7d0e218a228d</id>
<content type='text'>
Currently the installation directories for libraries and headers are
resolved within the install commands. For instance, the libraries will
be installed to $(INSTALL_DIR)/$(LIB_DIR). This limits the flexibility
of the installation, such as when the libraries should be installed to a
subdirectory like /usr/lib/tls.

This adds the make variables $(INSTALL_LIB_DIR) and $(INSTALL_INC_DIR)
to define the locations that the libraries and headers are installed.
For the static configs, this resolves exactly as before to
$(INSTALL_DIR)/include and $(INSTALL_DIR)/$(LIB_DIR). For autoconf, they
are derived directly from the --libdir and --includedir settings.
</content>
</entry>
<entry>
<title>DRI-specific pkg-config file</title>
<updated>2008-06-27T23:25:28Z</updated>
<author>
<name>Dan Nicholson</name>
<email>dbn.lists@gmail.com</email>
</author>
<published>2008-06-12T13:46:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f6da1453c5b4add37518b2e1f27abb02854864f2'/>
<id>urn:sha1:f6da1453c5b4add37518b2e1f27abb02854864f2</id>
<content type='text'>
Since the gl pkg-config file doesn't convey any specifics about the
backend in use, this adds a new pkg-config file for when DRI is in use.
This can be used by the xserver build to determine if the DRI and/or
GLX extensions are appropriate.
</content>
</entry>
<entry>
<title>bug #16503: use INSTALL macro instead of hard-coding to bin/minstall</title>
<updated>2008-06-02T18:19:35Z</updated>
<author>
<name>Ian Romanick</name>
<email>idr@us.ibm.com</email>
</author>
<published>2008-06-02T18:19:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f688827ebdc7fa8ef1160086565f9e109768a250'/>
<id>urn:sha1:f688827ebdc7fa8ef1160086565f9e109768a250</id>
<content type='text'>
This is only part of the fix.  Someone with more autoconf-fu will have
to fix the rest
</content>
</entry>
<entry>
<title>Never fail `make clean'</title>
<updated>2008-05-07T18:35:23Z</updated>
<author>
<name>Dan Nicholson</name>
<email>dbn.lists@gmail.com</email>
</author>
<published>2008-05-07T18:35:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=a6464b3cb08b86d5fc537a4907849546a63ae4da'/>
<id>urn:sha1:a6464b3cb08b86d5fc537a4907849546a63ae4da</id>
<content type='text'>
Mostly some pedantic changes such that `make clean' always ignores
errors. Also changed the top clean target to do the `touch
configs/current' dance instead of realclean.
</content>
</entry>
<entry>
<title>Install dri_sarea.h in 'make install'</title>
<updated>2008-02-18T16:45:40Z</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@redhat.com</email>
</author>
<published>2008-02-18T16:45:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=ba38909be21e4b33121b87bb7ac8743886a4f706'/>
<id>urn:sha1:ba38909be21e4b33121b87bb7ac8743886a4f706</id>
<content type='text'>
</content>
</entry>
</feed>
