fix unitialized values in radeonClear
[mesa.git] / src / mesa / tnl / t_vb_arbshader.c
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-08-01 Michal KrolClean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
2006-06-14 Brian PaulA number of vertex buffer fields like NormalPtr, FogCoo...
2006-06-14 Brian PaulRename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
2006-05-16 Michal KrolWrite attribs to slang machine.
2006-04-25 Michal KrolRemove carriage returns.
2006-04-14 Brian PaulReplace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTex...
2006-04-11 Michal KrolMore GLSL code:
2006-04-06 Brian PaulRename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect...
2006-03-21 Michal KrolGLSL fixes:
2006-02-27 Michal KrolMore GLSL code:
2006-02-22 Brian Paulinclude proper header file, remove local extern declara...
2006-02-18 Michal KrolMore GLSL code.
2006-02-15 Michal KrolGet arbfslight demo running.
2006-02-13 Michal KrolAdd ARB_vertex_shader stage just before render stage.