comment-out some unused code to silence warnings
[mesa.git] / src / mesa / shader / program.c
2005-06-08 Keith WhitwellUse ALIGN_MALLOC for parameter lists.
2005-05-10 Keith WhitwellFix some valgrind complaints
2005-05-10 Keith WhitwellFix some valgrind complaints
2005-05-10 Keith Whitwellreduce the use of malloc and strdup for parameter lists
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2005-04-20 Brian Paulfix state.light[n].spot.direction.w value (bug 3083)
2005-04-18 Jouk Jansen Updates for OpenVMS : New makefiles
2005-04-15 Keith WhitwellFix alpha value of STATE_LIGHTMODEL_SCENECOLOR. From...
2005-02-14 Daniel BorcaProgramCallbackMesa must match the prototype
2005-01-20 Brian PaulUpdate glDeletePrograms/Buffers() so that the ID is...
2005-01-11 Brian Paulprototype _mesa_init_ati_fragment_shader()
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-18 Brian PaulAdded PRINT instruction for GL_NV_fragment_program.
2004-12-16 Brian PaulExperimental PRINT instruction for NV_vertex_program.
2004-12-02 Alan HourihaneFix some warnings
2004-10-02 Brian Paulfix LoadProgramNV regression when I had fixed the RefCo...
2004-09-14 Brian Paulalso fix possible delete bugs with buffer objects and...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-14 Brian Paulfix some memory leaks (bug #1002030)
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 Paulremove redundant program field initializers in BindProg...
2004-05-04 Brian Paulremove unneeded line
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-03-29 Michal KrolMoved from src/mesa/main