aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nv10_state.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: say goodbye to the old DRI driver...Stephane Marchesin2008-07-141-1009/+0
* nouveau: move nv10 clear command, for usage by other gpuPatrice Mandin2007-10-061-79/+7
* nouveau : nv1x use OUT_RING_CACHE_FORCE for NV10_TCL_PRIMITIVE_3D_PROJECTION_...Matthieu Castet2007-09-191-2/+2
* nouveau : add GL_FOG_COLOR + fix a compil errorMatthieu Castet2007-09-191-3/+14
* nouveau: nv10: color logic op only for nv11+Patrice Mandin2007-09-191-2/+8
* nouveau : use new nouveau_reg.h with correct Bracket in macroMatthieu Castet2007-09-151-1/+1
* nouveau : fix NV10_TCL_PRIMITIVE_3D_CLIP_PLANEMatthieu Castet2007-09-141-1/+1
* nouveau : diable broken light enable on nv10Matthieu Castet2007-09-131-1/+11
* nouveau: nv10: check NULL pointersPatrice Mandin2007-09-061-2/+6
* nouveau: nv10: need to transpose mesa model+proj matrix for hwPatrice Mandin2007-09-041-10/+5
* nouveau: nv10: forgot function to set modelview matrixPatrice Mandin2007-09-031-1/+11
* nouveau: separate modelview and projection matrix updatesPatrice Mandin2007-09-031-7/+11
* nouveau: nv10: remove setting projection matrix when scaling viewportPatrice Mandin2007-08-311-30/+11
* nouveau: add hw-dependent function to update modelview*projection matrixPatrice Mandin2007-08-311-0/+46
* nouveau: nv10: also set modelview0 matrix to identityPatrice Mandin2007-08-251-1/+5
* nouveau: nv10: add a scissor func, do not cache viewport settingsPatrice Mandin2007-08-251-28/+68
* nouveau: nv10: properly set viewport and projectionPatrice Mandin2007-08-251-3/+3
* nouveau: nv10: set projection matrix from viewport sizePatrice Mandin2007-08-221-18/+33
* nouveau: nv10: initialize more of nv10 tcl enginePatrice Mandin2007-08-221-0/+102
* nouveau: nv10: Move some initialization stuffPatrice Mandin2007-08-211-13/+23
* nouveau: nv10: Remove commented, unsupported by hw commandPatrice Mandin2007-08-211-7/+0
* Use correct object for GARTPatrice Mandin2007-08-201-1/+1
* nouveau: nv10: only one color buffer atmPatrice Mandin2007-08-191-8/+3
* nouveau: nv10: clear a bufferPatrice Mandin2007-08-161-1/+24
* nouveau: nv10: add function to clear a bufferPatrice Mandin2007-08-161-1/+31
* nouveau: store render buffer pointers in context, to access them when clearin...Patrice Mandin2007-08-161-0/+5
* nouveau: Always render offscreen, emulate front buffer rendering.Ben Skeggs2007-08-151-2/+2
* nouveau: nv10 and nv11,15 are differentPatrice Mandin2007-07-141-2/+1
* NV1X don't support VIEWPORT_ORIGIN in hardwarePatrice Mandin2007-07-061-2/+2
* nouveau: nv10: grr, ctx->DrawBuffer invalid?Patrice Mandin2007-02-201-3/+3
* nouveau: nv10: also check ctx->DrawBuffer in nv10ViewportScalePatrice Mandin2007-02-201-7/+12
* nouveau: nv10: keep 24/8 depth/stencil value, don't check for depth bitsPatrice Mandin2007-02-201-6/+6
* nouveau: nv10,20: wrong viewport clip setupPatrice Mandin2007-02-161-1/+3
* nouveau: nv10: set clear value for 16 and 24 bits depthPatrice Mandin2007-02-161-4/+15
* nouveau: nv10: rescale depth near and farPatrice Mandin2007-02-161-2/+8
* nouveau: nv10: fix viewport scale and originPatrice Mandin2007-02-161-12/+33
* nouveau: nv10: there are 8 clipping regionsPatrice Mandin2007-02-141-1/+1
* nouveau: nv10: add init for unknown 0x120Patrice Mandin2007-02-041-0/+8
* nouveau: fix viewport clipping initializationPatrice Mandin2007-02-031-5/+6
* nouveau: use color pitch as depth pitch if depth disabledPatrice Mandin2007-02-031-5/+3
* nouveau : nv10 comment icomplete commandMatthieu Castet2007-01-291-1/+1
* nouveau : nv10 mixing cached stuff with not cached stuff is bad.Matthieu Castet2007-01-281-4/+4
* nouveau:nv10: fix setting clip regionPatrice Mandin2007-01-151-1/+3
* nouveau: nv10: 16 bits color buffer formatPatrice Mandin2007-01-141-1/+1
* nouveau: nv10: added missing functionsPatrice Mandin2007-01-141-6/+85
* nouveau: nv10: stencil functionsPatrice Mandin2007-01-141-17/+28
* nouveau: nv10: currently fails initcard and bindbuffers, till donePatrice Mandin2007-01-141-2/+2
* nouveau: nv10 blending done, remove nv10ViewportPatrice Mandin2007-01-141-14/+24
* nouveau: update nv10 statePatrice Mandin2007-01-131-60/+56
* nv10 has alpha color maskPatrice Mandin2007-01-131-2/+1