History log of /external/mesa3d/src/gallium/state_trackers/xa/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7bb1c784a30124a7259a2cc30356f7d88d27a767 07-Apr-2012 Johannes Obermayr <johannesobermayr@gmx.de> st/xa: Link with -Wl,-r instead of -r.

This is required to link with clang:
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000000400160.
/external/mesa3d/src/gallium/state_trackers/xa/Makefile
129d5138d63697a9812d531895293313dfad6d57 05-Apr-2012 Alexandre Demers <alexandre.f.demers@gmail.com> xatracker: fix the build of a 32bit lib on a 64bit os

we were missing cflags.

Signed-off-by: Zack Rusin <zackr@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/Makefile
4d04367eca66a85e26f7c0f5d6392823d13880f6 24-Nov-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate global visibility

Also fix up Makefiles to use the default mesa compilation flags.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrants <jakob@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/Makefile
404d2f9c866b3ac96834a8274775851440055d13 24-Nov-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa, xa/vmwgfx: Set the right version on library suffix

Also remove some unused variables in the st/xa makefile.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/Makefile
f81ac1840a25ad39a9d7e46e4951e5eb45a05971 04-Jul-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa: Fix crosscompile builds with nonstandard ld locations

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/Makefile
9a0c5b46344740dbc9ffa5cbf574a7812425237c 27-Jun-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa: Add a function to check for supported formats

Typically this was done by having a surface creation function fail if
the format was not supported.
However, in some situations when changing hardware surface formats,
it's desirable to do this check before attempting costly readback operations.

Also updated the surface_redefine interface.

Bump minor.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/Makefile
adf166b6c4f6781fd5e751622e9488e5f834bbc2 21-Jun-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa: Solid fill (tested) and composite (yet untested)

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/Makefile
5f20fae40d3034de4dc8fdb3678000f7b17c6d75 21-Jun-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa: Really support xa_surface_format. Bump minor.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/Makefile
9f2f5b3d7fd70663b98da5d302fcdfd5bc93db05 15-Jun-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa: Initial import of the xa state-tracker and the xa-vmwgfx target.

See the file src/gallium/state_trackers/xa/README for more info.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/Makefile