index
:
~idr/glsl2
constant_constructor
deref_refactor
hierarchical_visitor
inline_constructors
ir_constant_refactor
ir_loop
linker
master
simple_list_die_die_die
struct
texture
visit_tree
Unnamed repository; edit this file to name it for gitweb.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ir_variable.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-03
Quiet warnings about ir_shader not being handled in places it's not needed.
Eric Anholt
1
-0
/
+5
2010-04-26
Implement gl_TextureMatrix built-in uniform
Ian Romanick
1
-3
/
+8
2010-04-23
Put static pointers to vec[234]_types along with the static float_type.
Eric Anholt
1
-9
/
+3
2010-04-21
Add missing break statement
Ian Romanick
1
-0
/
+1
2010-04-19
Mark some variables as having usage beyond the shader's scope.
Eric Anholt
1
-2
/
+18
2010-04-07
Add support for GL_ARB_draw_buffers extension
Ian Romanick
1
-6
/
+37
2010-04-07
Call glsl_type::get_instance correctly: the number of rows must be at least 1
Ian Romanick
1
-2
/
+2
2010-04-07
Add gl_ClipDistance in fragment shader
Ian Romanick
1
-3
/
+6
2010-04-05
Add definition of gl_ClipDistance[]
Eric Anholt
1
-3
/
+7
2010-04-02
Make built-in gl_TexCoord available in vertex and fragment shaders
Ian Romanick
1
-14
/
+42
2010-03-29
Add definitions for 1.10 built-in uniforms for ff state.
Eric Anholt
1
-0
/
+33
2010-03-29
Add support for builtin deprecated fs varyings.
Eric Anholt
1
-0
/
+8
2010-03-25
Set up fragment shader builtin variables.
Eric Anholt
1
-0
/
+53
2010-03-19
Use glsl_symbol_table instead of using _mesa_symbol_table directly
Ian Romanick
1
-8
/
+7
2010-03-10
IR variable: Initial work to support GLSL built-in variables
Ian Romanick
1
-0
/
+144