2007-02-26 |
Brian | remove unused VaryingPtr |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | Optimize the loop for copying output results. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Brian | add texture rotation |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Brian | only copy used outputs |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Brian | output texcoord in vertex program |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Brian | add missing code for newer STATE_INTERNAL items |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | Undo some changes to _mesa_UpdateTexEnvProgram(). ... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | Outputs[] array wasn't large enough, define MAX_PROGRAM... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | Remove unneeded _Fragment/VertexShaderPresent fields... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | Use prog_execute.c to run vertex programs until t_vb_ar... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | remove comment |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | Fix assertion in get_register_pointer(), fix EXP case. |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | added ARL, EXP, LOG, relative indexing |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | add some missing cases in _mesa_program_state_string() |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Brian | fix fog breakage |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | reindent |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | don't pass program ptr to fetch_vector[14]() |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | Update DRI drivers for new glsl compiler. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | expose _mesa_load_tracked_matrices() |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | added linux-dri-debug |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | SWvertex no longer has texcoord field, use attrib field... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | s/GLint/gl_state_index/, length is now 5 not 6 |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | s/GLint/gl_state_index/, length is now 5 not 6 |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | re-expose _mesa_print_alu_instruction() |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | remove dead code |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | replace GLint with gl_state_index |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | comments, clean-up |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | remove unused slang_atom_pool_gen() |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | added slang_label.c |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Brian | comments, clean-up |
commit | commitdiff | tree | snapshot |
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 |
next |