summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nv10_state.c
AgeCommit message (Expand)Author
2007-02-20nouveau: nv10: grr, ctx->DrawBuffer invalid?Patrice Mandin
2007-02-20nouveau: nv10: also check ctx->DrawBuffer in nv10ViewportScalePatrice Mandin
2007-02-20nouveau: nv10: keep 24/8 depth/stencil value, don't check for depth bitsPatrice Mandin
2007-02-16nouveau: nv10,20: wrong viewport clip setupPatrice Mandin
2007-02-16nouveau: nv10: set clear value for 16 and 24 bits depthPatrice Mandin
2007-02-16nouveau: nv10: rescale depth near and farPatrice Mandin
2007-02-16nouveau: nv10: fix viewport scale and originPatrice Mandin
2007-02-14nouveau: nv10: there are 8 clipping regionsPatrice Mandin
2007-02-04nouveau: nv10: add init for unknown 0x120Patrice Mandin
2007-02-03nouveau: fix viewport clipping initializationPatrice Mandin
2007-02-03nouveau: use color pitch as depth pitch if depth disabledPatrice Mandin
2007-01-29nouveau : nv10 comment icomplete commandMatthieu Castet
2007-01-28nouveau : nv10 mixing cached stuff with not cached stuff is bad.Matthieu Castet
2007-01-15nouveau:nv10: fix setting clip regionPatrice Mandin
2007-01-14nouveau: nv10: 16 bits color buffer formatPatrice Mandin
2007-01-14nouveau: nv10: added missing functionsPatrice Mandin
2007-01-14nouveau: nv10: stencil functionsPatrice Mandin
2007-01-14nouveau: nv10: currently fails initcard and bindbuffers, till donePatrice Mandin
2007-01-14nouveau: nv10 blending done, remove nv10ViewportPatrice Mandin
2007-01-13nouveau: update nv10 statePatrice Mandin
2007-01-13nv10 has alpha color maskPatrice Mandin
2007-01-02Update spot light paramsPatrice Mandin
2006-12-15NV1x/2x hw_func stubs.Ben Skeggs
2006-12-08Update spot light params also for nv20 and nv30Patrice Mandin
2006-12-08grr, always check twice before commitPatrice Mandin
2006-12-08Resend spot light parameters when part of it changesPatrice Mandin
2006-11-24nv10,nv20,nv30: send correct values for spot light direction X,Y,Z andPatrice Mandin
2006-11-21nv10,nv20: nvX0ShadeModel static functionPatrice Mandin
2006-11-21nv10,nv20,nv30: color light components renamed from a,b,c to r,g,bPatrice Mandin
2006-11-21nv10: update statePatrice Mandin
2006-11-21Add the state caching mechanism. It seems to work, from what I can see.Stephane Marchesin
2006-11-18More state functionsStephane Marchesin
2006-11-18Add nv20_state.c ; hook nv10_state.c into the build ; do the renamingStephane Marchesin
2006-11-16nv10 state copy/pasted from nv30 statePatrice Mandin