2007-02-02 |
Brian | clean-ups |
commit | commitdiff | tree |
2007-02-02 |
Brian | clean-ups |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_builtin_vec4.gc |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_builtin_vec4.gc |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_export.[ch] |
commit | commitdiff | tree |
2007-02-02 |
Brian | reformat, clean-up comments |
commit | commitdiff | tree |
2007-02-02 |
Brian | move _slang_locate_function() |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove multibyte chars |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove unused field |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_asm_string() |
commit | commitdiff | tree |
2007-02-02 |
Brian | s/SLANG_ASSEMBLE_TYPEINFO_H/SLANG_TYPEINFO_H/ |
commit | commitdiff | tree |
2007-02-02 |
Brian | s/slang_assembly_typeinfo/slang_typeinfo/ |
commit | commitdiff | tree |
2007-02-02 |
Brian | s/slang_assembly_name_space/slang_name_space/ |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_library_texsample.[ch] |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_library_texsample.[ch] |
commit | commitdiff | tree |
2007-02-02 |
Brian | rename slang_link2.c slang_link.c |
commit | commitdiff | tree |
2007-02-02 |
Brian | rename slang_link2.c slang_link.c |
commit | commitdiff | tree |
2007-02-02 |
Brian | rename slang_assemble_typeinfo.[ch] to slang_typeinfo... |
commit | commitdiff | tree |
2007-02-02 |
Brian | rename slang_assemble_typeinfo.[ch] to slang_typeinfo... |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove more slang assembly-related code |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove more slang assembly-related files, codee |
commit | commitdiff | tree |
2007-02-02 |
Brian | removed obsolete shader assembly files |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove more assembly-related code |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_assemble*.c files |
commit | commitdiff | tree |
2007-02-02 |
Brian | move some functions, disable some code in preparation... |
commit | commitdiff | tree |
2007-02-02 |
Brian | fix emit_tex() breakage |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_export.c and related code |
commit | commitdiff | tree |
2007-02-02 |
Brian | Remove old slang linker code. |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_link.c and slang_analyse.c |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove old linker stuff |
commit | commitdiff | tree |
2007-02-02 |
Brian | added newline at end |
commit | commitdiff | tree |
2007-02-02 |
Brian | Remove obsolete files. |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_execute.c, slang_execute_x86.c |
commit | commitdiff | tree |
2007-02-02 |
Brian | Remove all dependencies on the old slang interpreter... |
commit | commitdiff | tree |
2007-02-02 |
Brian | reindent |
commit | commitdiff | tree |
2007-02-02 |
Brian | _slang_evaluate_int() no longer used |
commit | commitdiff | tree |
2007-02-02 |
Brian | use _slang_simplify() to evaluate array sizes |
commit | commitdiff | tree |
2007-02-02 |
Brian | Move guts of slang_lookup_constant() into a new functio... |
commit | commitdiff | tree |
2007-02-02 |
Brian | replace abort() with _mesa_problem() |
commit | commitdiff | tree |
2007-02-02 |
Brian | fix maxInst argument |
commit | commitdiff | tree |
2007-02-02 |
Brian | try to simplify variable initializers |
commit | commitdiff | tree |
2007-02-02 |
Brian | unroll inner loop of interpolate_varying() |
commit | commitdiff | tree |
2007-02-02 |
Brian | simplify derivative-related code |
commit | commitdiff | tree |
2007-02-02 |
Brian | simplify interpolate_texcoords() |
commit | commitdiff | tree |
2007-02-02 |
Brian | Replace color, z, w, texture interpolants with new... |
commit | commitdiff | tree |
2007-02-02 |
Brian | New span attrStart/attrStepX/attrStepY fields to replac... |
commit | commitdiff | tree |
2007-02-02 |
Brian | get rid of unused span->start field |
commit | commitdiff | tree |
2007-02-02 |
Brian | Fix logic in _slang_simplify(): vec2() constructor... |
commit | commitdiff | tree |
2007-02-01 |
Brian | comments |
commit | commitdiff | tree |
2007-02-01 |
Brian | remove slang_label.c until it's ready |
commit | commitdiff | tree |
2007-02-01 |
Brian | New SWspanarrays attribs[] array. |
commit | commitdiff | tree |
2007-02-01 |
Brian | silence uninitialized var warning |
commit | commitdiff | tree |
2007-02-01 |
Brian | silence uninitialized var warning |
commit | commitdiff | tree |
2007-02-01 |
Brian | move span-related types/tokens into s_span.h |
commit | commitdiff | tree |
2007-02-01 |
Brian | additional assertions, bump up MAX_EXEC |
commit | commitdiff | tree |
2007-02-01 |
Brian | disable all x86 code, broken and will eventually be... |
commit | commitdiff | tree |
2007-01-31 |
Brian | Overhaul handling of writemasks/swizzling. This fixes... |
commit | commitdiff | tree |
2007-01-31 |
Brian | New asm instruction and IR_CLAMP node type to allow... |
commit | commitdiff | tree |
2007-01-31 |
Brian | allow fragment-only and vertex-only programs |
commit | commitdiff | tree |
2007-01-30 |
Brian | fix _mesa_get_uniform_location() so it uses the given... |
commit | commitdiff | tree |
2007-01-29 |
Brian | noise() works now |
commit | commitdiff | tree |
2007-01-29 |
Brian | noise functions |
commit | commitdiff | tree |
2007-01-29 |
Brian | simple noise test |
commit | commitdiff | tree |
2007-01-28 |
Brian | combine emit_unop(), emit_binop(), emit_triop() into... |
commit | commitdiff | tree |
2007-01-28 |
Brian | implement mix() with LRP instruction |
commit | commitdiff | tree |
2007-01-28 |
Brian | Lots of vartable clean-ups, fixes. Report an error... |
commit | commitdiff | tree |
2007-01-28 |
Brian | minor clean-ups |
commit | commitdiff | tree |
2007-01-28 |
Brian | minor updates |
commit | commitdiff | tree |
2007-01-28 |
Brian | Clean-up of var/temp allocation function parameters. |
commit | commitdiff | tree |
2007-01-28 |
Brian | Improved register allocation: allow four 'float' vars... |
commit | commitdiff | tree |
2007-01-25 |
Brian | asst fixes, tranpose span->varying array indexes |
commit | commitdiff | tree |
2007-01-25 |
Brian | fixes, clean-ups, transpose span->varying array indexing |
commit | commitdiff | tree |
2007-01-25 |
Brian | new comments, ideas |
commit | commitdiff | tree |
2007-01-24 |
Brian | remove some parenthesis |
commit | commitdiff | tree |
2007-01-24 |
Brian | use FRAG_BIT_TEX() |
commit | commitdiff | tree |
2007-01-24 |
Brian | fix varying interpolation |
commit | commitdiff | tree |
2007-01-24 |
Brian | only setup varying vars that will be used |
commit | commitdiff | tree |
2007-01-24 |
Brian | added FRAG_BIT_TEX() and FRAG_BIT_VAR() macros |
commit | commitdiff | tree |
2007-01-24 |
Brian | updated comment |
commit | commitdiff | tree |
2007-01-24 |
Brian | indicate which opcodes are used by Mesa GLSL, updated... |
commit | commitdiff | tree |
2007-01-23 |
Brian | fix g++ warnings/errors |
commit | commitdiff | tree |
2007-01-21 |
Brian | added shading.html link |
commit | commitdiff | tree |
2007-01-20 |
Brian | Added a page with shading language status, tips, etc. |
commit | commitdiff | tree |
2007-01-20 |
Brian | Add a simple mechanism for annotating instructions... |
commit | commitdiff | tree |
2007-01-20 |
Brian | optimization: emit MAD instructions when possible |
commit | commitdiff | tree |
2007-01-20 |
Brian | remove unused swizzle parameter to -storage_to_src_reg() |
commit | commitdiff | tree |
2007-01-20 |
Brian | Initial implementation of OPCODE_IF/ELSE/ENDIF instruct... |
commit | commitdiff | tree |
2007-01-20 |
Brian | Reimplement && and || to do short-circuit evaluation. |
commit | commitdiff | tree |
2007-01-20 |
Brian | rewrite more __postIncr functions |
commit | commitdiff | tree |
2007-01-19 |
Brian | Implement do/while loops. Replace IR_CJUMP with IR_CJU... |
commit | commitdiff | tree |
2007-01-19 |
Brian | Rewrite normalize(vec3/vec4) to use one less register. |
commit | commitdiff | tree |
2007-01-19 |
Brian | report error message when something fails |
commit | commitdiff | tree |
2007-01-19 |
Brian | print error msg when there's a problem |
commit | commitdiff | tree |
2007-01-19 |
Brian | remove stray tab |
commit | commitdiff | tree |
2007-01-19 |
Brian | Implement fragment discard/kill. |
commit | commitdiff | tree |
2007-01-19 |
Brian | change while-loop to create new scope for loop body... |
commit | commitdiff | tree |
2007-01-19 |
Brian | Implement constant sharing so that 4 float constants... |
commit | commitdiff | tree |
2007-01-19 |
Brian | _mesa_add_unnamed_constant() now tries to re-use consta... |
commit | commitdiff | tree |
2007-01-18 |
Brian | Reimplement code for swizzling so that expressions... |
commit | commitdiff | tree |
2007-01-18 |
Brian | rewrite a bunch of assignment operators (like +=) |
commit | commitdiff | tree |
next |