summaryrefslogtreecommitdiffstats
path: root/src/glsl/ast_to_hir.cpp
diff options
context:
space:
mode:
authorPaul Berry <[email protected]>2013-02-17 08:05:52 -0800
committerPaul Berry <[email protected]>2013-04-11 09:25:25 -0700
commit8941f73c7ccb3c6cfa965a19f346e4b6ead6abdb (patch)
tree80d0a6d2b1a434f6341ae4c3e6b1942578050143 /src/glsl/ast_to_hir.cpp
parente9be5a05f70be7cff58b29bff07af71e6d339085 (diff)
i965/vs: Make some vec4_visitor functions virtual.
This patch makes the following vec4_visitor functions virtual, since they will need to be implemented differently for vertex and geometry shaders. Some of the functions are renamed to reflect their generic purpose, rather than their VS-specific behaviour: - setup_attributes - emit_attribute_fixups (renamed to emit_prolog) - emit_vertex_program_code (renamed to emit_program_code) - emit_urb_writes (renamed to emit_thread_end) Reviewed-by: Jordan Justen <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glsl/ast_to_hir.cpp')
0 files changed, 0 insertions, 0 deletions