platform/upstream/mesa.git
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
2007-02-16 Patrice Mandinnouveau: nv20: update
2007-02-16 Patrice Mandinnouveau: nv10: set clear value for 16 and 24 bits depth
2007-02-16 Patrice Mandinnouveau: nv10: rescale depth near and far
2007-02-16 Patrice Mandinnouveau: nv10: fix viewport scale and origin
2007-02-16 Brianremove dead code
2007-02-16 Brians/_slang_link2/_slang_link/
2007-02-16 Brianchange all enum tokens to uppercase
2007-02-16 Brianabort upon errors (temporary)
2007-02-16 Brianadded a comment
2007-02-16 BrianAllow int->float argument conversion in _slang_locate_f...
2007-02-16 Brianimplement IR_I_TO_F
2007-02-14 Rune Petersonr300: Fix cos & add scs to fragment program.
2007-02-14 Etienne Clementtest for POT before using sample_2d_linear_repeat()
2007-02-14 Roland Scheideggerfix typo preventing generic arrays from working with...
2007-02-14 Patrice Mandinnouveau: nv10: there are 8 clipping regions
2007-02-14 Roland Scheideggerfix stupid bug in the optimized per-vertex fog generati...
2007-02-14 Thomas Hellstromi915tex: Take into account various mapping states when...
2007-02-13 Brianremove dead code
2007-02-12 Xiang, HaihaoI965: fix a failure on waiting irq.
2007-02-12 Zou Nan hai fd.o #BZ 9684
2007-02-11 Rune Petersonr300: Add proper support for sin/cos instruction in...
2007-02-11 Rune Petersonctx->Point._Size fix
2007-02-09 Brianadd prog_debug.c
2007-02-09 Brianmove GL_MESA_program_debug funcs to prog_debug.c
next