index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
slang
/
slang_link.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
glGetAttribLocation always returned 1 (bug 11774)
Brian
2007-07-31
1
-1
/
+3
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-10
/
+10
*
Added error check that all varying vars needed by the fragment shader are pro...
Brian
2007-04-26
1
-8
/
+35
*
move allocation of shProg->Attributes earlier in function
Brian
2007-04-21
1
-3
/
+3
*
Start fixing some issues with uniform variables and their types.
Brian
2007-04-18
1
-2
/
+2
*
call ProgramStringNotify() after linking
Brian
2007-04-18
1
-0
/
+6
*
use _mesa_clear_shader_program_data()
Brian
2007-04-12
1
-1
/
+1
*
remove debug abort() calls
Brian
2007-03-26
1
-3
/
+4
*
disable printing shader program debug info
post-merge-glsl-compiler-1
Brian
2007-03-26
1
-4
/
+4
*
In _mesa_add_unnamed_constant() and _mesa_lookup_parameter_constant() allow s...
Brian
2007-03-22
1
-2
/
+2
*
fix incorrect HPOS write test
Brian
2007-03-07
1
-2
/
+2
*
Generate an error if the vertex shader does not write to gl_Position.
Brian
2007-03-07
1
-1
/
+12
*
fix vert/frag typo
Brian
2007-03-06
1
-1
/
+1
*
replace GLint with gl_state_index
Brian
2007-02-23
1
-1
/
+1
*
Re-implement branching with slang_labels.
Brian
2007-02-23
1
-42
/
+0
*
remove dead code
Brian
2007-02-16
1
-21
/
+0
*
s/_slang_link2/_slang_link/
Brian
2007-02-16
1
-6
/
+6
*
Use IR_LOOP to represent do-while and for-loops.
Brian
2007-02-07
1
-1
/
+1
*
rename slang_link2.c slang_link.c
Brian
2007-02-02
1
-0
/
+647
*
Remove old slang linker code.
Brian
2007-02-02
1
-871
/
+0
*
Remove all dependencies on the old slang interpreter/executor.
Brian
2007-02-02
1
-2
/
+0
*
use MAX_VARYING
Brian
2006-12-15
1
-1
/
+1
*
Indent and cosmetic changes.
Michal Krol
2006-10-13
1
-555
/
+623
*
Fix attrib handling.
Michal Krol
2006-05-16
1
-29
/
+48
*
Remove carriage returns.
Michal Krol
2006-04-25
1
-786
/
+786
*
Add support for ARB_vertex_shader attrib binding and query.
Michal Krol
2006-04-18
1
-104
/
+358
*
More GLSL code:
Michal Krol
2006-04-04
1
-19
/
+114
*
More GLSL code:
Michal Krol
2006-03-14
1
-14
/
+36
*
More GLSL code:
Michal Krol
2006-02-27
1
-7
/
+236
*
More GLSL code:
Michal Krol
2006-02-21
1
-0
/
+186