index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
slang
/
slang_emit.c
Age
Commit message (
Expand
)
Author
2009-12-22
mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.
Brian Paul
2009-12-22
mesa: adjust BRK/CONT BranchTarget to always point to ENDLOOP instruction
Brian Paul
2009-11-24
slang: Fix allocation size.
Michal Krol
2009-11-23
slang: Check return value from emit_instruction().
Michal Krol
2009-11-10
slang: Fix return value check.
Michal Krol
2009-11-10
slang: Check OOM conditions for alloc_node_storage().
Michal Krol
2009-11-10
slang: Check return value from new_instruction().
Michal Krol
2009-11-10
slang: Handle OOM condition in new_instruction().
Michal Krol
2009-09-29
glsl: add support for CMP instruction
Brian Paul
2009-04-14
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-01
glsl: implement compiling/linking of separate compilation units
Brian Paul
2009-03-19
glsl: when debug pragma is on, emit comments about function calls/inlines
Brian Paul
2009-03-07
mesa: gl_register_file enum typedef
Brian Paul
2009-02-23
glsl: yet another swizzled expression fix
Brian Paul
2009-02-23
glsl: fix another swizzle-related bug
Brian Paul
2009-02-20
glsl: use new IR opcodes for TEX instructions with shadow comparison
Brian Paul
2009-02-18
glsl: fix a swizzle-related regression
Brian Paul
2009-02-17
glsl: fix mistake in a comment
Brian Paul
2009-02-17
glsl: fix an array indexing bug
Brian Paul
2009-02-02
glsl: update program->InputsRead when referencing input attributes
Brian Paul
2009-01-16
glsl: fix broken sampler assignments
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: support sampler arrays.
Alan Hourihane
2009-01-07
mesa: Add _mesa_snprintf.
José Fonseca
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
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-16
mesa: fix some GLSL array regressions
Brian Paul
2008-11-26
mesa: add missing size check for assignment optimization
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: don't realloc instruction buffer so often
Brian Paul
2008-11-13
mesa: no longer need Writemask field in GLSL IR nodes
Brian Paul
2008-11-13
mesa: revamp GLSL instruction emit code
Brian Paul
2008-11-07
mesa: add GLSL support for DP2, NRM3, NRM4 instructions (not actually emitted...
Brian Paul
2008-11-05
mesa: fix a GLSL array indexing codegen bug
Brian Paul
2008-11-01
mesa: fix assignment / parameter passing of sampler types
Brian Paul
2008-08-25
mesa: glsl: grab latest fixes from gallium-0.1 branch
Brian Paul
2008-08-16
mesa: import latest GLSL code from gallium-0.1 branch
Brian Paul
2008-07-29
mesa: glsl: remove old assertion (fixes glsl/bitmap.c)
Brian Paul
2008-07-29
mesa: glsl: assorted fixes for resolving polymorphic functions
Brian Paul
2008-07-29
mesa: glsl: additional error detection
Brian Paul
2008-07-29
mesa: gls: fix broken else clause of conditional break/continue
Brian Paul
2008-07-29
mesa: glsl: fix/simplify array element handling
Brian Paul
2008-07-29
mesa: glsl: rework swizzle storage handling
Brian Paul
2008-07-29
mesa: initial support for GLSL struct/array comparisons
Brian Paul
2008-07-29
mesa: added null ptr check (error handling case)
Brian Paul
2008-07-29
mesa: glsl: various writemask/swizzle improvements and clean-ups
Brian Paul
[next]