summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/Makefile
AgeCommit message (Collapse)Author
2010-02-04Import a classic DRI driver for nv0x-nv2x.Francisco Jerez
2008-07-14nouveau: say goodbye to the old DRI driver...Stephane Marchesin
2007-08-15nouveau: Split nouveau_buffers into nouveau_mem and nouveau_fboBen Skeggs
2007-01-28nouveau: initial GL_ARB_occlusion_query supportBen Skeggs
Only enabled on NV40, NV20/NV30 code is untested.. However, NV30 should be identical to NV40.
2007-01-21nouveau: add nv04 state support, and small nv04 fixes.Stephane Marchesin
2007-01-21nouveau: 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-18nouveau: preliminary nv50 statePatrice Mandin
2007-01-14nouveau: add the nv04 swtcl module (it's untested for now).Stephane Marchesin
2006-12-27nouveau: Initial buffer object supportBen Skeggs
2006-12-26nouveau: Add notifier support functionsBen Skeggs
2006-12-08Some work on buffer handling, most likely not entirely correct andBen Skeggs
incomplete. But, it works well enough that windows can be moved/resized.
2006-11-25Incomplete shader stuff, should mostly work for NV40. Other cards, not soBen Skeggs
much..
2006-11-21Add the state caching mechanism. It seems to work, from what I can see.Stephane Marchesin
2006-11-18Add nv20_state.c ; hook nv10_state.c into the build ; do the renamingStephane Marchesin
required by the renouveau changes.
2006-11-11Some work on nv30 state, heavily based on jkolb's workStephane Marchesin
2006-11-05Architect 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-17Rename nouveau_tris.* to nouveau_swtcl.*Stephane Marchesin
2006-04-14Added the beginnings of state (not much there yet). Fixed some includes.Jeremy Kolb
2006-03-13Cleaned up some code, made more files compile. Renamed nv20_swtcl.* toStephane Marchesin
nv10_swtcl.*, hopefully this is the last rename (this should be, as NV05 really behaves differently).
2006-03-06Cleaned up the software TCL code a bit. Renamed nv30_tris.[c,h] toStephane Marchesin
nv20_swtcl.[c,h].
2006-03-03rename nv40_tris to nv30_tris.Stephane Marchesin
2006-02-23Initial revisionStephane Marchesin