mesa.git
2007-02-25 Brianadd missing code for newer STATE_INTERNAL items
2007-02-24 BrianUndo some changes to _mesa_UpdateTexEnvProgram(). ...
2007-02-24 BrianOutputs[] array wasn't large enough, define MAX_PROGRAM...
2007-02-24 BrianRemove unneeded _Fragment/VertexShaderPresent fields...
2007-02-24 BrianUse prog_execute.c to run vertex programs until t_vb_ar...
2007-02-24 Brianremove comment
2007-02-24 BrianFix assertion in get_register_pointer(), fix EXP case.
2007-02-24 Brianadded ARL, EXP, LOG, relative indexing
2007-02-24 Brianadd some missing cases in _mesa_program_state_string()
2007-02-24 Brianfix fog breakage
2007-02-23 Brianreindent
2007-02-23 Briandon't pass program ptr to fetch_vector[14]()
2007-02-23 BrianUpdate DRI drivers for new glsl compiler.
2007-02-23 Brianexpose _mesa_load_tracked_matrices()
2007-02-23 Brianadded linux-dri-debug
2007-02-23 BrianSWvertex no longer has texcoord field, use attrib field...
2007-02-23 Brians/GLint/gl_state_index/, length is now 5 not 6
2007-02-23 Brians/GLint/gl_state_index/, length is now 5 not 6
2007-02-23 Brianre-expose _mesa_print_alu_instruction()
2007-02-23 Brianremove dead code
2007-02-23 Brianreplace GLint with gl_state_index
2007-02-23 Briancomments, clean-up
2007-02-23 Brianremove unused slang_atom_pool_gen()
2007-02-23 Brianadded slang_label.c
2007-02-23 Briancomments, clean-up
2007-02-23 BrianReplace slang_ir_node::Target w/ Field. Remove Comment...
2007-02-23 Brianremove old _slang_gen_if()
2007-02-23 BrianRe-implement branching with slang_labels.
2007-02-23 Brianlabel routines for implementing branches, jumps
2007-02-23 Briandebug code for emitting variable allocation comments
2007-02-23 Brianexpose _mesa_swizzle_string()
2007-02-22 Brianglslcompiler build instructions
2007-02-22 Brianupdated for vbo
2007-02-22 BrianRemove obsolete files.
2007-02-22 BrianNew, unified interpretor/executor for vertex and fragme...
2007-02-22 Brianuse _mesa_get_program_register()
2007-02-22 BrianUse the new unified vertex/fragment program interpreter...
2007-02-22 Brianuse new _mesa_execute_program() function
2007-02-22 BrianFORCE_PROG_EXECUTE_C cpp flag, misc changes
2007-02-22 Brianfix assertion
2007-02-22 Brianemit high-level IF/ELSE/ENDIF for vertex progs now
2007-02-22 Brian_mesa_ExecuteProgramNV is now a no-op
2007-02-22 Brianremove nvvertexec.c, add prog_execute.c
2007-02-22 Brianuse MAX_PROGRAM_ENV_PARAMS
2007-02-22 Brianadded MAX_PROGRAM_ENV_PARAMS
2007-02-22 Brianadded CallStack, StackDepth
2007-02-22 Brianremove unneeded #includes, misc clean-up
2007-02-22 Brianreorg/clean-up/indent
2007-02-22 Brianstart implementing conditions, branching
2007-02-22 Brianget rid of some unused slang_variable fields
2007-02-22 BrianReplace slang_allocate_storage() with simpler _slang_at...
2007-02-22 Brianupdated debug code
2007-02-22 BrianUndo some STATE_POINT/FOG changes. Max length of state...
2007-02-22 BrianXXX comments about shaders
2007-02-22 Brianuse ctx->VertexProgram._Current instead of ctx->VertexP...
2007-02-22 Brianmerge fix: add STATE_FOG_PARAMS_OPTIMIZED, STATE_SPOT_D...
2007-02-22 Brianfix negative indentation problem
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-21 Brianupdated info about arrays, predefined uniforms
2007-02-21 Briandisable debug
2007-02-21 BrianUse gl_LightSource[0].position intead of a light positi...
2007-02-21 Brianremove unneeded #includes
2007-02-21 Brianfix copy&paste errors
2007-02-21 Brianmore minor changes to STATE_ indexing
2007-02-21 Brianremove dead code
2007-02-21 BrianReimplement the _slang_alloc_statevar() function.
2007-02-21 Brianadjustments to STATE_ token layout/format so token...
2007-02-21 Briancheckpoint overhaul of pre-defined uniform code
2007-02-21 Brianclean-up, move IR_ELEMENT code
2007-02-20 Brianalloc IR_FIELD's Storage in codegen, like IR_ELEMENT
2007-02-20 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-20 Ian RomanickDelete two invalid assertions.
2007-02-20 Brianwork on struct/array handling
2007-02-20 Brianforgot to return length in parse_array_len()
2007-02-20 Patrice Mandinnouveau: nv10: grr, ctx->DrawBuffer invalid?
2007-02-20 Patrice Mandinnouveau: nv10: also check ctx->DrawBuffer in nv10Viewpo...
2007-02-20 Patrice Mandinnouveau: nv10: keep 24/8 depth/stencil value, don't...
2007-02-20 Brianimplement support for pre-defined uniform structs ...
2007-02-20 Brianadded slang_builtin.c
2007-02-20 Adam JacksonFix parallel make in r300 driver.
2007-02-20 Brianadded SWIZZLE_XXXX, SWIZZLE_YYYY, etc
2007-02-20 Brianglxext.h version 18
2007-02-20 Brianupdated to version 18
2007-02-20 Brianglext.h version 39
2007-02-20 Brianupdated to version 39
2007-02-20 Christian Neumairset log level w/ env var
2007-02-20 Brianremove accidental check-in
2007-02-20 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-19 Thomas Hellstromi915tex: Fix performance regression with new vbo code...
2007-02-17 Brians/PROG_PRINT_ARB/PROG_PRINT_DEBUG/
2007-02-17 Brianinfo about stand-alone compiler
2007-02-17 Brianstand-alone GLSL compiler
2007-02-17 BrianLots of changes to prog_print.c code.
2007-02-17 Sean D'EpagnierMerge branch 'master' of git+ssh://geckosenator@git...
2007-02-17 Sean D'EpagnierCommiting a few minor fixes to glut fbdev (segfault...
2007-02-16 Jerome Glissedoxygen: update doxygen project number to 6.5
2007-02-16 Jerome GlisseUpdate doxygen doc to reflet vbo changes.
2007-02-16 Patrice Mandinnouveau: nv50: update
2007-02-16 Patrice Mandinnouveau: nv10,20: wrong viewport clip setup
2007-02-16 Patrice Mandinnouveau: nv20: texture matrix
next