From 7b50b0457db3acffcc2a7de092df346fa314aa95 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 27 Feb 2016 11:06:25 -0800 Subject: program: Remove condition-code and precision support. Reviewed-by: Kenneth Graunke Reviewed-by: Ian Romanick Acked-by: Brian Paul --- src/mesa/program/program_parser.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/mesa/program/program_parser.h') diff --git a/src/mesa/program/program_parser.h b/src/mesa/program/program_parser.h index 04c64f446be..d5a1e229de4 100644 --- a/src/mesa/program/program_parser.h +++ b/src/mesa/program/program_parser.h @@ -286,17 +286,4 @@ extern int _mesa_ARBfp_parse_option(struct asm_parser_state *state, extern int _mesa_parse_instruction_suffix(const struct asm_parser_state *state, const char *suffix, struct prog_instruction *inst); -/** - * Parses a condition code name - * - * The condition code names (e.g., \c LT, \c GT, \c NE) were added to assembly - * shaders with the \c GL_NV_fragment_program_option extension. This function - * converts a string representation into one of the \c COND_ macros. - * - * \return - * One of the \c COND_ macros defined in prog_instruction.h on success or zero - * on failure. - */ -extern int _mesa_parse_cc(const char *s); - /*@}*/ -- cgit v1.2.3