index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
slang
/
slang_typeinfo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-10
mesa: move shader/slang/* sources to main/slang/*
Brian Paul
1
-1177
/
+0
2010-02-25
glsl: implement support for GL_EXT_texture_array
Brian Paul
1
-16
/
+28
2010-02-19
mesa: replace _mesa_bzero() with memset()
Brian Paul
1
-1
/
+1
2010-02-13
glsl: added type layout field and new type compare func
Brian Paul
1
-0
/
+27
2009-03-25
slang: ensure structure elements have their array length set
Alan Hourihane
1
-0
/
+1
2009-01-14
glsl: fix comment
Brian Paul
1
-1
/
+1
2008-12-12
mesa: copy array_len in slang_fully_specified_type_copy()
Brian Paul
1
-0
/
+1
2008-12-12
mesa: array size fix in _slang_typeof_operation()
Brian Paul
1
-1
/
+9
2008-12-12
mesa: more glsl function renaming
Brian Paul
1
-8
/
+8
2008-12-12
mesa: use _slang_alloc()
Brian Paul
1
-1
/
+1
2008-12-12
mesa: glsl compiler function renaming
Brian Paul
1
-3
/
+3
2008-12-12
mesa: more glsl type/function movement
Brian Paul
1
-2
/
+2
2008-12-12
mesa: move some glsl compiler functions to different files to be more consistant
Brian Paul
1
-8
/
+103
2008-12-12
mesa: move _slang_locate_function() to different file
Brian Paul
1
-72
/
+1
2008-12-12
mesa: checkpoint: GLSL 1.20 array constructors
Brian Paul
1
-1
/
+27
2008-11-24
mesa: added support for GLSL 1.20 array.length() method
Brian Paul
1
-0
/
+6
2008-08-16
mesa: import latest GLSL code from gallium-0.1 branch
Brian Paul
1
-2
/
+30
2008-07-29
mesa: glsl: assorted fixes for resolving polymorphic functions
Brian Paul
1
-39
/
+61
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
1
-2
/
+2
2007-04-21
Remove all the USE_MEMPOOL debug code.
Brian
1
-30
/
+1
2007-04-21
Use new memory pool allocator. Lots of debug code still in place...
Brian
1
-0
/
+29
2007-04-18
added _slang_gltype_from_specifier()
Brian
1
-0
/
+76
2007-04-08
support for GLSL 1.20 non-square matrices
Brian
1
-2
/
+36
2007-03-14
continue prev check-in: save ptr to slang_function for SLANG_OPER_CALL
Brian
1
-5
/
+13
2007-03-14
After we've found the slang_function ptr for a SLANG_OPER_CALL node, save the...
Brian
1
-59
/
+73
2007-03-14
make _slang_typeof_function() static
Brian
1
-28
/
+28
2007-03-07
s/equal/EQUAL/, fix bugs in logical or/and code.
Brian
1
-2
/
+2
2007-02-26
re-enable some code
Brian
1
-2
/
+0
2007-02-26
Overhaul of error handling.
Brian
1
-54
/
+69
2007-02-16
change all enum tokens to uppercase
Brian
1
-159
/
+159
2007-02-16
Allow int->float argument conversion in _slang_locate_function().
Brian
1
-7
/
+37
2007-02-13
remove dead code
Brian
1
-3
/
+3
2007-02-03
Add literal_size field to slang_operation.
Brian
1
-2
/
+43
2007-02-02
add _slang_multiply_swizzles()
Brian
1
-0
/
+16
2007-02-02
move _slang_locate_function()
Brian
1
-0
/
+52
2007-02-02
s/slang_assembly_typeinfo/slang_typeinfo/
Brian
1
-18
/
+18
2007-02-02
s/slang_assembly_name_space/slang_name_space/
Brian
1
-3
/
+3
2007-02-02
rename slang_assemble_typeinfo.[ch] to slang_typeinfo.[ch]
Brian
1
-1
/
+1
2007-02-02
rename slang_assemble_typeinfo.[ch] to slang_typeinfo.[ch]
Brian
1
-0
/
+738