2007-02-22 |
Brian | use ctx->VertexProgram._Current instead of ctx->VertexP... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | merge fix: add STATE_FOG_PARAMS_OPTIMIZED, STATE_SPOT_D... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | fix negative indentation problem |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | Merge branch 'origin' into glsl-compiler-1 |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | updated info about arrays, predefined uniforms |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | disable debug |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | Use gl_LightSource[0].position intead of a light positi... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | remove unneeded #includes |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | fix copy&paste errors |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | more minor changes to STATE_ indexing |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | remove dead code |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | Reimplement the _slang_alloc_statevar() function. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | adjustments to STATE_ token layout/format so token... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | checkpoint overhaul of pre-defined uniform code |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brian | clean-up, move IR_ELEMENT code |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Brian | alloc IR_FIELD's Storage in codegen, like IR_ELEMENT |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Ian Romanick | Merge branch 'master' of ssh+git://idr@git.freedesktop... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Ian Romanick | Delete two invalid assertions. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Brian | work on struct/array handling |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Brian | forgot to return length in parse_array_len() |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Patrice Mandin | nouveau: nv10: grr, ctx->DrawBuffer invalid? |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Patrice Mandin | nouveau: nv10: also check ctx->DrawBuffer in nv10Viewpo... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Patrice Mandin | nouveau: nv10: keep 24/8 depth/stencil value, don't... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Brian | implement support for pre-defined uniform structs ... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Brian | added slang_builtin.c |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Adam Jackson | Fix parallel make in r300 driver. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Brian | added SWIZZLE_XXXX, SWIZZLE_YYYY, etc |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Brian | glxext.h version 18 |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Brian | updated to version 18 |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Brian | glext.h version 39 |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Brian | updated to version 39 |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Christian Neumair | set log level w/ env var |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Brian | remove accidental check-in |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Brian | Merge branch 'glsl-compiler-1' of git+ssh://brianp... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Thomas Hellstrom | i915tex: Fix performance regression with new vbo code... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Brian | s/PROG_PRINT_ARB/PROG_PRINT_DEBUG/ |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Brian | info about stand-alone compiler |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Brian | stand-alone GLSL compiler |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Brian | Lots of changes to prog_print.c code. |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Sean D'Epagnier | Merge branch 'master' of git+ssh://geckosenator@git... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Sean D'Epagnier | Commiting a few minor fixes to glut fbdev (segfault... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Jerome Glisse | doxygen: update doxygen project number to 6.5 |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Jerome Glisse | Update doxygen doc to reflet vbo changes. |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Patrice Mandin | nouveau: nv50: update |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Patrice Mandin | nouveau: nv10,20: wrong viewport clip setup |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Patrice Mandin | nouveau: nv20: texture matrix |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Patrice Mandin | nouveau: nv20: update |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Patrice Mandin | nouveau: nv10: set clear value for 16 and 24 bits depth |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Patrice Mandin | nouveau: nv10: rescale depth near and far |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Patrice Mandin | nouveau: nv10: fix viewport scale and origin |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Brian | remove dead code |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Brian | s/_slang_link2/_slang_link/ |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Brian | change all enum tokens to uppercase |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Brian | abort upon errors (temporary) |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Brian | added a comment |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Brian | Allow int->float argument conversion in _slang_locate_f... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Brian | implement IR_I_TO_F |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Rune Peterson | r300: Fix cos & add scs to fragment program. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Etienne Clement | test for POT before using sample_2d_linear_repeat() |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Roland Scheidegger | fix typo preventing generic arrays from working with... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Patrice Mandin | nouveau: nv10: there are 8 clipping regions |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Roland Scheidegger | fix stupid bug in the optimized per-vertex fog generati... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Thomas Hellstrom | i915tex: Take into account various mapping states when... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Brian | remove dead code |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Xiang, Haihao | I965: fix a failure on waiting irq. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Zou Nan hai | fd.o #BZ 9684 |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Rune Peterson | r300: Add proper support for sin/cos instruction in... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Rune Peterson | ctx->Point._Size fix |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Brian | add prog_debug.c |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Brian | move GL_MESA_program_debug funcs to prog_debug.c |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Brian | Move experimental GL_MESA_program_debug functions into... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Brian | comments, etc |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Brian | re-enable free'ing of IR trees |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Brian | always init param vars to silence valgrind warnings |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Roland Scheidegger | optimize per-pixel fog program |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Zou Nan hai | array overflow fix |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Brian | do full swizzled matching in _mesa_lookup_parameter_con... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Brian | Check for constant-valued while/do loop conditions. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Brian | optimize conditional breaks/continues |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Roland Scheidegger | r200: simplify / unify input map handling for vp and... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Roland Scheidegger | optimize generated vertex programs a bit |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Roland Scheidegger | fix issues in vp when using FRAG_BIT_WPOS in a fragment... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Brian | cont at top of loop, little clean-ups |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Brian | remove some cruft |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Brian | fix broken BRA for return stmts |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Brian | consolidate BRA with BRK, CONT |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Brian | change BranchTarget to GLint |
commit | commitdiff | tree | snapshot |
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 |
Ben Skeggs | nouveau: a couple of NV3x fixes |
commit | commitdiff | tree | snapshot |
next |