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
Age
Commit message (
Expand
)
Author
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-07
glsl: remove dead code
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
2009-01-02
mesa: fix warning about possibly undefined var in GLSL compiler
Brian Paul
2009-01-02
mesa: fix another "out of samplers" problem
Brian Paul
2009-01-01
mesa: updated comments about GLSL constants
Brian Paul
2008-12-31
mesa: increase max texture image units and GLSL samplers to 16
Brian Paul
2008-12-30
mesa: fix bug in evaluation of structure fields
Brian Paul
2008-12-30
mesa: allow variable indexing into the predefined uniform variable arrays
Brian Paul
2008-12-30
mesa: better error message when running out of GLSL samplers
Brian Paul
2008-12-18
glsl: Fix handling of nested parens in macro actual arguments.
Michal Krol
2008-12-16
mesa: disable debug output
Brian Paul
2008-12-16
mesa: fix some GLSL array regressions
Brian Paul
2008-12-15
mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functions
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: remove unused varpool code in glsl compiler
Brian Paul
2008-12-12
mesa: basic array constructors work now
Brian Paul
2008-12-12
mesa: copy array_len in slang_fully_specified_type_copy()
Brian Paul
2008-12-12
mesa: remove incorrect array_len assignment
Brian Paul
2008-12-12
mesa: array size fix in _slang_typeof_operation()
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: use _slang_alloc()
Brian Paul
2008-12-12
mesa: glsl compiler function renaming
Brian Paul
2008-12-12
mesa: more glsl type/function movement
Brian Paul
2008-12-12
mesa: move some glsl compiler functions to different files to be more consistant
Brian Paul
2008-12-12
mesa: move _slang_locate_function() to different file
Brian Paul
2008-12-12
mesa: remove unused fixup table code in glsl compiler
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-12-09
mesa: in slang linker, replace assertion with link error when max samplers ex...
Brian Paul
2008-11-26
mesa: add missing type check for function calls
Brian Paul
2008-11-26
mesa: add missing size check for assignment optimization
Brian Paul
[next]