History log of /external/mesa3d/src/gallium/drivers/r300/Makefile.sources
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e4c97f1e607f857fb7f397f9e00f37c00ffff295 13-Apr-2012 Dylan Noblesmith <nobled@dreamwidth.org> autoconf: pass -Wall to automake

And fix these warning that appear at autoreconf time:
"`:='-style assignments are not portable"

v2: Fix the recently-converted-to-automake r600.
/external/mesa3d/src/gallium/drivers/r300/Makefile.sources
b2df031a959f36743527b9abc89913ce4f895de3 21-Sep-2011 Tom Stellard <tstellar@gmail.com> r300/compiler: Fix nested flow control in r500 vertex shaders
/external/mesa3d/src/gallium/drivers/r300/Makefile.sources
befcce264c8bf8fdac233e6a01cadc595a1d11d3 14-Jan-2012 Tom Stellard <tstellar@gmail.com> r300/compiler: Add support for inline literals

On R500 chips, shader instructions can take 7-bit (3-bit mantissa, 4-bit
exponent) floating point values as inputs in place of registers.
/external/mesa3d/src/gallium/drivers/r300/Makefile.sources
1025f11327cc5fb91a2dbd286ee0d7c00daaa8b3 22-Aug-2011 Chia-I Wu <olv@lunarg.com> r300g: share the source list

Factor out C_SOURCES from Makefile to Makefile.sources, and let Makefile
and SConscript share it.

Note that

$(TOP)/src/glsl/ralloc.c and
$(TOP)/src/mesa/program/register_allocate.c

are removed from C_SOURCES in Makefile.sources and added back in
Makefile and SConscript. The idea is that they are not part of r300g.
But having them in libr300.a makes build non-GL targets such as the
compiler tests or g3dvl much easier. Also, for practical reason, TOP
would be an undefined variable in Makefile.sources.
/external/mesa3d/src/gallium/drivers/r300/Makefile.sources