Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-28 | nouveau: initial GL_ARB_occlusion_query support | Ben Skeggs | |
Only enabled on NV40, NV20/NV30 code is untested.. However, NV30 should be identical to NV40. | |||
2007-01-21 | nouveau: add nv04 state support, and small nv04 fixes. | Stephane Marchesin | |
2007-01-21 | nouveau: rename pass0_arb to pass0. | Ben Skeggs | |
I was expecting to have 2 frontends for the shader code (asm, glsl). With Brian's work on GLSL this is unnecessary :) | |||
2007-01-18 | nouveau: preliminary nv50 state | Patrice Mandin | |
2007-01-14 | nouveau: add the nv04 swtcl module (it's untested for now). | Stephane Marchesin | |
2006-12-27 | nouveau: Initial buffer object support | Ben Skeggs | |
2006-12-26 | nouveau: Add notifier support functions | Ben Skeggs | |
2006-12-08 | Some work on buffer handling, most likely not entirely correct and | Ben Skeggs | |
incomplete. But, it works well enough that windows can be moved/resized. | |||
2006-11-25 | Incomplete shader stuff, should mostly work for NV40. Other cards, not so | Ben Skeggs | |
much.. | |||
2006-11-21 | Add the state caching mechanism. It seems to work, from what I can see. | Stephane Marchesin | |
2006-11-18 | Add nv20_state.c ; hook nv10_state.c into the build ; do the renaming | Stephane Marchesin | |
required by the renouveau changes. | |||
2006-11-11 | Some work on nv30 state, heavily based on jkolb's work | Stephane Marchesin | |
2006-11-05 | Architect the DRI : | Stephane Marchesin | |
- make use of the autogenerated nouveau_reg.h file - add object creation to the DRI - some work on screen and context creation | |||
2006-09-17 | Rename nouveau_tris.* to nouveau_swtcl.* | Stephane Marchesin | |
2006-04-14 | Added the beginnings of state (not much there yet). Fixed some includes. | Jeremy Kolb | |
2006-03-13 | Cleaned up some code, made more files compile. Renamed nv20_swtcl.* to | Stephane Marchesin | |
nv10_swtcl.*, hopefully this is the last rename (this should be, as NV05 really behaves differently). | |||
2006-03-06 | Cleaned up the software TCL code a bit. Renamed nv30_tris.[c,h] to | Stephane Marchesin | |
nv20_swtcl.[c,h]. | |||
2006-03-03 | rename nv40_tris to nv30_tris. | Stephane Marchesin | |
2006-02-23 | Initial revision | Stephane Marchesin | |