mesa.git
2007-04-06 George SapountzisDrop the funky SSE exception test on linux.
2007-04-06 Brianfix color storage bug in convolution path
2007-04-05 Brianinclude points.h to fix warnings
2007-04-05 George SapountzisRemove SI imports/exports remnants.
2007-04-05 George Sapountzisglx: minor cosmetic in glcontextmodes.c
2007-04-05 George SapountzisMove glcontextmodes.c to glx.
2007-04-05 Briantemporary add some extra renderbuffer debug code
2007-04-05 BrianRemove the never-used SI-style imports/exports code.
2007-04-04 Brianassorted updates
2007-04-04 Brianassorted documentation updates
2007-04-04 Brianinit span.y=0 to silence warnings
2007-04-04 BrianOverlapping copies with zoomZ=-1 were broken. See...
2007-04-04 Brianremove debug printf
2007-04-04 Xiang, Haihaoi810/i915/i915tex: reinitialize the context point state
2007-04-02 Nicolai HaehnleFix in t_vp_build: Missed necessary updates sometimes
2007-04-02 BrianCall _glapi_set_context(NULL) in _glapi_check_multithre...
2007-04-02 Brianuse _mesa_reference_renderbuffer() in a few more places
2007-04-02 Brianupdated debug printf
2007-04-02 BrianFix some bugs/issues related to alpha channel support...
2007-04-02 BrianIf using PF_8A8B8G8R, be sure alpha is correctly handled.
2007-04-02 Brianre-order tokens, fix comments
2007-03-31 Brianalways emit BGN/ENDSUB, for now anyway
2007-03-31 Brianfix scoping mistake in previous commit that checked...
2007-03-30 Briancheck that LHS of assignment is writable
2007-03-30 Eric AnholtMerge branch 'origin'
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-30 Gustavo Pichorim... call DRI_VALIDATE_DRAWABLE_INFO(), bug 10477
2007-03-30 George SapountzisClean and update XMesa/XFree86 interface.
2007-03-28 Brianmore tips, validation info
2007-03-28 Briancond code fix
2007-03-28 Brianfix cond code swizzle bug
2007-03-28 BrianHandle logical NOT and XOR without library functions...
2007-03-28 Brianoptimization for the emit_not() function
2007-03-28 Brianremove IR_BREAK_IF_FALSE
2007-03-28 Briandon't generate IR_BREAK_IF_FALSE
2007-03-28 BrianGet rid of IR_CONT_IF_FALSE
2007-03-28 BrianGet rid of BRK0, BRK1, CONT0, CONT1 instructions.
2007-03-28 BrianDon't emit OPCODE_CONT0/1, BRK0/1 instructions, clean...
2007-03-28 Briansimplify, clean-up break/cont code
2007-03-28 Brianadded some null ptr checks to handle error recovery
2007-03-28 BrianUse constant_to_src_reg() to simplify some code
2007-03-28 Brianadded missing returns after slang_info_log_error()...
2007-03-28 BrianFix, clean-up code related to comparisons, condition...
2007-03-28 Brianprint condcodes if DEBUG_PROG
2007-03-28 Brianexpose _mesa_condcode_string(), fix some printing
2007-03-28 Briancheck that if/while/do-while condition is boolean or...
2007-03-28 Brianbump version to 6.5.3 to match version.h
2007-03-28 Alan HourihaneAdd missing OSMesaColorClamp function
2007-03-27 Briandisable MakeTexture()
2007-03-27 Brianadded ftransform() comment
2007-03-27 BrianImplement true CAL/RET subroutines. Some optimizations...
2007-03-27 Brianfix another pc off-by one
2007-03-27 Brianadded _slang_label_new_unique()
2007-03-27 Brianfix some printing issues related to subroutines
2007-03-27 Brianfix a fragment fog regression
2007-03-27 Brianfix off by one error in OPCODE_RET
2007-03-27 Brianinit machine->StackDepth=0
2007-03-27 Brianmore parenthesis
2007-03-27 Roland Scheideggeri915tex compile fix (account for moved _UseTexEnvProgra...
2007-03-27 Roland Scheideggerfix incorrect _MaxElement calculation
2007-03-27 Roland Scheideggerrecommit e731d8aafa98bbf9d30f83e65f28b7718be55834.
2007-03-27 Brianadd parenthesis around a bit-wise AND term in _tnl_Inva...
2007-03-27 BrianRestore the UseTexEnvProgram logic.
2007-03-27 Roland Scheideggerr300: Fix radeonUpdatePageFlipping() function.
2007-03-27 Roland Scheideggerr128, radeon, r200: Check ctx->WinSysDrawBuffer before...
2007-03-27 Bernardo Innocentialways print error messages, unless LIBGL_DEBUG=quiet
2007-03-27 Briansimplify .a suffixing
2007-03-27 Bernardo Innocentiremove static lib before building to make more bulletproof
2007-03-27 Michel Dänzerr300: Check ctx->WinSysDrawBuffer before calling functi...
2007-03-27 Miroslav Šustekfix r128 rendering, lockups
2007-03-27 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-03-27 Zou Nan hai Fix compile error
2007-03-27 Brians/SUB/BGNSUB/
2007-03-27 BrianCheckpoint: implementing true CAL/RET instructions...
2007-03-26 BrianGet rid of IR_JUMP and related code.
2007-03-26 Brianspecial case RET
2007-03-26 BrianGet rid of SLANG_OPER_GOTO, start rewrite of 'return...
2007-03-26 Brianremove debug abort() calls
2007-03-26 BrianAdditional error checking for 'return' statements.
2007-03-26 Brianundo some debugging hacks
2007-03-26 Briandead code elimination for constant-valued if/then/else
2007-03-26 Nicolai Haehnler300: Remove a warning when vertex programs produce...
2007-03-26 Nicolai Haehnler300: Whitespace cleanup (remove trailing spaces)
2007-03-26 BrianFix a few issues with computing storage sizes with...
2007-03-26 BrianIn _mesa_lookup_parameter_constant() make sure we retur...
2007-03-26 Nicolai Haehnler300: Fix warnings that were introduced by the glsl...
2007-03-26 BrianAdd _swrast_span_default_secondary_color() for use...
2007-03-26 Brianremove incorrect assertions
2007-03-26 Brianminor status updates
2007-03-26 Briandisable printing shader program debug info
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-26 Michel Dänzeri915tex: Make sure renderbuffers don't get deleted...
2007-03-26 Briandisable free() until other issues can be fixed...
2007-03-26 Brianfix mem leak, add comments
2007-03-26 Ben Skeggsnouveau: match drm version bump
2007-03-26 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-25 BrianFix some renderbuffer reference counting issues. Also...
2007-03-25 Briandestroy window on exit
2007-03-25 Xiang, Haihaoi965: The given urb layout(maximal size of urb entries...
2007-03-25 Xiang, HaihaoColor3iv: set the alpha value to 1.0
next