mesa.git
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
2007-02-09 BrianMove experimental GL_MESA_program_debug functions into...
2007-02-09 Briancomments, etc
2007-02-09 Brianre-enable free'ing of IR trees
2007-02-09 Brianalways init param vars to silence valgrind warnings
2007-02-09 Roland Scheideggeroptimize per-pixel fog program
2007-02-09 Zou Nan hai array overflow fix
2007-02-09 Briando full swizzled matching in _mesa_lookup_parameter_con...
2007-02-09 BrianCheck for constant-valued while/do loop conditions.
2007-02-09 Brianoptimize conditional breaks/continues
2007-02-08 Roland Scheideggerr200: simplify / unify input map handling for vp and...
2007-02-08 Roland Scheideggeroptimize generated vertex programs a bit
2007-02-08 Roland Scheideggerfix issues in vp when using FRAG_BIT_WPOS in a fragment...
2007-02-08 Briancont at top of loop, little clean-ups
2007-02-08 Brianremove some cruft
2007-02-08 Brianfix broken BRA for return stmts
2007-02-08 Brianconsolidate BRA with BRK, CONT
2007-02-08 Brianchange BranchTarget to GLint
2007-02-08 BrianUse conditional break in for/do/while loops.
2007-02-08 BrianSimplify code with eval_condition(). Implement conditi...
2007-02-07 Brianremove old loop break/cont stuff
2007-02-07 Brianhigh vs. low level if/then/else code emit
2007-02-07 Brians/%f/%g/
2007-02-07 BrianRemove old functions for generating BRA-based looping.
2007-02-07 BrianUse IR_LOOP to represent do-while and for-loops.
2007-02-07 BrianBRK and CONT work the same
2007-02-07 BrianImplement CONT, improve BRK.
2007-02-07 Brianreplace IR_BEGIN_LOOP/IR_END_LOOP with IR_LOOP
2007-02-07 Briannew_node[0123]() functions
2007-02-07 Brianredo IR_IF node, removing IR_ELSE, IR_ENDIF
2007-02-06 Ben Skeggsnouveau: a couple of NV3x fixes
2007-02-06 Brianadditional comments for BranchTarget
2007-02-06 BrianBRK instruction's BranchTarget field now used for effic...
2007-02-06 BrianUse IR node's BranchNode field for IF/ELSE/ENDIF instru...
next