summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nv10_state.c
AgeCommit message (Expand)Author
2008-07-14nouveau: say goodbye to the old DRI driver...Stephane Marchesin
2007-10-06nouveau: move nv10 clear command, for usage by other gpuPatrice Mandin
2007-09-19nouveau : nv1x use OUT_RING_CACHE_FORCE for NV10_TCL_PRIMITIVE_3D_PROJECTION_...Matthieu Castet
2007-09-19nouveau : add GL_FOG_COLOR + fix a compil errorMatthieu Castet
2007-09-19nouveau: nv10: color logic op only for nv11+Patrice Mandin
2007-09-15nouveau : use new nouveau_reg.h with correct Bracket in macroMatthieu Castet
2007-09-14nouveau : fix NV10_TCL_PRIMITIVE_3D_CLIP_PLANEMatthieu Castet
2007-09-13nouveau : diable broken light enable on nv10Matthieu Castet
2007-09-06nouveau: nv10: check NULL pointersPatrice Mandin
2007-09-04nouveau: nv10: need to transpose mesa model+proj matrix for hwPatrice Mandin
2007-09-03nouveau: nv10: forgot function to set modelview matrixPatrice Mandin
2007-09-03nouveau: separate modelview and projection matrix updatesPatrice Mandin
2007-08-31nouveau: nv10: remove setting projection matrix when scaling viewportPatrice Mandin
2007-08-31nouveau: add hw-dependent function to update modelview*projection matrixPatrice Mandin
2007-08-25nouveau: nv10: also set modelview0 matrix to identityPatrice Mandin
2007-08-25nouveau: nv10: add a scissor func, do not cache viewport settingsPatrice Mandin
2007-08-25nouveau: nv10: properly set viewport and projectionPatrice Mandin
2007-08-22nouveau: nv10: set projection matrix from viewport sizePatrice Mandin
2007-08-22nouveau: nv10: initialize more of nv10 tcl enginePatrice Mandin
2007-08-21nouveau: nv10: Move some initialization stuffPatrice Mandin
2007-08-21nouveau: nv10: Remove commented, unsupported by hw commandPatrice Mandin
2007-08-20Use correct object for GARTPatrice Mandin
2007-08-19nouveau: nv10: only one color buffer atmPatrice Mandin
2007-08-16nouveau: nv10: clear a bufferPatrice Mandin
2007-08-16nouveau: nv10: add function to clear a bufferPatrice Mandin
2007-08-16nouveau: store render buffer pointers in context, to access them when clearin...Patrice Mandin
2007-08-15nouveau: Always render offscreen, emulate front buffer rendering.Ben Skeggs
2007-07-14nouveau: nv10 and nv11,15 are differentPatrice Mandin
2007-07-06NV1X don't support VIEWPORT_ORIGIN in hardwarePatrice Mandin
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