2007-02-08 |
Brian | Use conditional break in for/do/while loops. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Brian | Simplify code with eval_condition(). Implement conditi... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Brian | remove old loop break/cont stuff |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Brian | high vs. low level if/then/else code emit |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Brian | s/%f/%g/ |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Brian | Remove old functions for generating BRA-based looping. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Brian | Use IR_LOOP to represent do-while and for-loops. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Brian | BRK and CONT work the same |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Brian | Implement CONT, improve BRK. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Brian | replace IR_BEGIN_LOOP/IR_END_LOOP with IR_LOOP |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Brian | new_node[0123]() functions |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Brian | redo IR_IF node, removing IR_ELSE, IR_ENDIF |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Brian | BRK instruction's BranchTarget field now used for effic... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Brian | Use IR node's BranchNode field for IF/ELSE/ENDIF instru... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Brian | minor formatting changes |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Brian | set UseHighLevelInstructions = false for now |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Brian | Initial implementation of high-level flow-control instr... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Brian | indentation for program instructions (if/else, loops) |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Brian | Initial support of loop and subroutine instructions. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Brian | Merge SWvertex texcoord and varying fields into attrib... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Brian | Add literal_size field to slang_operation. |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Brian | minor tweaks to distance() funcs |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Brian | remove unused slang_operation fields |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Brian | shading language texture demo/test |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Brian | added FLUSH_VERTICES() in _mesa_use_program() |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Brian | added texdemo1 |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Brian | Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS. |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Brian | Only glUniform1i() can be used to set sampler uniforms... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Brian | add vec4_texcube to AsmInfo[] |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Brian | add _slang_multiply_swizzles() |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | clean-ups |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | clean-ups |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | clean-ups |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove slang_builtin_vec4.gc |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove slang_builtin_vec4.gc |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove slang_export.[ch] |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | reformat, clean-up comments |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | move _slang_locate_function() |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove multibyte chars |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove unused field |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove slang_asm_string() |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | s/SLANG_ASSEMBLE_TYPEINFO_H/SLANG_TYPEINFO_H/ |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | s/slang_assembly_typeinfo/slang_typeinfo/ |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | s/slang_assembly_name_space/slang_name_space/ |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove slang_library_texsample.[ch] |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove slang_library_texsample.[ch] |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | rename slang_link2.c slang_link.c |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | rename slang_link2.c slang_link.c |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | rename slang_assemble_typeinfo.[ch] to slang_typeinfo... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | rename slang_assemble_typeinfo.[ch] to slang_typeinfo... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove more slang assembly-related code |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove more slang assembly-related files, codee |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | removed obsolete shader assembly files |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove more assembly-related code |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove slang_assemble*.c files |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | move some functions, disable some code in preparation... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | fix emit_tex() breakage |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove slang_export.c and related code |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | Remove old slang linker code. |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove slang_link.c and slang_analyse.c |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove old linker stuff |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | added newline at end |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | Remove obsolete files. |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | remove slang_execute.c, slang_execute_x86.c |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | Remove all dependencies on the old slang interpreter... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | reindent |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | _slang_evaluate_int() no longer used |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | use _slang_simplify() to evaluate array sizes |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | Move guts of slang_lookup_constant() into a new functio... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | replace abort() with _mesa_problem() |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | fix maxInst argument |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | try to simplify variable initializers |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | unroll inner loop of interpolate_varying() |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | simplify derivative-related code |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | simplify interpolate_texcoords() |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | Replace color, z, w, texture interpolants with new... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | New span attrStart/attrStepX/attrStepY fields to replac... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | get rid of unused span->start field |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian | Fix logic in _slang_simplify(): vec2() constructor... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Brian | comments |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Brian | remove slang_label.c until it's ready |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Brian | New SWspanarrays attribs[] array. |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Brian | silence uninitialized var warning |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Brian | silence uninitialized var warning |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Brian | move span-related types/tokens into s_span.h |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Brian | additional assertions, bump up MAX_EXEC |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Brian | disable all x86 code, broken and will eventually be... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Brian | Overhaul handling of writemasks/swizzling. This fixes... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Brian | New asm instruction and IR_CLAMP node type to allow... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Brian | allow fragment-only and vertex-only programs |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Brian | fix _mesa_get_uniform_location() so it uses the given... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Brian | noise() works now |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Brian | noise functions |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Brian | simple noise test |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Brian | combine emit_unop(), emit_binop(), emit_triop() into... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Brian | implement mix() with LRP instruction |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Brian | Lots of vartable clean-ups, fixes. Report an error... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Brian | minor clean-ups |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Brian | minor updates |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Brian | Clean-up of var/temp allocation function parameters. |
commit | commitdiff | tree | snapshot |
next |