index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
slang
/
slang_codegen.c
Age
Commit message (
Expand
)
Author
2009-01-14
glsl: minor clean-up for rect sampler test
Brian Paul
2009-01-14
glsl: propagate pragma info down into compiler from preprocessor
Brian Paul
2009-01-14
glsl: simplify IR storage for samplers
Brian Paul
2009-01-14
glsl: fix regression from sampler arrays commit
Alan Hourihane
2009-01-14
glsl: fix a comment typo
Alan Hourihane
2009-01-14
glsl: support sampler arrays.
Alan Hourihane
2009-01-09
glsl: make minimum struct size = 2, not 1
Brian Paul
2009-01-07
glsl: bump up MAX_FOR_LOOP_UNROLL_COMPLEXITY
Brian Paul
2009-01-07
mesa: Add _mesa_snprintf.
José Fonseca
2009-01-07
glsl: disable some unused functions (but don't remove just yet)
Brian Paul
2009-01-07
glsl: also unroll loops with variable declarations such as "for (int i = 0; ..."
Brian Paul
2009-01-06
glsl: loop unroll adjustments
Brian Paul
2009-01-06
glsl: implement loop unrolling for simple 'for' loops
Brian Paul
2009-01-06
mesa: Move var declaration to top of scope.
Brian Paul
2009-01-05
mesa: fix a GLSL swizzled writemask bug
Brian Paul
2008-12-31
mesa: increase max texture image units and GLSL samplers to 16
Brian Paul
2008-12-16
mesa: fix some GLSL array regressions
Brian Paul
2008-12-15
mesa: bump glsl grammar revision
Brian Paul
2008-12-15
mesa: more re-org of variable declarations in glsl compiler
Brian Paul
2008-12-15
mesa: more comments, clean up
Brian Paul
2008-12-15
mesa: added comments, remove unused code
Brian Paul
2008-12-15
mesa: checkpoint: handle uniform vars in _slang_gen_var_decl()
Brian Paul
2008-12-12
mesa: place glsl constant arrays in constant memory
Brian Paul
2008-12-12
mesa: code clean-up in glsl compiler
Brian Paul
2008-12-12
mesa: remove unneeded swizzle init code in glsl compiler
Brian Paul
2008-12-12
mesa: disable glsl debug output
Brian Paul
2008-12-12
mesa: basic array constructors work now
Brian Paul
2008-12-12
mesa: fix some more GLSL 1.20 array things.
Brian Paul
2008-12-12
mesa: more glsl function renaming
Brian Paul
2008-12-12
mesa: glsl compiler function renaming
Brian Paul
2008-12-12
mesa: move some glsl compiler functions to different files to be more consistant
Brian Paul
2008-12-12
mesa: checkpoint: GLSL 1.20 array constructors
Brian Paul
2008-12-11
mesa: consolidate variable declaration initializer code for globals too
Brian Paul
2008-12-11
mesa: move variable initializer IR generation into _slang_gen_var_decl()
Brian Paul
2008-12-11
mesa: simplify some glsl variable declaration code
Brian Paul
2008-12-11
mesa: glsl clean-ups
Brian Paul
2008-12-11
mesa: checkpoint commit of GLSL 1.20 array syntax.
Brian Paul
2008-11-26
mesa: add missing type check for function calls
Brian Paul
2008-11-24
mesa: added support for GLSL 1.20 array.length() method
Brian Paul
2008-11-24
mesa: set flags for varying vars
Brian Paul
2008-11-24
mesa: add Flags field to gl_program_parameter
Brian Paul
2008-11-21
mesa: issue error, don't crash, when calling a prototyped, but undefined func...
Brian Paul
2008-11-21
mesa: better variable name: s/aux/store/
Brian Paul
2008-11-19
mesa: rework GLSL array code generation
Brian Paul
2008-11-19
mesa: updated comment
Brian Paul
2008-11-13
mesa: no longer need Writemask field in GLSL IR nodes
Brian Paul
2008-11-13
mesa: remove some do-nothing GLSL code
Brian Paul
2008-11-10
mesa: track initialization status of uniform variables. Plus, asst clean-ups.
Brian Paul
2008-11-10
mesa: initial support for uniform variable initializers.
Brian Paul
2008-11-07
mesa: add GLSL support for DP2, NRM3, NRM4 instructions (not actually emitted...
Brian Paul
[next]