nv10,nv20,nv30: color light components renamed from a,b,c to r,g,b
[mesa.git] / src / mesa / drivers / dri / nouveau / nv30_state.c
2006-11-21 Patrice Mandinnv10,nv20,nv30: color light components renamed from...
2006-11-21 Stephane MarchesinRemaining state cache changes
2006-11-21 Stephane MarchesinAdd the state caching mechanism. It seems to work,...
2006-11-21 Jeremy KolbMore state.
2006-11-19 Ben SkeggsDon't bother touching lighting stuff if shaders are...
2006-11-19 Ben SkeggsFix nv30LineWidth, hw expects a ubyte.
2006-11-19 Ben SkeggsStupid bug..
2006-11-18 Stephane MarchesinMore state functions
2006-11-18 Stephane MarchesinAdd nv20_state.c ; hook nv10_state.c into the build...
2006-11-16 Ben Skeggsjkolb pointed out that face can also be FRONT_AND_BACK...
2006-11-16 Ben SkeggsAdd nv30InitStateFuncs
2006-11-11 Ben Skeggsfix typo
2006-11-11 Jeremy KolbFill in nv30PointSize and nv30Viewport.
2006-11-11 Stephane MarchesinAdd the GL_LIGHING enable
2006-11-11 Stephane MarchesinSome work on nv30 state, heavily based on jkolb's work