2007-02-23 |
Brian | Replace slang_ir_node::Target w/ Field. Remove Comment... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | remove old _slang_gen_if() |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | Re-implement branching with slang_labels. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | label routines for implementing branches, jumps |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | debug code for emitting variable allocation comments |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | expose _mesa_swizzle_string() |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | glslcompiler build instructions |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | updated for vbo |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | Remove obsolete files. |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | New, unified interpretor/executor for vertex and fragme... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | use _mesa_get_program_register() |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | Use the new unified vertex/fragment program interpreter... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | use new _mesa_execute_program() function |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | FORCE_PROG_EXECUTE_C cpp flag, misc changes |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | fix assertion |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | emit high-level IF/ELSE/ENDIF for vertex progs now |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | _mesa_ExecuteProgramNV is now a no-op |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | remove nvvertexec.c, add prog_execute.c |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | use MAX_PROGRAM_ENV_PARAMS |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | added MAX_PROGRAM_ENV_PARAMS |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | added CallStack, StackDepth |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | remove unneeded #includes, misc clean-up |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | reorg/clean-up/indent |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | start implementing conditions, branching |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | get rid of some unused slang_variable fields |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | Replace slang_allocate_storage() with simpler _slang_at... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | updated debug code |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | Undo some STATE_POINT/FOG changes. Max length of state... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brian | XXX comments about shaders |
commit | commitdiff | tree | snapshot |
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 |
next |