index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir_variable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Move ir_variable.cpp to builtin_variables.cpp.
Eric Anholt
2011-11-11
1
-916
/
+0
*
linker: Check that initializers for global variables match
Ian Romanick
2011-11-03
1
-0
/
+2
*
glsl: Refactor generate_ARB_draw_buffers_variables to use add_builtin_constant
Ian Romanick
2011-11-03
1
-7
/
+4
*
glsl: Rename remaining internal builtins from gl_MESA* to gl_*MESA.
Eric Anholt
2011-10-26
1
-6
/
+6
*
glsl: Fix gl_NormalMatrix swizzle setup to match i965's invariants.
Eric Anholt
2011-10-24
1
-3
/
+3
*
glsl: Add gl_MaxVaryingComponents in GLSL 1.30.
Eric Anholt
2011-10-24
1
-0
/
+2
*
glsl: Add gl_CurrentAttrib{Vert,Frag}MESA internal builtin uniforms.
Eric Anholt
2011-10-18
1
-1
/
+24
*
mesa: set up gl_vert_result and gl_frag_attrib values for gl_ClipDistance.
Paul Berry
2011-09-23
1
-4
/
+4
*
glsl: Add constant gl_MaxClipDistances.
Paul Berry
2011-09-08
1
-0
/
+15
*
glsl: Make gl_ClipDistance[] implicitly sized.
Paul Berry
2011-09-08
1
-4
/
+24
*
mesa: implement AMD_shader_stencil_export
Marek Olšák
2011-05-03
1
-0
/
+20
*
glsl: Calcluate Mesa state slots in front-end instead of back-end
Ian Romanick
2011-03-29
1
-3
/
+43
*
glsl: Move _mesa_builtin_uniform_desc from uniforms.c to ir_variable.cpp
Ian Romanick
2011-03-29
1
-0
/
+253
*
glsl: Make add_variable, add_uniform, et. al. have similar signatures
Ian Romanick
2011-03-25
1
-106
/
+109
*
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
2011-01-31
1
-0
/
+1
*
Merge branch 'draw-instanced'
Brian Paul
2011-01-15
1
-0
/
+32
|
\
|
*
glsl: add support for system values and GL_ARB_draw_instanced
Brian Paul
2010-12-08
1
-0
/
+32
*
|
glsl: Make the symbol table's add_variable just use the variable's name.
Eric Anholt
2010-11-29
1
-1
/
+1
|
/
*
glsl: Remove useless ir_shader enumeration value.
Kenneth Graunke
2010-10-20
1
-4
/
+0
*
glsl: add support for shader stencil export
Dave Airlie
2010-10-13
1
-0
/
+18
*
glsl: Add linker support for explicit attribute locations
Ian Romanick
2010-10-08
1
-0
/
+1
*
glsl: Add definition of gl_TextureMatrix inverse/transpose builtins.
Eric Anholt
2010-09-21
1
-0
/
+3
*
glsl: Add built-in variables for GLSL ES 1.00.
Kenneth Graunke
2010-09-07
1
-0
/
+75
*
glsl: Include main/core.h.
Chia-I Wu
2010-08-24
1
-1
/
+0
*
glsl2: Use Elements from main/compiler.h instead of open-coding
Ian Romanick
2010-08-12
1
-4
/
+1
*
glsl2: Use gl_DepthRange's proper name.
Kenneth Graunke
2010-08-09
1
-1
/
+1
*
glsl2: Remove the shader_in/shader_out tracking separate from var->mode.
Eric Anholt
2010-08-04
1
-11
/
+1
*
glsl2: Add the remaining builtin uniforms.
Eric Anholt
2010-07-28
1
-15
/
+53
*
glsl2: Size builtin arrays according to the context constants.
Eric Anholt
2010-07-28
1
-13
/
+5
*
glsl2: glsl_type has its own talloc context, don't pass one in
Ian Romanick
2010-07-20
1
-10
/
+7
*
glsl2: Add and use new variable mode ir_var_temporary
Ian Romanick
2010-07-20
1
-2
/
+1
*
glsl2: Add definitions of the builtin constants present in GLSL 1.10.
Eric Anholt
2010-07-20
1
-6
/
+32
*
glsl2: Add support for gl_PointCoord in 1.20.
Eric Anholt
2010-07-07
1
-0
/
+7
*
glsl2: Add gl_MaxTextureCoords
Ian Romanick
2010-07-01
1
-14
/
+17
*
glsl2: Default delcaration of gl_TexCoord is unsized
Ian Romanick
2010-07-01
1
-10
/
+16
*
glsl2: Make gl_MaxDrawBuffers available in the vertex shader
Ian Romanick
2010-06-29
1
-32
/
+42
*
glsl2: Make gl_MaxDrawBuffers available in the fragment shader
Ian Romanick
2010-06-29
1
-0
/
+15
*
glsl2: Make gl_FragData be available in GLSL 1.10 too
Ian Romanick
2010-06-29
1
-12
/
+5
*
glsl2: Pass MaxDrawBuffers from core Mesa into the GLSL compiler
Ian Romanick
2010-06-29
1
-24
/
+22
*
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt
2010-06-24
1
-0
/
+345