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
2010-03-04
glsl: Remove unsigned greater than or equal zero comparison.
Vinson Lee
2010-03-04
glsl: Remove unsigned greater than or equal zero comparison.
Vinson Lee
2010-03-04
glsl: Return NULL on _slan_gen_asm error path on non-debug builds.
Vinson Lee
2010-02-27
glsl: Move assert from outside to inside of _slang_gen_swizzle function.
Vinson Lee
2010-02-27
glsl: Assert pointer is not null before dereferencing.
Vinson Lee
2010-02-25
glsl: implement support for GL_EXT_texture_array
Brian Paul
2010-02-19
mesa: restore _mesa_snprintf() - it's needed for Windows
Brian Paul
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-13
mesa: Fix compiler warnings
Karl Schultz
2010-01-27
mesa: fix double->float assignment warnings, int/uint comparison warnings
Brian Paul
2010-01-04
glsl: use varName variable in _slang_gen_assignment()
Brian Paul
2009-12-29
glsl: added uniform initializer check
Brian Paul
2009-11-17
mesa: fix assorted compiler warnings
Brian Paul
2009-09-29
glsl: add support for CMP instruction
Brian Paul
2009-09-24
glsl: init var to silence warning
Brian Paul
2009-08-12
glsl: move predefined shader input/output info/code to slang_builtin.c
Brian Paul
2009-07-09
glsl: do const parameter optimization for array element actual parameters
Brian Paul
2009-06-26
glsl: move/simplify error checking for 'return' statements
Brian Paul
2009-06-26
glsl: overhaul 'return' statement handling
Brian Paul
2009-06-26
glsl: predicate assignments according to __returnFlag
Brian Paul
2009-06-26
glsl: silence a problem warning
Brian Paul
2009-06-26
glsl: code refactoring for return statements
Brian Paul
2009-06-26
glsl: fix assorted regressions related to early-return-removal
Brian Paul
2009-06-26
glsl: rework loop nesting code
Brian Paul
2009-06-26
glsl: remove test for loop unrolling when we hit conditional cont/break
Brian Paul
2009-06-26
glsl: checkpoint: predicate __retVal = expr with __returnFlag
Brian Paul
2009-06-26
glsl: use new helper functions in _slang_gen_logical_and/or()
Brian Paul
2009-06-26
glsl: checkpoint: replace 'return' with __returnFlag=true;
Brian Paul
2009-06-26
glsl: fix uninitialized var in _slang_gen_for_without_continue()
Brian Paul
2009-06-26
glsl: check-point: declare _returnFlag
Brian Paul
2009-06-26
glsl: use slang_generate_declaration() to consolidate some code
Brian Paul
2009-06-26
glsl: remove obsolete comment
Brian Paul
2009-06-26
glsl: implement _slang_gen_while_without_continue()
Brian Paul
2009-06-26
glsl: fix a bug involving 'continue' in 'for' loops
Brian Paul
2009-06-26
glsl: use _slang_loop_contains_continue_or_break() to check for unrolling
Brian Paul
2009-06-26
glsl: use new _slang_loop_contains_continue() helper function
Brian Paul
2009-06-26
glsl: implement continue->break translation for do-while loops
Brian Paul
2009-06-26
glsl: remove debug code, misc clean-up
Brian Paul
2009-06-26
glsl: implement continue->break transformation for for-loops
Brian Paul
2009-06-26
glsl: don't unroll loops containing continue/break
Brian Paul
2009-06-26
Revert "slang: if/else/break & if/else/continue work for unrolled loops"
Brian Paul
2009-04-01
glsl: implement compiling/linking of separate compilation units
Brian Paul
2009-03-20
slang: Use _mesa_snprintf() wrapper.
Michal Krol
2009-03-19
slang: support uniform arrays
Alan Hourihane
2009-03-19
glsl: when debug pragma is on, emit comments about function calls/inlines
Brian Paul
2009-03-19
slang: if/else/break & if/else/continue work for unrolled loops
Alan Hourihane
2009-03-18
slang: redo the last commit for if/break & if/continue tests as it
Alan Hourihane
2009-03-18
Revert "slang: if we detect an if/break or if/continue within a loop and we're"
Alan Hourihane
[next]