| Commit message (Expand) | Author | Age | Files | Lines |
* | Some more nouveau_screen.c setup, not sure how correct it is yet though.. | Ben Skeggs | 2006-11-12 | 5 | -1/+337 |
* | We need nmesa->driFd and friends setup before we call nouveauFifoInit | Ben Skeggs | 2006-11-12 | 1 | -10/+10 |
* | Dont call exit() from the DRI driver, with AIGLX this is particularly nasty | Ben Skeggs | 2006-11-12 | 4 | -8/+13 |
* | fix typo | Ben Skeggs | 2006-11-11 | 1 | -1/+1 |
* | Some nouveau_screen work for darktama | Stephane Marchesin | 2006-11-11 | 1 | -0/+21 |
* | Fill in nv30PointSize and nv30Viewport. | Jeremy Kolb | 2006-11-11 | 2 | -2/+17 |
* | Fix the texture init function name | Stephane Marchesin | 2006-11-11 | 2 | -1/+6 |
* | Add the GL_LIGHING enable | Stephane Marchesin | 2006-11-11 | 2 | -3/+14 |
* | Some work on nv30 state, heavily based on jkolb's work | Stephane Marchesin | 2006-11-11 | 4 | -19/+470 |
* | Commit a small nitpick | Stephane Marchesin | 2006-11-07 | 1 | -1/+1 |
* | Architect the DRI : | Stephane Marchesin | 2006-11-05 | 18 | -185/+1705 |
* | Added OUT_RING* debugging macros. Compile with NOUVEAU_RING_DEBUG to use. | Jeremy Kolb | 2006-11-01 | 1 | -1/+22 |
* | Oops. Forgot to check in the context change. | Jeremy Kolb | 2006-11-01 | 1 | -0/+2 |
* | Fix compile errors. Add vblank_seq to nouveau_context. | Jeremy Kolb | 2006-11-01 | 2 | -3/+3 |
* | Kill all the current shader code. | Ben Skeggs | 2006-09-24 | 4 | -1389/+0 |
* | Some small changes | Stephane Marchesin | 2006-09-17 | 3 | -6/+11 |
* | Rename nouveau_tris.* to nouveau_swtcl.* | Stephane Marchesin | 2006-09-17 | 7 | -11/+14 |
* | Small changes | Stephane Marchesin | 2006-09-17 | 4 | -6/+4 |
* | Make nouveau actually compile | Stephane Marchesin | 2006-09-17 | 3 | -11/+18 |
* | Some work towards making the nv10 swtcl compile | Stephane Marchesin | 2006-09-17 | 2 | -9/+38 |
* | oops, time to go to bed | Patrice Mandin | 2006-09-08 | 1 | -1/+1 |
* | nv10: vertex attribute output format | Patrice Mandin | 2006-09-08 | 2 | -1/+24 |
* | more macros, still missing the alloc_verts one | Patrice Mandin | 2006-09-08 | 1 | -0/+6 |
* | reimport sw stuff | Patrice Mandin | 2006-09-08 | 1 | -36/+4 |
* | render_primitive macro | Patrice Mandin | 2006-09-08 | 1 | -1/+1 |
* | vert_copy_spec macro | Patrice Mandin | 2006-09-08 | 1 | -3/+5 |
* | vert_copy_rgba macro | Patrice Mandin | 2006-09-08 | 1 | -9/+1 |
* | basic primitives | Patrice Mandin | 2006-09-08 | 1 | -30/+41 |
* | Remove useless reference to fifo_num field | Patrice Mandin | 2006-09-08 | 1 | -3/+1 |
* | A couple of quick fixes, the original had some half-finished | Ben Skeggs | 2006-06-03 | 1 | -30/+45 |
* | Another TODO, so I don't forget.. | Ben Skeggs | 2006-06-03 | 1 | -0/+1 |
* | Add start of vertex shader backend, will most likely not work correctly yet | Ben Skeggs | 2006-06-03 | 4 | -0/+1373 |
* | More context. | Jeremy Kolb | 2006-04-17 | 1 | -1/+3 |
* | Changed invalid context fields to valid ones. | Jeremy Kolb | 2006-04-17 | 1 | -5/+5 |
* | State changes. | Jeremy Kolb | 2006-04-15 | 3 | -3/+105 |
* | More work on the tcl code... still have to make my mind on a number of | Stephane Marchesin | 2006-04-14 | 4 | -8/+14 |
* | Add more feilds to context. | Jeremy Kolb | 2006-04-14 | 1 | -1/+4 |
* | ooops | Stephane Marchesin | 2006-04-14 | 1 | -1/+0 |
* | Added render index field to the context | Stephane Marchesin | 2006-04-14 | 1 | -1/+2 |
* | Cleaning | Jeremy Kolb | 2006-04-14 | 2 | -5/+15 |
* | Silence the lock warning | Stephane Marchesin | 2006-04-14 | 1 | -0/+1 |
* | Added vertex attributes to the context | Stephane Marchesin | 2006-04-14 | 1 | -1/+5 |
* | Cleaned stuff in the tcl code | Stephane Marchesin | 2006-04-14 | 6 | -24/+33 |
* | Added the beginnings of state (not much there yet). Fixed some includes. | Jeremy Kolb | 2006-04-14 | 5 | -1/+190 |
* | Some compile fixes. | Jeremy Kolb | 2006-04-13 | 4 | -0/+7 |
* | Cleaned up some code, made more files compile. Renamed nv20_swtcl.* to | Stephane Marchesin | 2006-03-13 | 9 | -56/+63 |
* | A little work here and there | Stephane Marchesin | 2006-03-10 | 3 | -18/+35 |
* | Added a missing field | Stephane Marchesin | 2006-03-07 | 2 | -3/+4 |
* | Cleaned up the software TCL code a bit. Renamed nv30_tris.[c,h] to | Stephane Marchesin | 2006-03-06 | 4 | -85/+93 |
* | Added some NV20 support - nv_30_tris.c should probably be renamed again. | Stephane Marchesin | 2006-03-06 | 1 | -10/+30 |