| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor and fix core vblank support | Jesse Barnes | 2007-10-29 | 1 | -4/+0 |
* | nouveau: move nv10 clear command, for usage by other gpu | Patrice Mandin | 2007-10-06 | 1 | -3/+3 |
* | nouveau: nv10: need to transpose mesa model+proj matrix for hw | Patrice Mandin | 2007-09-04 | 1 | -3/+0 |
* | nouveau: separate modelview and projection matrix updates | Patrice Mandin | 2007-09-03 | 1 | -3/+6 |
* | nouveau: add hw-dependent function to update modelview*projection matrix | Patrice Mandin | 2007-08-31 | 1 | -0/+6 |
* | nouveau: nv10: only one color buffer atm | Patrice Mandin | 2007-08-19 | 1 | -1/+1 |
* | nouveau: store render buffer pointers in context, to access them when clearin... | Patrice Mandin | 2007-08-16 | 1 | -0/+4 |
* | nouveau: Keep drm channel alloc struct around. | Ben Skeggs | 2007-08-15 | 1 | -18/+11 |
* | nouveau: Always render offscreen, emulate front buffer rendering. | Ben Skeggs | 2007-08-15 | 1 | -2/+5 |
* | nouveau: Split nouveau_buffers into nouveau_mem and nouveau_fbo | Ben Skeggs | 2007-08-15 | 1 | -2/+2 |
* | nouveau: Missing notifier -> notifierobj migration | Carlos MartÃn Nieto | 2007-08-08 | 1 | -2/+2 |
* | Play "nuke the typedef" | Ben Skeggs | 2007-07-13 | 1 | -3/+3 |
* | nouveau: match drm changes (0.0.7) | Ben Skeggs | 2007-06-29 | 1 | -4/+7 |
* | nouveau: NV30_TCL viewport/scissor fixes | Ben Skeggs | 2007-06-29 | 1 | -1/+1 |
* | nouveau: update for drm interface changes (0.0.5) | Ben Skeggs | 2007-03-21 | 1 | -0/+1 |
* | nouveau: drm interface changes | Ben Skeggs | 2007-02-28 | 1 | -0/+2 |
* | nouveau: a couple of NV3x fixes | Ben Skeggs | 2007-02-06 | 1 | -0/+1 |
* | nouveau: initial GL_ARB_occlusion_query support | Ben Skeggs | 2007-01-28 | 1 | -0/+5 |
* | nouveau: add nv04 state support, and small nv04 fixes. | Stephane Marchesin | 2007-01-21 | 1 | -9/+9 |
* | nouveau: Add clear color for nv10 | Patrice Mandin | 2007-01-13 | 1 | -1/+4 |
* | nouveau: Initial buffer object support | Ben Skeggs | 2006-12-27 | 1 | -0/+1 |
* | nouveau: add nouveau_mem_alloc/free debugging | Ben Skeggs | 2006-12-27 | 1 | -1/+2 |
* | nouveau: Make use of NOUVEAU_DEBUG for shader disasm | Ben Skeggs | 2006-12-26 | 1 | -0/+5 |
* | nouveau: Add notifier support functions | Ben Skeggs | 2006-12-26 | 1 | -0/+4 |
* | nouveau: maintain numClipRects/pClipRects in context. | Ben Skeggs | 2006-12-23 | 1 | -0/+2 |
* | Get nv10_swtcl.c working enough for glxgears on NV40. | Ben Skeggs | 2006-12-16 | 1 | -0/+1 |
* | Some work on buffer handling, most likely not entirely correct and | Ben Skeggs | 2006-12-08 | 1 | -0/+20 |
* | Merge the pciid work. Use lock step versioning with the drm. | Stephane Marchesin | 2006-12-03 | 1 | -12/+0 |
* | Incomplete shader stuff, should mostly work for NV40. Other cards, not so | Ben Skeggs | 2006-11-25 | 1 | -0/+7 |
* | Add the state caching mechanism. It seems to work, from what I can see. | Stephane Marchesin | 2006-11-21 | 1 | -1/+4 |
* | Use RENDERINPUTS macros to access render_inputs_bitset | Ben Skeggs | 2006-11-17 | 1 | -1/+1 |
* | Adapt FIFO code to deal with cases where the base GET/PUT value isn't 0. | Ben Skeggs | 2006-11-17 | 1 | -0/+1 |
* | Some more nouveau_screen.c setup, not sure how correct it is yet though.. | Ben Skeggs | 2006-11-12 | 1 | -0/+4 |
* | Add the GL_LIGHING enable | Stephane Marchesin | 2006-11-11 | 1 | -0/+1 |
* | Some work on nv30 state, heavily based on jkolb's work | Stephane Marchesin | 2006-11-11 | 1 | -4/+6 |
* | Architect the DRI : | Stephane Marchesin | 2006-11-05 | 1 | -4/+1 |
* | Oops. Forgot to check in the context change. | Jeremy Kolb | 2006-11-01 | 1 | -0/+2 |
* | Small changes | Stephane Marchesin | 2006-09-17 | 1 | -1/+1 |
* | Make nouveau actually compile | Stephane Marchesin | 2006-09-17 | 1 | -1/+1 |
* | Some work towards making the nv10 swtcl compile | Stephane Marchesin | 2006-09-17 | 1 | -3/+3 |
* | More context. | Jeremy Kolb | 2006-04-17 | 1 | -1/+3 |
* | State changes. | Jeremy Kolb | 2006-04-15 | 1 | -0/+17 |
* | More work on the tcl code... still have to make my mind on a number of | Stephane Marchesin | 2006-04-14 | 1 | -0/+1 |
* | 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 | 1 | -1/+6 |
* | 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 | 1 | -0/+13 |
* | Added the beginnings of state (not much there yet). Fixed some includes. | Jeremy Kolb | 2006-04-14 | 1 | -0/+3 |