Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: xsrc/external/mit/MesaLib/dist/src/gallium/drivers
Module Name: xsrc
Committed By: riastradh
Date: Fri Feb 26 18:28:41 UTC 2016
Modified Files:
xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau:
nouveau_debug.h
xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen:
nv50_ir_print.cpp
xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon:
r600_pipe_common.h
Log Message:
Space between string literals to appease idiotic C++11 breakage.
Will be needed to switch on -std=c++11, which is in turn needed for
other upcoming changes to get Clang to build this.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nouveau_debug.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/r600_pipe_common.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index