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_emit.c
Age
Commit message (
Expand
)
Author
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
2008-07-29
mesa: rework array/struct addressing code.
Brian Paul
2008-07-16
mesa: fix temp re-use bug in emit_arith()
Brian Paul
2008-07-15
mesa: add missing IR_LOG2 case
Brian Paul
2008-07-15
mesa: fix storage size computation in emit_arith()
Brian Paul
2008-07-01
mesa: make _slang_swizzle_swizzle() non-private
Brian Paul
2008-06-12
glsl: implement variable array indexes
Zack Rusin
2008-05-14
Updated GLSL uniform/sampler handling from gallium-0.1 branch
Brian Paul
2008-05-14
fix some additional program refcounting bugs
Brian Paul
2008-03-14
init tmpNode to zeros
Brian
2008-03-14
mesa: fix emit_clamp() so that we don't use an output register as temporary
Brian
2007-11-27
set fp->UsesKill when emitting OPCODE_KIL
Brian
2007-11-23
Fix parsing of gl_FrontLightModelProduct.sceneColor, don't segfault on variab...
Brian
2007-10-02
fix comment: s/branch/kill/
Brian
2007-07-26
Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.
Brian
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-04-21
Remove all the USE_MEMPOOL debug code.
Brian
2007-04-21
Use new memory pool allocator. Lots of debug code still in place...
Brian
2007-04-21
free subroutine array (fix mem leak)
Brian
2007-04-16
Fix some assertions that could occur when an error was earlier logged.
Brian
2007-04-09
undo a debug/test change
Brian
2007-03-31
always emit BGN/ENDSUB, for now anyway
Brian
2007-03-28
cond code fix
Brian
2007-03-28
fix cond code swizzle bug
Brian
2007-03-28
optimization for the emit_not() function
Brian
[next]