radeonsi: remove Constant Engine support
[mesa.git] / src / gallium / drivers / radeon / r600_pipe_common.c
index dc54b5e5b79117da21678a726f835525417ff7b0..37c12dea3740d781a4959aea248b4d654e5ee3e0 100644 (file)
@@ -815,8 +815,6 @@ static const struct debug_named_value common_debug_options[] = {
        { "norbplus", DBG_NO_RB_PLUS, "Disable RB+." },
        { "sisched", DBG_SI_SCHED, "Enable LLVM SI Machine Instruction Scheduler." },
        { "mono", DBG_MONOLITHIC_SHADERS, "Use old-style monolithic shaders compiled on demand" },
-       { "ce", DBG_CE, "Force enable the constant engine" },
-       { "noce", DBG_NO_CE, "Disable the constant engine"},
        { "unsafemath", DBG_UNSAFE_MATH, "Enable unsafe math shader optimizations" },
        { "nodccfb", DBG_NO_DCC_FB, "Disable separate DCC on the main framebuffer" },