summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_state.c
AgeCommit message (Expand)Author
2010-10-31dri/nouveau: Validate the framebuffer state on read buffer changes.Francisco Jerez
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-16dri/nouveau: Don't reemit the BO state in nouveau_state_emit().Francisco Jerez
2010-09-16dri/nouveau: Don't request a fake front unnecessarily.Francisco Jerez
2010-03-22dri/nouveau: Rectangle texture fixes.Francisco Jerez
2010-03-21dri/nouveau: Reemit the light model state when lighting goes on/off.Francisco Jerez
2010-03-18dri/nouveau: Implement texcoord generation.Francisco Jerez
2010-03-18dri/nouveau: Implement texture matrices.Francisco Jerez
2010-03-07dri/nouveau: Fix nv[12]x color sum.Francisco Jerez
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick
2010-02-25dri/nouveau: Try to validate textures earlier.Francisco Jerez
2010-02-04Import a classic DRI driver for nv0x-nv2x.Francisco Jerez
2008-07-14nouveau: say goodbye to the old DRI driver...Stephane Marchesin
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2007-09-06nouveau: init depth rangePatrice Mandin
2007-09-04nouveau: who needs nv03 ?Stephane Marchesin
2007-09-03nouveau: separate modelview and projection matrix updatesPatrice Mandin
2007-08-31nouveau: add hw-dependent function to update modelview*projection matrixPatrice Mandin
2007-07-14nouveau: nv10 and nv11,15 are differentPatrice Mandin
2007-07-06NV_17 is different from NV_10Patrice Mandin
2007-06-29nouveau: NV30_TCL viewport/scissor fixesBen Skeggs
2007-02-03nouveau: nv50: use nv50 statePatrice Mandin
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-01-21nouveau: add nv04 state support, and small nv04 fixes.Stephane Marchesin
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-12-24nouveau: Kill some compile warnings.Ben Skeggs
2006-12-23nouveau: maintain numClipRects/pClipRects in context.Ben Skeggs
2006-12-23nouveau: Don't fill nrb->dPriv for private buffersBen Skeggs
2006-12-08NV_44 uses nv30InitStateFuncs tooBen Skeggs
2006-12-08Some work on buffer handling, most likely not entirely correct andBen Skeggs
2006-12-03Merge the pciid work. Use lock step versioning with the drm.Stephane Marchesin
2006-11-22Some missing state initBen Skeggs
2006-11-21Enable nv10 tcl statePatrice Mandin
2006-11-21Add the state caching mechanism. It seems to work, from what I can see.Stephane Marchesin
2006-11-20Add state initialization to context creation.Jeremy Kolb
2006-11-11Some work on nv30 state, heavily based on jkolb's workStephane Marchesin
2006-11-05Architect the DRI :Stephane Marchesin
2006-09-17Rename nouveau_tris.* to nouveau_swtcl.*Stephane Marchesin
2006-04-15State changes.Jeremy Kolb
2006-04-14CleaningJeremy Kolb
2006-04-14Added the beginnings of state (not much there yet). Fixed some includes.Jeremy Kolb