summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau
AgeCommit message (Expand)Author
2006-11-21nv10,nv20,nv30: color light components renamed from a,b,c to r,g,bPatrice Mandin
2006-11-21ah, correct revision nowPatrice Mandin
2006-11-21update from renouveauPatrice Mandin
2006-11-21nv10: update statePatrice Mandin
2006-11-21nouveauCreateDmaObjectBen Skeggs
2006-11-21Remaining state cache changesStephane Marchesin
2006-11-21Add the state caching mechanism. It seems to work, from what I can see.Stephane Marchesin
2006-11-21More state.Jeremy Kolb
2006-11-20Add state initialization to context creation.Jeremy Kolb
2006-11-19Cleanup the swtcl code.Stephane Marchesin
2006-11-19Use NONINC_METHOD for vertex data.Stephane Marchesin
2006-11-19More work on the swtclStephane Marchesin
2006-11-19More fifo debug fixesStephane Marchesin
2006-11-19Oops.Stephane Marchesin
2006-11-19Fix the fifo debugging feature.Stephane Marchesin
2006-11-19New swtcl implementation. It's simpler than the previous one (doesn't useStephane Marchesin
2006-11-19Don't bother touching lighting stuff if shaders are in useBen Skeggs
2006-11-19Fix nv30LineWidth, hw expects a ubyte.Ben Skeggs
2006-11-19Avoid sharing subchannels with the ddx until context switching is doneBen Skeggs
2006-11-19More FIFO fixes.Ben Skeggs
2006-11-19Stupid bug..Ben Skeggs
2006-11-19poke the correct FIFO regsBen Skeggs
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-17Small unneeded nv03 fixStephane Marchesin
2006-11-17Use RENDERINPUTS macros to access render_inputs_bitsetBen Skeggs
2006-11-17Adapt FIFO code to deal with cases where the base GET/PUT value isn't 0.Ben Skeggs
2006-11-16jkolb pointed out that face can also be FRONT_AND_BACK. Added stencil funcsBen Skeggs
2006-11-16Add nv30InitStateFuncsBen Skeggs
2006-11-16nv10 state copy/pasted from nv30 statePatrice Mandin
2006-11-13Fix segfault in nouveauCalcViewportBen Skeggs
2006-11-12Add include guard.Jeremy Kolb
2006-11-12Some more nouveau_screen.c setup, not sure how correct it is yet though..Ben Skeggs
2006-11-12We need nmesa->driFd and friends setup before we call nouveauFifoInitBen Skeggs
2006-11-12Dont call exit() from the DRI driver, with AIGLX this is particularly nastyBen Skeggs
2006-11-11fix typoBen Skeggs
2006-11-11Some nouveau_screen work for darktamaStephane Marchesin
2006-11-11Fill in nv30PointSize and nv30Viewport.Jeremy Kolb
2006-11-11Fix the texture init function nameStephane Marchesin
2006-11-11Add the GL_LIGHING enableStephane Marchesin
2006-11-11Some work on nv30 state, heavily based on jkolb's workStephane Marchesin
2006-11-07Commit a small nitpickStephane Marchesin
2006-11-05Architect the DRI :Stephane Marchesin
2006-11-01Added OUT_RING* debugging macros. Compile with NOUVEAU_RING_DEBUG to use.Jeremy Kolb
2006-11-01Oops. Forgot to check in the context change.Jeremy Kolb
2006-11-01Fix compile errors. Add vblank_seq to nouveau_context.Jeremy Kolb
2006-09-24Kill all the current shader code.Ben Skeggs
2006-09-17Some small changesStephane Marchesin
2006-09-17Rename nouveau_tris.* to nouveau_swtcl.*Stephane Marchesin
2006-09-17Small changesStephane Marchesin