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