set span.y prior to each span write in draw_depth_pixels, like Karl's other fix
[mesa.git] / src / mesa / shader /
2004-09-14 Brian Paulalso fix possible delete bugs with buffer objects and...
2004-09-10 Brian Paulreset error state before parsing (David Reveman)
2004-09-10 Brian PaulMore updates for Doxygen.
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-22 Brian Paulcast to fix a warning (in disabled code anyway)
2004-08-20 Brian Paulenabled GL_ARB_texture_rectangle
2004-08-14 Karl SchultzNew Visual Studio project file for this directory.
2004-08-14 Brian Paulfix some memory leaks (bug #1002030)
2004-07-20 Brian Paulerror message fixups and some debug code
2004-07-20 Brian Paulfix compare w/ zero warnings (bug #988766)
2004-06-29 Brian Paulfix another bug in get_register_pointer()
2004-06-29 Brian Paulthe get_register_pointer() function was pretty well...
2004-06-29 Brian Pauldisable some debug code
2004-06-29 Brian Paulremove trailing whitespace and misc clean-ups
2004-06-25 Brian Paulremove program from hash table when deleted (bug 979514)
2004-06-20 Brian Paulcall ctx->Driver.NewProgram() instead of CALLOC/etc...
2004-06-20 Brian Paulremove redundant program field initializers in BindProg...
2004-06-08 Brian Paulfix parse error in sign of exponents (bug 968323)
2004-05-04 Brian Paulremove unneeded line
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-04-21 Brian PaulFix up some assorted issues with initialization of...
2004-04-18 Brian PaulAudit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions.
2004-04-05 Jouk Jansen Committing in .
2004-04-05 Jouk Jansen Committing in .
2004-04-02 Brian PaulImplement ARB_f_p KIL correctly.
2004-04-02 Brian Pauladd braces to silence warnings
2004-03-30 Brian PaulReorder some code so we don't upset program state when...
2004-03-29 Keith WhitwellAccomodate ARB_fp XPD opcode separately from NV_fp...
2004-03-29 Brian PaulTake a stab at updating the VMS files.
2004-03-29 Brian Paulfix the build
2004-03-29 Michal KrolMoved from src/mesa/main
2004-03-25 Michal KrolThe OpenGL Shading Language Runtime Library for Legacy...
2004-03-24 Michal KrolSlang internal include file defining constructors and...
2004-03-10 Michal KrolMoved from src/mesa/main.
2004-03-10 Michal KrolFixed a number of typos.
2004-03-04 Michal KrolInitial changes after moving from src/mesa/main/.
2004-03-04 Michal KrolAdded missing Copyrights.
2004-03-03 Michal KrolGrammar package supporting 8-bit registers.
2004-03-03 Michal KrolAdded support for ARB_fragment_program_shadow.
2004-03-03 Michal KrolInitial registry for ARB_fragment_program and ARB_verte...