summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
2004-10-16fix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645)Brian Paul
2004-10-12add newline to end of fileDaniel Borca
2004-10-11Fix strange white space that gcc didn't like.Felix Kuehling
2004-10-11Prefix operator and constructor keywords with two consequtive underscoresMichal Krol
2004-10-11Enable draw_buffers only if GL_ARB_draw_buffers string isMichal Krol
2004-10-06more GL_ARB_draw_buffers updates from Michale KrolBrian Paul
2004-10-06fix GetVertexAttrib problemBrian Paul
2004-10-04ARB_fp support for GL_ARB_draw_buffers (Karl Rasche)Brian Paul
2004-10-02fix indentationBrian Paul
2004-10-02fix LoadProgramNV regression when I had fixed the RefCount bugBrian Paul
2004-09-14also fix possible delete bugs with buffer objects and vertex/fragment programsBrian Paul
2004-09-10reset error state before parsing (David Reveman)Brian Paul
2004-09-10More updates for Doxygen.Brian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-08-22cast to fix a warning (in disabled code anyway)Brian Paul
2004-08-20enabled GL_ARB_texture_rectangleBrian Paul
2004-08-14New Visual Studio project file for this directory.Karl Schultz
2004-08-14fix some memory leaks (bug #1002030)Brian Paul
2004-07-20error message fixups and some debug codeBrian Paul
2004-07-20fix compare w/ zero warnings (bug #988766)Brian Paul
2004-06-29fix another bug in get_register_pointer()Brian Paul
2004-06-29the get_register_pointer() function was pretty well broken in a few waysBrian Paul
2004-06-29disable some debug codeBrian Paul
2004-06-29remove trailing whitespace and misc clean-upsBrian Paul
2004-06-25remove program from hash table when deleted (bug 979514)Brian Paul
2004-06-20call ctx->Driver.NewProgram() instead of CALLOC/etc in _mesa_LoadProgramNV. ...Brian Paul
2004-06-20remove redundant program field initializers in BindProgram(); ctx->Driver.New...Brian Paul
2004-06-08fix parse error in sign of exponents (bug 968323)Brian Paul
2004-05-04remove unneeded lineBrian Paul
2004-05-04Fix minor warnings found with g++.Brian Paul
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul
2004-04-21Fix up some assorted issues with initialization of vertex program registers.Brian Paul
2004-04-18Audit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions.Brian Paul
2004-04-05 Committing in .Jouk Jansen
2004-04-05 Committing in .Jouk Jansen
2004-04-02Implement ARB_f_p KIL correctly.Brian Paul
2004-04-02add braces to silence warningsBrian Paul
2004-03-30Reorder some code so we don't upset program state when there's a parsing error.Brian Paul
2004-03-29Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.Keith Whitwell
2004-03-29Take a stab at updating the VMS files.Brian Paul
2004-03-29fix the buildBrian Paul
2004-03-29Moved from src/mesa/mainMichal Krol
2004-03-25The OpenGL Shading Language Runtime Library for Legacy Target.Michal Krol
2004-03-24Slang internal include file defining constructors and operatorsMichal Krol
2004-03-10Moved from src/mesa/main.Michal Krol
2004-03-10Fixed a number of typos.Michal Krol
2004-03-04Initial changes after moving from src/mesa/main/.Michal Krol
2004-03-04Added missing Copyrights.Michal Krol
2004-03-03Grammar package supporting 8-bit registers.Michal Krol
2004-03-03Added support for ARB_fragment_program_shadow.Michal Krol