| Commit message (Expand) | Author | Age | Files | Lines |
* | nouveau: separate modelview and projection matrix updates | Patrice Mandin | 2007-09-03 | 1 | -5/+0 |
* | nouveau: add hw-dependent function to update modelview*projection matrix | Patrice Mandin | 2007-08-31 | 1 | -0/+5 |
* | nouveau: Always render offscreen, emulate front buffer rendering. | Ben Skeggs | 2007-08-15 | 1 | -3/+3 |
* | nouveau: match drm changes (0.0.7) | Ben Skeggs | 2007-06-29 | 1 | -1/+1 |
* | nouveau: NV30_TCL viewport/scissor fixes | Ben Skeggs | 2007-06-29 | 1 | -14/+36 |
* | nouveau: a couple of NV3x fixes | Ben Skeggs | 2007-02-06 | 1 | -2/+3 |
* | nouveau: argh | Ben Skeggs | 2007-01-30 | 1 | -1/+1 |
* | nouveau: misc NV40 fixes | Ben Skeggs | 2007-01-30 | 1 | -3/+9 |
* | nouveau: NV40 glClipPlane support. | Ben Skeggs | 2007-01-30 | 1 | -2/+13 |
* | nouveau: fix nv30 line width | Ben Skeggs | 2007-01-28 | 1 | -1/+1 |
* | nouveau: allow for card-specific shader infos to be kept | Ben Skeggs | 2007-01-23 | 1 | -3/+0 |
* | nouveau: unbreak nv40 | Ben Skeggs | 2007-01-23 | 1 | -1/+1 |
* | nouveau: Fixes for nv30. | Jeremy Kolb | 2007-01-21 | 1 | -32/+96 |
* | nouveau: Implement much of the fog handling. | Carlos MartÃn Nieto | 2007-01-15 | 1 | -6/+60 |
* | Update spot light params | Patrice Mandin | 2007-01-02 | 1 | -12/+15 |
* | nouveau: Kill some compile warnings. | Ben Skeggs | 2006-12-24 | 1 | -5/+2 |
* | nouveau: maintain numClipRects/pClipRects in context. | Ben Skeggs | 2006-12-23 | 1 | -25/+7 |
* | nouveau: Don't fill nrb->dPriv for private buffers | Ben Skeggs | 2006-12-23 | 1 | -3/+3 |
* | nouveau: get 16bpp working | Ben Skeggs | 2006-12-23 | 1 | -1/+4 |
* | 0x4497 doesn't have NV30_TCL_PRIMITIVE_3D_NORMALIZE_ENABLE | Ben Skeggs | 2006-12-14 | 1 | -2/+4 |
* | Some more voodoo to get 3D going with a minimal initial context. | Ben Skeggs | 2006-12-14 | 1 | -0/+19 |
* | Update spot light params also for nv20 and nv30 | Patrice Mandin | 2006-12-08 | 1 | -26/+61 |
* | state cache is automagically flushed on a normal BEGIN_RING_SIZE | Ben Skeggs | 2006-12-08 | 1 | -1/+0 |
* | Implement a simple nv30Clear, and make sure we get a nouveau_renderbuffer | Ben Skeggs | 2006-12-08 | 1 | -0/+18 |
* | Some work on buffer handling, most likely not entirely correct and | Ben Skeggs | 2006-12-08 | 1 | -12/+140 |
* | Incomplete shader stuff, should mostly work for NV40. Other cards, not so | Ben Skeggs | 2006-11-25 | 1 | -1/+1 |
* | fix scissor | Ben Skeggs | 2006-11-25 | 1 | -1/+1 |
* | nv10,nv20,nv30: send correct values for spot light direction X,Y,Z and | Patrice Mandin | 2006-11-24 | 1 | -18/+31 |
* | nv10,nv20,nv30: color light components renamed from a,b,c to r,g,b | Patrice Mandin | 2006-11-21 | 1 | -3/+3 |
* | Remaining state cache changes | Stephane Marchesin | 2006-11-21 | 1 | -10/+10 |
* | Add the state caching mechanism. It seems to work, from what I can see. | Stephane Marchesin | 2006-11-21 | 1 | -142/+142 |
* | More state. | Jeremy Kolb | 2006-11-21 | 1 | -13/+43 |
* | Don't bother touching lighting stuff if shaders are in use | Ben Skeggs | 2006-11-19 | 1 | -1/+15 |
* | Fix nv30LineWidth, hw expects a ubyte. | Ben Skeggs | 2006-11-19 | 1 | -1/+5 |
* | Stupid bug.. | Ben Skeggs | 2006-11-19 | 1 | -2/+2 |
* | More state functions | Stephane Marchesin | 2006-11-18 | 1 | -2/+8 |
* | Add nv20_state.c ; hook nv10_state.c into the build ; do the renaming | Stephane Marchesin | 2006-11-18 | 1 | -2/+2 |
* | jkolb pointed out that face can also be FRONT_AND_BACK. Added stencil funcs | Ben Skeggs | 2006-11-16 | 1 | -12/+63 |
* | Add nv30InitStateFuncs | Ben Skeggs | 2006-11-16 | 1 | -30/+87 |
* | fix typo | Ben Skeggs | 2006-11-11 | 1 | -1/+1 |
* | Fill in nv30PointSize and nv30Viewport. | Jeremy Kolb | 2006-11-11 | 1 | -2/+16 |
* | Add the GL_LIGHING enable | Stephane Marchesin | 2006-11-11 | 1 | -3/+13 |
* | Some work on nv30 state, heavily based on jkolb's work | Stephane Marchesin | 2006-11-11 | 1 | -0/+462 |