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-06-26
glsl: added slang_oper_num_children() helper
Brian Paul
2009-06-26
glsl: check-point: declare _returnFlag
Brian Paul
2009-06-26
glsl: added slang_operation_insert_child()
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: added slang_oper_child_const()
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: added slang_operation_literal_int/bool() helper functions
Brian Paul
2009-06-26
glsl: don't allocate 0-length children array in slang_operation_copy()
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: added slang_operation_add_children() and slang_oper_child() helpers
Brian Paul
2009-06-26
glsl: added slang_assemble_ctx::EmitContReturn field, init
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-06-22
mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS
Brian Paul
2009-06-10
glsl: fix warnings, update comments, s/TRUE/GL_TRUE/
Brian Paul
2009-06-10
glsl: Handle continuation characters in preprocessor.
Brian Paul
2009-06-10
glsl: Fix symbol replacement handling in preprocessor.
Brian Paul
2009-06-09
glsl: Expand nested preprocessor macros.
Brian Paul
2009-06-08
glsl: Fix preprocessor define argument parsing for dead sections.
Brian Paul
2009-04-27
Avoid a segfault in shader compilation
Robert Ellison
2009-04-14
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-07
glsl: don't optimize program if MESA_GLSL=nopt
Brian Paul
2009-04-02
glsl: fix segfault in linker when vertex or fragment shader was missing
Brian Paul
2009-04-01
glsl: implement compiling/linking of separate compilation units
Brian Paul
2009-04-01
glsl: fix texgen state variable tokens in emit_statevars()
Brian Paul
2009-03-25
slang: ensure structure elements have their array length set
Alan Hourihane
2009-03-20
slang: Use _mesa_snprintf() wrapper.
Michal Krol
2009-03-19
slang: initialize the context
Alan Hourihane
2009-03-19
slang: support uniform arrays
Alan Hourihane
2009-03-19
glsl: change GLSL #pragma initialization
Brian Paul
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
2009-03-18
slang: if we detect an if/break or if/continue within a loop and we're
Alan Hourihane
2009-03-10
glsl: remove _slang_attach_storage() function
Brian Paul
2009-03-10
glsl: some clean-ups, remove old assertions, add new assertions
Brian Paul
2009-03-10
glsl: remove stray/unneeded totalSize assignment
Brian Paul
2009-03-10
glsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/
Brian Paul
2009-03-07
mesa: gl_register_file enum typedef
Brian Paul
2009-03-06
glsl: call the program optimizer
Brian Paul
2009-02-28
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-24
glsl: silence warning
Brian Paul
2009-02-23
glsl: yet another swizzled expression fix
Brian Paul
[next]