mesa/src/mesa/program
Erik Faye-Lund 86a9ddfef7 glsl: ir_explog_to_explog2 is no more
Since 63684a9a ("glsl: Combine many instruction lowering passes
into one.", Thu Nov 18 2010), we no longer have anything called
ir_explog_to_explog2. So it's only confusing to have those
references there.

Update with the appropriate method, so people can grep for it in
the current tree if they encounter it.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-04-01 13:39:52 +02:00
..
.gitignore Clean up .gitignore files 2013-01-10 22:01:31 +01:00
Android.mk Android: glsl: add rules to generate ir_expression*.h header files 2016-09-06 15:58:55 +01:00
arbprogparse.c mesa: remove MESA_GLSL=no_opts env option 2017-03-31 13:43:38 +11:00
arbprogparse.h st/mesa/r200/i915/i965: eliminate gl_fragment_program 2016-10-26 14:29:36 +11:00
dummy_errors.c mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util 2015-06-12 15:32:18 +01:00
ir_to_mesa.cpp glsl: ir_explog_to_explog2 is no more 2017-04-01 13:39:52 +02:00
ir_to_mesa.h mesa/program: consistently use ifndef guards over pragma once 2017-03-22 16:55:22 +00:00
prog_cache.c Fix a few typos 2015-04-27 17:28:29 +03:00
prog_cache.h mesa: put extern "C" in src/mesa/program/*h header files 2014-12-16 07:52:41 -07:00
prog_execute.c st/mesa/r200/i915/i965: move ARB program fields into a union 2016-11-17 12:53:12 +11:00
prog_execute.h program: Remove condition-code and precision support. 2016-03-01 11:41:29 -08:00
prog_instruction.c mesa: make use of ralloc when creating ARB asm gl_program fields 2016-11-17 12:52:24 +11:00
prog_instruction.h mesa: make use of ralloc when creating ARB asm gl_program fields 2016-11-17 12:52:24 +11:00
prog_noise.c program: Mark table const. 2016-03-01 11:41:29 -08:00
prog_noise.h mesa: remove outdated version lines in comments 2013-06-05 08:54:27 -06:00
prog_opt_constant_fold.c st/mesa/r200/i915/i965: move ARB program fields into a union 2016-11-17 12:53:12 +11:00
prog_optimize.c st/mesa/r200/i915/i965: move ARB program fields into a union 2016-11-17 12:53:12 +11:00
prog_optimize.h mesa: make use of ralloc when creating ARB asm gl_program fields 2016-11-17 12:52:24 +11:00
prog_parameter.c mesa: remove unrequired else 2016-04-03 09:55:19 +10:00
prog_parameter.h mesa: inline _mesa_add_unnamed_constant() 2016-03-18 12:42:43 +11:00
prog_parameter_layout.c mesa: trim down #includes in compiler.h 2015-02-26 08:38:39 -07:00
prog_parameter_layout.h mesa/program: consistently use ifndef guards over pragma once 2017-03-22 16:55:22 +00:00
prog_print.c mesa: pass gl_program to _mesa_append_uniforms_to_file() 2016-12-30 10:57:16 +11:00
prog_print.h mesa: pass gl_program to _mesa_append_uniforms_to_file() 2016-12-30 10:57:16 +11:00
prog_statevars.c mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATE 2017-03-29 15:44:00 +02:00
prog_statevars.h mesa: Drop unused STATE_TEXRECT_SCALE program statevars. 2017-03-01 10:27:38 -08:00
prog_to_nir.c nir: Rework conversion opcodes 2017-03-14 07:36:40 -07:00
prog_to_nir.h mesa/program: consistently use ifndef guards over pragma once 2017-03-22 16:55:22 +00:00
program.c mesa/glsl: remove hack to reset sampler units to zero 2017-01-06 11:21:42 +11:00
program.h st/mesa/glsl: add new is_arb_asm flag in gl_program 2017-01-06 11:21:42 +11:00
program_lexer.l glsl/mesa: remove unused namespace support from the symbol table 2016-10-24 21:40:39 +11:00
program_parse.y st/mesa/r200/i915/i965: move ARB program fields into a union 2016-11-17 12:53:12 +11:00
program_parse_extra.c program: minor whitespace clean-ups in program_parse_extra.c 2016-03-08 08:42:56 -07:00
program_parser.h mesa/program: consistently use ifndef guards over pragma once 2017-03-22 16:55:22 +00:00
programopt.c st/mesa/r200/i915/i965: move ARB program fields into a union 2016-11-17 12:53:12 +11:00
programopt.h st/mesa/r200/i915/i965: eliminate gl_fragment_program 2016-10-26 14:29:36 +11:00
symbol_table.c mesa/program: Add _mesa_symbol_table_replace_symbol() 2016-10-26 11:57:02 +02:00
symbol_table.h mesa: annotate functions for C linkage 2017-02-21 18:28:55 +00:00