Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use RENDERINPUTS macros to access render_inputs_bitset | Ben Skeggs | 2006-11-17 | 2 | -11/+15 |
| | |||||
* | Adapt FIFO code to deal with cases where the base GET/PUT value isn't 0. | Ben Skeggs | 2006-11-17 | 3 | -11/+18 |
| | |||||
* | 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 | 2 | -30/+89 |
| | |||||
* | nv10 state copy/pasted from nv30 state | Patrice Mandin | 2006-11-16 | 1 | -0/+498 |
| | |||||
* | Fix segfault in nouveauCalcViewport | Ben Skeggs | 2006-11-13 | 1 | -0/+2 |
| | |||||
* | Add include guard. | Jeremy Kolb | 2006-11-12 | 1 | -0/+3 |
| | |||||
* | 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 |
| | | | | | | - make use of the autogenerated nouveau_reg.h file - add object creation to the DRI - some work on screen and context creation | ||||
* | 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 |
| | | | | modifications.. | ||||
* | 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 |
| | | | | things | ||||
* | 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 |
| |