index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
slang
/
slang_ir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: gl_register_file enum typedef
Brian Paul
2009-03-07
1
-5
/
+5
*
glsl: use new IR opcodes for TEX instructions with shadow comparison
Brian Paul
2009-02-20
1
-0
/
+3
*
glsl: simplify IR storage for samplers
Brian Paul
2009-01-14
1
-1
/
+21
*
mesa: rework GLSL array code generation
Brian Paul
2008-11-19
1
-0
/
+50
*
mesa: no longer need Writemask field in GLSL IR nodes
Brian Paul
2008-11-13
1
-17
/
+1
*
mesa: add GLSL support for DP2, NRM3, NRM4 instructions (not actually emitted...
Brian Paul
2008-11-07
1
-2
/
+5
*
mesa: include shader/prog_instruction.h
Brian Paul
2008-11-07
1
-0
/
+1
*
mesa: rename OPCODE_INT -> OPCODE_TRUNC
Brian Paul
2008-11-06
1
-1
/
+1
*
mesa: import latest GLSL code from gallium-0.1 branch
Brian Paul
2008-08-16
1
-6
/
+7
*
mesa: glsl: various writemask/swizzle improvements and clean-ups
Brian Paul
2008-07-29
1
-16
/
+2
*
mesa: rework array/struct addressing code.
Brian Paul
2008-07-29
1
-0
/
+63
*
mesa: add missing VARYING case to storage_string()
Brian Paul
2008-07-08
1
-0
/
+2
*
mesa: add/fix some IrInfo entries for debugging purposes
Brian Paul
2008-07-01
1
-3
/
+5
*
Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.
Brian
2007-07-26
1
-1
/
+1
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-1
/
+1
*
fix some DDX,DDY mix-ups
Brian
2007-05-02
1
-1
/
+1
*
Remove all the USE_MEMPOOL debug code.
Brian
2007-04-21
1
-7
/
+8
*
Use new memory pool allocator. Lots of debug code still in place...
Brian
2007-04-21
1
-1
/
+5
*
remove IR_BREAK_IF_FALSE
Brian
2007-03-28
1
-4
/
+0
*
Get rid of IR_CONT_IF_FALSE
Brian
2007-03-28
1
-4
/
+0
*
Get rid of IR_JUMP and related code.
Brian
2007-03-26
1
-4
/
+0
*
disable free() until other issues can be fixed...
Brian
2007-03-26
1
-0
/
+2
*
fix mistake in _slang_free_ir()
Brian
2007-03-24
1
-1
/
+1
*
Properly free the slang_ir_node->Store data (use ref counting).
Brian
2007-03-24
1
-12
/
+45
*
IR utility functions
Brian
2007-03-24
1
-0
/
+354