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_codegen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: fix float-valued GLSL vertex attribute variables
Brian Paul
2008-11-04
1
-8
/
+8
*
mesa: fix assignment / parameter passing of sampler types
Brian Paul
2008-11-01
1
-7
/
+7
*
mesa: fix copy/paste error in GLSL error msg
Brian Paul
2008-10-31
1
-1
/
+1
*
mesa: prevent the slang code generator from aborting when faced with a sample...
Sam Hocevar
2008-09-25
1
-1
/
+5
*
mesa: glsl: grab latest fixes from gallium-0.1 branch
Brian Paul
2008-08-25
1
-7
/
+36
*
mesa: import latest GLSL code from gallium-0.1 branch
Brian Paul
2008-08-16
1
-100
/
+384
*
mesa: glsl: count number of temp regs used
Haihao Xiang
2008-08-06
1
-2
/
+0
*
mesa: cast to fix warning
Brian Paul
2008-07-29
1
-1
/
+1
*
mesa: fix bug/failure in recursive function inlining
Brian Paul
2008-07-29
1
-5
/
+27
*
mesa: remove stray debug code
Brian Paul
2008-07-29
1
-1
/
+0
*
mesa: glsl: assorted fixes for resolving polymorphic functions
Brian Paul
2008-07-29
1
-48
/
+130
*
mesa: glsl: additional error detection
Brian Paul
2008-07-29
1
-7
/
+53
*
mesa: gls: fix broken else clause of conditional break/continue
Brian Paul
2008-07-29
1
-10
/
+4
*
mesa: Silence compiler warning on windows.
Michal Krol
2008-07-29
1
-1
/
+1
*
mesa: glsl: mark constructor params as const
Brian Paul
2008-07-29
1
-1
/
+2
*
mesa: glsl: rework swizzle storage handling
Brian Paul
2008-07-29
1
-2
/
+22
*
mesa: glsl: implement constructor functions for user-defined types
Brian Paul
2008-07-29
1
-0
/
+166
*
mesa: fix +=, -=, etc. operators
Brian Paul
2008-07-29
1
-4
/
+4
*
mesa: assorted glsl uniform/attribute fixes
Brian Paul
2008-07-29
1
-2
/
+19
*
mesa: glsl: various writemask/swizzle improvements and clean-ups
Brian Paul
2008-07-29
1
-18
/
+44
*
mesa: rework array/struct addressing code.
Brian Paul
2008-07-29
1
-46
/
+104
*
mesa: fix some function inlining bugs
Brian Paul
2008-07-29
1
-1
/
+16
*
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
[next]