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