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_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: fix a GLSL array indexing codegen bug
Brian Paul
2008-11-05
1
-7
/
+100
*
mesa: fix assignment / parameter passing of sampler types
Brian Paul
2008-11-01
1
-0
/
+8
*
mesa: glsl: fix a swizzle bug in storage_to_src_reg()
Brian Paul
2008-08-20
1
-2
/
+4
*
mesa: glsl: add check for exceeding max number of constants/uniforms
Brian Paul
2008-08-20
1
-0
/
+14
*
mesa: glsl: add usage tracking for uniform vars
Brian Paul
2008-08-19
1
-0
/
+4
*
mesa: glsl: put var emit/ref code into separate functions
Brian Paul
2008-08-19
1
-53
/
+81
*
mesa: glsl: fix comment
Brian Paul
2008-08-12
1
-1
/
+1
*
mesa: glsl: re-org of intermediate/temp storage
Brian Paul
2008-08-05
1
-116
/
+110
*
mesa: glsl: add missing code emit for struct/field
Brian Paul
2008-08-04
1
-0
/
+4
*
mesa: glsl: stop code emit after error is recorded
Brian Paul
2008-08-04
1
-0
/
+6
*
mesa: glsl: remove old assertion (fixes glsl/bitmap.c)
Brian Paul
2008-07-29
1
-1
/
+0
*
mesa: glsl: assorted fixes for resolving polymorphic functions
Brian Paul
2008-07-25
1
-0
/
+6
*
mesa: glsl: additional error detection
Brian Paul
2008-07-25
1
-1
/
+5
*
mesa: gls: fix broken else clause of conditional break/continue
Brian Paul
2008-07-24
1
-3
/
+1
*
mesa: glsl: fix/simplify array element handling
Brian Paul
2008-07-23
1
-39
/
+15
*
mesa: glsl: rework swizzle storage handling
Brian Paul
2008-07-22
1
-44
/
+13
*
mesa: initial support for GLSL struct/array comparisons
Brian Paul
2008-07-21
1
-14
/
+57
*
mesa: added null ptr check (error handling case)
Brian Paul
2008-07-21
1
-0
/
+3
*
mesa: glsl: various writemask/swizzle improvements and clean-ups
Brian Paul
2008-07-18
1
-34
/
+33
*
mesa: rework array/struct addressing code.
Brian Paul
2008-07-18
1
-80
/
+160
*
mesa: fix temp re-use bug in emit_arith()
Brian Paul
2008-07-16
1
-8
/
+20
*
mesa: add missing IR_LOG2 case
Brian Paul
2008-07-15
1
-2
/
+3
*
mesa: fix storage size computation in emit_arith()
Brian Paul
2008-07-15
1
-2
/
+3
*
mesa: make _slang_swizzle_swizzle() non-private
Brian Paul
2008-07-01
1
-7
/
+10
*
glsl: implement variable array indexes
Zack Rusin
2008-06-12
1
-5
/
+11
*
mesa: minor bug fixes from master
Brian Paul
2008-05-14
1
-1
/
+11
*
fix some additional program refcounting bugs
Brian Paul
2008-05-14
1
-2
/
+2
*
mesa: init tmpNode to zeros
Brian Paul
2008-03-14
1
-0
/
+1
*
mesa: fix emit_clamp() so that we don't use an output register as temporary
Brian Paul
2008-03-14
1
-3
/
+12
*
Re-implement GLSL texture sampler variables.
Brian
2007-10-26
1
-1
/
+5
*
Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.
Brian
2007-07-26
1
-7
/
+9
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-7
/
+7
*
Remove all the USE_MEMPOOL debug code.
Brian
2007-04-21
1
-8
/
+0
*
Use new memory pool allocator. Lots of debug code still in place...
Brian
2007-04-21
1
-0
/
+9
*
free subroutine array (fix mem leak)
Brian
2007-04-21
1
-1
/
+8
*
Fix some assertions that could occur when an error was earlier logged.
Brian
2007-04-16
1
-4
/
+19
*
undo a debug/test change
Brian
2007-04-09
1
-1
/
+1
*
always emit BGN/ENDSUB, for now anyway
Brian
2007-03-31
1
-4
/
+1
*
cond code fix
Brian
2007-03-28
1
-1
/
+6
*
fix cond code swizzle bug
Brian
2007-03-28
1
-0
/
+5
*
optimization for the emit_not() function
Brian
2007-03-28
1
-3
/
+28
*
remove IR_BREAK_IF_FALSE
Brian
2007-03-28
1
-41
/
+13
*
Get rid of IR_CONT_IF_FALSE
Brian
2007-03-28
1
-5
/
+1
*
Don't emit OPCODE_CONT0/1, BRK0/1 instructions, clean-ups elsewhere.
Brian
2007-03-28
1
-49
/
+66
*
added some null ptr checks to handle error recovery
Brian
2007-03-28
1
-2
/
+15
*
Use constant_to_src_reg() to simplify some code
Brian
2007-03-28
1
-19
/
+24
*
Fix, clean-up code related to comparisons, condition codes, etc.
Brian
2007-03-28
1
-47
/
+78
*
Implement true CAL/RET subroutines. Some optimizations, clean-ups coming...
Brian
2007-03-27
1
-17
/
+154
*
Checkpoint: implementing true CAL/RET instructions for subroutine calls.
Brian
2007-03-26
1
-13
/
+60
*
Get rid of IR_JUMP and related code.
Brian
2007-03-26
1
-20
/
+1
[next]