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_codegen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: fix array storage allocation bug
Brian Paul
2008-07-03
1
-0
/
+8
*
mesa: fix a GLSL vector subscript/writemask bug
Brian Paul
2008-07-01
1
-47
/
+90
*
mesa: move some functions
Brian Paul
2008-07-01
1
-99
/
+99
*
mesa: better function inlining in the presence of 'return' statements
Brian Paul
2008-07-01
1
-23
/
+105
*
fix incorrect sampler numbering/indexing.
Brian Paul
2008-05-20
1
-2
/
+1
*
fix assertion typo: s/=/==/
Brian Paul
2008-05-16
1
-1
/
+1
*
Updated GLSL uniform/sampler handling from gallium-0.1 branch
Brian Paul
2008-05-14
1
-5
/
+5
*
rewrite some of the mat*mat, mat*vec intrinsics
Brian
2008-04-03
1
-44
/
+0
*
Fix gl_FrontFacing compilation problem
Brian
2007-12-04
1
-1
/
+2
*
Merge branch '965-glsl'
Zou Nan hai
2007-10-26
1
-0
/
+1
|
\
|
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa into...
Zou Nan hai
2007-07-17
1
-9
/
+10
|
|
\
|
*
\
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa into...
Zou Nan hai
2007-07-04
1
-92
/
+192
|
|
\
\
|
*
|
|
Initial 965 GLSL support
Zou Nan hai
2007-04-12
1
-0
/
+1
*
|
|
|
Implement gl_PointCoord attribute for GLSL fragment shaders.
Brian
2007-10-24
1
-1
/
+5
*
|
|
|
fix failure caused by undeclared variable (bug 11783)
Brian
2007-07-31
1
-1
/
+2
*
|
|
|
fix-up inlined/non-inlined function inconsistencies
Brian
2007-07-26
1
-8
/
+11
*
|
|
|
Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.
Brian
2007-07-26
1
-8
/
+19
*
|
|
|
generate error upon writing to varying var in fragment program (bug 11733)
Brian
2007-07-26
1
-5
/
+8
|
|
_
|
/
|
/
|
|
*
|
|
fix swizzle-related bug 11534
Brian
2007-07-12
1
-2
/
+3
*
|
|
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-7
/
+7
|
|
/
|
/
|
*
|
add code for stpq, rgba writemasks in make_writemask(), bug 11404
Brian
2007-07-03
1
-0
/
+8
*
|
comment about fixing uniform structs
Brian
2007-05-14
1
-0
/
+13
*
|
user-declared uniform structs not supported yet (see bug 10908)
Brian
2007-05-11
1
-3
/
+16
*
|
Rewrite of slang_inline_asm_function() to do full parameter/argument substitu...
Brian
2007-05-01
1
-31
/
+64
*
|
fix double const, move an assertion
Karl Schultze
2007-04-24
1
-2
/
+2
*
|
Remove all the USE_MEMPOOL debug code.
Brian
2007-04-21
1
-41
/
+6
*
|
Use new memory pool allocator. Lots of debug code still in place...
Brian
2007-04-21
1
-1
/
+27
*
|
remove invalid assertion
Brian
2007-04-19
1
-1
/
+0
*
|
fix crash when program has invalid structure field
Brian
2007-04-19
1
-3
/
+4
*
|
fix an uninitialized variable and a warning
Brian
2007-04-18
1
-2
/
+2
*
|
record proper datatypes for uniforms/samplers
Brian
2007-04-18
1
-6
/
+4
*
|
Start fixing some issues with uniform variables and their types.
Brian
2007-04-18
1
-2
/
+5
*
|
Added sanity checking in _slang_sizeof_type_specifier() to be sure sizes are ...
Brian
2007-04-12
1
-27
/
+68
|
/
*
fix/work-around allocation bugs for non-square matrices
Brian
2007-04-10
1
-3
/
+6
*
NULL ptr check
Brian
2007-04-09
1
-1
/
+1
*
support for GLSL 1.20 non-square matrices
Brian
2007-04-08
1
-0
/
+9
*
fix scoping mistake in previous commit that checked for writable LHSs
Brian
2007-03-31
1
-1
/
+1
*
check that LHS of assignment is writable
Brian
2007-03-30
1
-1
/
+22
*
Handle logical NOT and XOR without library functions. Results in much tighte...
Brian
2007-03-28
1
-13
/
+48
*
don't generate IR_BREAK_IF_FALSE
Brian
2007-03-28
1
-10
/
+17
*
simplify, clean-up break/cont code
Brian
2007-03-28
1
-8
/
+10
*
added missing returns after slang_info_log_error() calls
Brian
2007-03-28
1
-0
/
+2
*
check that if/while/do-while condition is boolean or scalar
Brian
2007-03-28
1
-0
/
+34
*
Implement true CAL/RET subroutines. Some optimizations, clean-ups coming...
Brian
2007-03-27
1
-2
/
+8
*
Checkpoint: implementing true CAL/RET instructions for subroutine calls.
Brian
2007-03-26
1
-0
/
+29
*
Get rid of SLANG_OPER_GOTO, start rewrite of 'return' handling.
Brian
2007-03-26
1
-48
/
+46
*
remove debug abort() calls
Brian
2007-03-26
1
-8
/
+6
*
Additional error checking for 'return' statements.
Brian
2007-03-26
1
-6
/
+53
*
dead code elimination for constant-valued if/then/else
Brian
2007-03-26
1
-0
/
+13
*
Fix a few issues with computing storage sizes with respect to swizzles.
Brian
2007-03-26
1
-3
/
+3
[next]