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 |
2007-01-18 |
Brian | remove debug code |
commit | commitdiff | tree |
2007-01-18 |
Brian | remove swizzle param from new_var() |
commit | commitdiff | tree |
2007-01-18 |
Brian | rewrite additional matrix-related functions to reduce... |
commit | commitdiff | tree |
2007-01-18 |
Brian | rewrite mat4 * mat4 operator to use fewer temps |
commit | commitdiff | tree |
2007-01-18 |
Brian | do bounds check in _slang_push_var_table(), added comment |
commit | commitdiff | tree |
2007-01-18 |
Brian | rewrite matrix constructors |
commit | commitdiff | tree |
2007-01-18 |
Brian | handle var size > 4 in _slang_pop_var_table() |
commit | commitdiff | tree |
2007-01-17 |
Brian | minor fprintf() change |
commit | commitdiff | tree |
2007-01-17 |
Brian | Rewrite a bunch of constructors. It's now important... |
commit | commitdiff | tree |
2007-01-17 |
Brian | _slang_gen_function_call_name() now tries to adapt... |
commit | commitdiff | tree |
2007-01-17 |
Brian | New _slang_adapt_call() function. |
commit | commitdiff | tree |
2007-01-17 |
Brian | code clean-up, re-org. Added IR_F_TO_I support. |
commit | commitdiff | tree |
2007-01-17 |
Brian | added IR_F_TO_I, update comments |
commit | commitdiff | tree |
2007-01-17 |
Brian | Added OPCODE_INT to convert 4 floats to 4 ints. |
commit | commitdiff | tree |
2007-01-17 |
Brian | add texturing, other options |
commit | commitdiff | tree |
2007-01-17 |
Brian | Fix/clean-up a number of things related to variable... |
commit | commitdiff | tree |
2007-01-17 |
Brian | Implement codegen for the selection operator ( b ?... |
commit | commitdiff | tree |
2007-01-16 |
Brian | fix typo |
commit | commitdiff | tree |
2007-01-16 |
Brian | draw a box, press 'a' to animate |
commit | commitdiff | tree |
2007-01-16 |
Brian | added some VerteAttrib funcs |
commit | commitdiff | tree |
2007-01-16 |
Brian | Added toyball and bumpmap tests using shaders from... |
commit | commitdiff | tree |
2007-01-16 |
Brian | when automatically binding vertex attributes, start... |
commit | commitdiff | tree |
2007-01-16 |
Brian | remove dead code |
commit | commitdiff | tree |
2007-01-16 |
Brian | comments |
commit | commitdiff | tree |
next |