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
/
mesa
/
shader
/
slang
/
slang_compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove more assembly-related code
Brian
2007-02-02
1
-69
/
+1
*
move some functions, disable some code in preparation for removing assembly code
Brian
2007-02-02
1
-5
/
+8
*
remove slang_export.c and related code
Brian
2007-02-02
1
-51
/
+0
*
Remove all dependencies on the old slang interpreter/executor.
Brian
2007-02-02
1
-27
/
+1
*
use _slang_simplify() to evaluate array sizes
Brian
2007-02-02
1
-2
/
+6
*
disable all x86 code, broken and will eventually be removed
Brian
2007-01-31
1
-3
/
+2
*
Lots of vartable clean-ups, fixes. Report an error message when we run out
Brian
2007-01-28
1
-1
/
+14
*
Rework code related to temp register allocation, both for user variables
Brian
2007-01-13
1
-16
/
+40
*
Fix a problem with inlined "return" statements. Make some attempt to free te...
Brian
2007-01-11
1
-0
/
+2
*
checkpoint: codegen for global vars w/ initializers
Brian
2007-01-10
1
-2
/
+18
*
Implement vertex attribute binding.
Brian
2007-01-09
1
-0
/
+1
*
Checkpoint: re-org of (global) variable allocation code. More to come...
Brian
2007-01-08
1
-2
/
+4
*
Checkpoint glsl compiler work: sampler uniforms now implemented, linked prope...
Brian
2007-01-05
1
-59
/
+8
*
Fix some incorrect GL error values. Reorganize _mesa_compile_shader() code.
Brian
2007-01-04
1
-28
/
+66
*
Clean-up and re-org of the main GLSL object types.
Brian
2006-12-19
1
-2
/
+21
*
new error msg
Brian
2006-12-19
1
-1
/
+1
*
Updated #includes after splitting program.h
Brian
2006-12-14
1
-0
/
+1
*
Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...
Brian
2006-12-13
1
-56
/
+192
*
call slang_variable_construct() inside slang_variable_scope_grow()
Brian Paul
2006-11-24
1
-6
/
+0
*
new slang_variable_scope_grow() function
Brian Paul
2006-11-24
1
-32
/
+14
*
reindent, add some comments
Brian Paul
2006-11-15
1
-1545
/
+1625
*
Add GLSL preprocessor.
Michal Krol
2006-09-26
1
-12
/
+22
*
More GLSL preprocessor code:
Michal Krol
2006-08-21
1
-0
/
+5
*
Enable vec4 extension for x86 back-end.
Michal Krol
2006-08-02
1
-31
/
+46
*
Cleanup code.
Michal Krol
2006-05-16
1
-262
/
+176
*
Silencium gcc warnings.
Michal Krol
2006-03-21
1
-122
/
+117
*
More GLSL code:
Michal Krol
2006-02-27
1
-32
/
+38
*
More GLSL code:
Michal Krol
2006-02-21
1
-119
/
+127
*
More GLSL code.
Michal Krol
2006-02-18
1
-707
/
+706
*
Fix a few warnings:
Brian Paul
2006-02-15
1
-6
/
+8
*
Add support for forward function declarations.
Michal Krol
2006-02-15
1
-38
/
+43
*
Get it running for ARB_vertex_shader.
Michal Krol
2006-02-13
1
-373
/
+585
*
Split slang_compile.c into several smaller files - it was just too big.
Michal Krol
2006-01-30
1
-829
/
+401
*
remove some test code;
Michal Krol
2006-01-16
1
-120
/
+99
*
additional wrapper updates, bug 4468
Brian Paul
2005-09-19
1
-7
/
+8
*
use mesa import wrappers, bug 4468
Brian Paul
2005-09-16
1
-2
/
+2
*
Committing in .
Jouk Jansen
2005-06-01
1
-10
/
+10
*
more slang code
Michal Krol
2005-05-25
1
-13
/
+17
*
intermediate code generator (not finished);
Michal Krol
2005-05-19
1
-69
/
+269
*
Add more error checking.
Michal Krol
2005-04-22
1
-110
/
+278
*
Move some utility functions to slang_utility.c.
Michal Krol
2005-04-22
1
-41
/
+2
*
Updates for OpenVMS : New makefiles
Jouk Jansen
2005-04-18
1
-2
/
+2
*
remove carriage returns
Brian Paul
2005-04-15
1
-2036
/
+2036
*
implement info log; parse #version directive
Michal Krol
2005-04-15
1
-174
/
+384
*
simple front-end compiler
Michal Krol
2005-04-13
1
-0
/
+1826