| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian | 2008-01-06 | 1 | -1/+1 |
* | More vblank cleanups. | Michel Dänzer | 2007-10-30 | 1 | -1/+7 |
* | Refactor and fix core vblank support | Jesse Barnes | 2007-10-29 | 1 | -1/+1 |
* | nouveau: move nv10 clear command, for usage by other gpu | Patrice Mandin | 2007-10-06 | 1 | -0/+36 |
* | nouveau : use new nouveau_reg.h with correct Bracket in macro | Matthieu Castet | 2007-09-15 | 1 | -1/+1 |
* | nouveau: who needs nv03 ? | Stephane Marchesin | 2007-09-04 | 1 | -3/+0 |
* | nouveau: nv10: need to transpose mesa model+proj matrix for hw | Patrice Mandin | 2007-09-04 | 1 | -1/+0 |
* | nouveau: separate modelview and projection matrix updates | Patrice Mandin | 2007-09-03 | 1 | -1/+1 |
* | nouveau: add hw-dependent function to update modelview*projection matrix | Patrice Mandin | 2007-08-31 | 1 | -0/+1 |
* | nouveau: Remove ALLOW_MULTI_SUBCHANNEL hack | Ben Skeggs | 2007-08-15 | 1 | -2/+0 |
* | nouveau: Always render offscreen, emulate front buffer rendering. | Ben Skeggs | 2007-08-15 | 1 | -10/+15 |
* | nouveau: nv10 and nv11,15 are different | Patrice Mandin | 2007-07-14 | 1 | -0/+1 |
* | Play "nuke the typedef" | Ben Skeggs | 2007-07-13 | 1 | -1/+1 |
* | NV_17 is different from NV_10 | Patrice Mandin | 2007-07-06 | 1 | -0/+1 |
* | nouveau: match drm changes (0.0.7) | Ben Skeggs | 2007-06-29 | 1 | -2/+2 |
* | merge from master | Brian | 2007-03-21 | 1 | -0/+1 |
|\ |
|
| * | nouveau: SwapBuffers() needs to perform a glFlush() | Ben Skeggs | 2007-03-21 | 1 | -0/+1 |
* | | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-03-09 | 1 | -0/+6 |
|\| |
|
| * | nouveau: drm interface changes | Ben Skeggs | 2007-02-28 | 1 | -0/+6 |
* | | Update DRI drivers for new glsl compiler. | Brian | 2007-02-23 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'vbo-0.2' | Keith Whitwell | 2007-02-02 | 1 | -2/+1 |
|\ |
|
| * | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 1 | -2/+1 |
* | | nouveau: initial GL_ARB_occlusion_query support | Ben Skeggs | 2007-01-28 | 1 | -0/+4 |
* | | nouveau: add nv04 state support, and small nv04 fixes. | Stephane Marchesin | 2007-01-21 | 1 | -1/+2 |
|/ |
|
* | nouveau: Initial buffer object support | Ben Skeggs | 2006-12-27 | 1 | -0/+2 |
* | nouveau: add nouveau_mem_alloc/free debugging | Ben Skeggs | 2006-12-27 | 1 | -2/+3 |
* | nouveau: Make use of NOUVEAU_DEBUG for shader disasm | Ben Skeggs | 2006-12-26 | 1 | -0/+1 |
* | nouveau: Wait on notifier to check for completion of previous commands. | Ben Skeggs | 2006-12-26 | 1 | -1/+2 |
* | nouveau: Add notifier support functions | Ben Skeggs | 2006-12-26 | 1 | -0/+1 |
* | nouveau: get 16bpp working | Ben Skeggs | 2006-12-23 | 1 | -1/+4 |
* | Get nv10_swtcl.c working enough for glxgears on NV40. | Ben Skeggs | 2006-12-16 | 1 | -4/+2 |
* | Improve SwapBuffers a bit. | Ben Skeggs | 2006-12-14 | 1 | -13/+26 |
* | Skeletal extension handling across chipsets. | Ben Skeggs | 2006-12-08 | 1 | -0/+45 |
* | Some work on buffer handling, most likely not entirely correct and | Ben Skeggs | 2006-12-08 | 1 | -11/+68 |
* | Merge the pciid work. Use lock step versioning with the drm. | Stephane Marchesin | 2006-12-03 | 1 | -1/+2 |
* | Incomplete shader stuff, should mostly work for NV40. Other cards, not so | Ben Skeggs | 2006-11-25 | 1 | -0/+8 |
* | nouveauCreateDmaObject | Ben Skeggs | 2006-11-21 | 1 | -0/+1 |
* | Add state initialization to context creation. | Jeremy Kolb | 2006-11-20 | 1 | -0/+2 |
* | New swtcl implementation. It's simpler than the previous one (doesn't use | Stephane Marchesin | 2006-11-19 | 1 | -3/+3 |
* | Fix segfault in nouveauCalcViewport | Ben Skeggs | 2006-11-13 | 1 | -0/+2 |
* | Some more nouveau_screen.c setup, not sure how correct it is yet though.. | Ben Skeggs | 2006-11-12 | 1 | -0/+15 |
* | 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 | 1 | -1/+2 |
* | Architect the DRI : | Stephane Marchesin | 2006-11-05 | 1 | -4/+8 |
* | Fix compile errors. Add vblank_seq to nouveau_context. | Jeremy Kolb | 2006-11-01 | 1 | -1/+1 |
* | Some small changes | Stephane Marchesin | 2006-09-17 | 1 | -3/+4 |
* | Small changes | Stephane Marchesin | 2006-09-17 | 1 | -2/+0 |
* | Cleaned stuff in the tcl code | Stephane Marchesin | 2006-04-14 | 1 | -0/+1 |
* | Some compile fixes. | Jeremy Kolb | 2006-04-13 | 1 | -0/+2 |
* | Cleaned up some code, made more files compile. Renamed nv20_swtcl.* to | Stephane Marchesin | 2006-03-13 | 1 | -3/+3 |