| Commit message (Expand) | Author | Age | Files | Lines |
* | nouveau: say goodbye to the old DRI driver... | Stephane Marchesin | 2008-07-14 | 1 | -1009/+0 |
* | nouveau: move nv10 clear command, for usage by other gpu | Patrice Mandin | 2007-10-06 | 1 | -79/+7 |
* | nouveau : nv1x use OUT_RING_CACHE_FORCE for NV10_TCL_PRIMITIVE_3D_PROJECTION_... | Matthieu Castet | 2007-09-19 | 1 | -2/+2 |
* | nouveau : add GL_FOG_COLOR + fix a compil error | Matthieu Castet | 2007-09-19 | 1 | -3/+14 |
* | nouveau: nv10: color logic op only for nv11+ | Patrice Mandin | 2007-09-19 | 1 | -2/+8 |
* | nouveau : use new nouveau_reg.h with correct Bracket in macro | Matthieu Castet | 2007-09-15 | 1 | -1/+1 |
* | nouveau : fix NV10_TCL_PRIMITIVE_3D_CLIP_PLANE | Matthieu Castet | 2007-09-14 | 1 | -1/+1 |
* | nouveau : diable broken light enable on nv10 | Matthieu Castet | 2007-09-13 | 1 | -1/+11 |
* | nouveau: nv10: check NULL pointers | Patrice Mandin | 2007-09-06 | 1 | -2/+6 |
* | nouveau: nv10: need to transpose mesa model+proj matrix for hw | Patrice Mandin | 2007-09-04 | 1 | -10/+5 |
* | nouveau: nv10: forgot function to set modelview matrix | Patrice Mandin | 2007-09-03 | 1 | -1/+11 |
* | nouveau: separate modelview and projection matrix updates | Patrice Mandin | 2007-09-03 | 1 | -7/+11 |
* | nouveau: nv10: remove setting projection matrix when scaling viewport | Patrice Mandin | 2007-08-31 | 1 | -30/+11 |
* | nouveau: add hw-dependent function to update modelview*projection matrix | Patrice Mandin | 2007-08-31 | 1 | -0/+46 |
* | nouveau: nv10: also set modelview0 matrix to identity | Patrice Mandin | 2007-08-25 | 1 | -1/+5 |
* | nouveau: nv10: add a scissor func, do not cache viewport settings | Patrice Mandin | 2007-08-25 | 1 | -28/+68 |
* | nouveau: nv10: properly set viewport and projection | Patrice Mandin | 2007-08-25 | 1 | -3/+3 |
* | nouveau: nv10: set projection matrix from viewport size | Patrice Mandin | 2007-08-22 | 1 | -18/+33 |
* | nouveau: nv10: initialize more of nv10 tcl engine | Patrice Mandin | 2007-08-22 | 1 | -0/+102 |
* | nouveau: nv10: Move some initialization stuff | Patrice Mandin | 2007-08-21 | 1 | -13/+23 |
* | nouveau: nv10: Remove commented, unsupported by hw command | Patrice Mandin | 2007-08-21 | 1 | -7/+0 |
* | Use correct object for GART | Patrice Mandin | 2007-08-20 | 1 | -1/+1 |
* | nouveau: nv10: only one color buffer atm | Patrice Mandin | 2007-08-19 | 1 | -8/+3 |
* | nouveau: nv10: clear a buffer | Patrice Mandin | 2007-08-16 | 1 | -1/+24 |
* | nouveau: nv10: add function to clear a buffer | Patrice Mandin | 2007-08-16 | 1 | -1/+31 |
* | nouveau: store render buffer pointers in context, to access them when clearin... | Patrice Mandin | 2007-08-16 | 1 | -0/+5 |
* | nouveau: Always render offscreen, emulate front buffer rendering. | Ben Skeggs | 2007-08-15 | 1 | -2/+2 |
* | nouveau: nv10 and nv11,15 are different | Patrice Mandin | 2007-07-14 | 1 | -2/+1 |
* | NV1X don't support VIEWPORT_ORIGIN in hardware | Patrice Mandin | 2007-07-06 | 1 | -2/+2 |
* | nouveau: nv10: grr, ctx->DrawBuffer invalid? | Patrice Mandin | 2007-02-20 | 1 | -3/+3 |
* | nouveau: nv10: also check ctx->DrawBuffer in nv10ViewportScale | Patrice Mandin | 2007-02-20 | 1 | -7/+12 |
* | nouveau: nv10: keep 24/8 depth/stencil value, don't check for depth bits | Patrice Mandin | 2007-02-20 | 1 | -6/+6 |
* | nouveau: nv10,20: wrong viewport clip setup | Patrice Mandin | 2007-02-16 | 1 | -1/+3 |
* | nouveau: nv10: set clear value for 16 and 24 bits depth | Patrice Mandin | 2007-02-16 | 1 | -4/+15 |
* | nouveau: nv10: rescale depth near and far | Patrice Mandin | 2007-02-16 | 1 | -2/+8 |
* | nouveau: nv10: fix viewport scale and origin | Patrice Mandin | 2007-02-16 | 1 | -12/+33 |
* | nouveau: nv10: there are 8 clipping regions | Patrice Mandin | 2007-02-14 | 1 | -1/+1 |
* | nouveau: nv10: add init for unknown 0x120 | Patrice Mandin | 2007-02-04 | 1 | -0/+8 |
* | nouveau: fix viewport clipping initialization | Patrice Mandin | 2007-02-03 | 1 | -5/+6 |
* | nouveau: use color pitch as depth pitch if depth disabled | Patrice Mandin | 2007-02-03 | 1 | -5/+3 |
* | nouveau : nv10 comment icomplete command | Matthieu Castet | 2007-01-29 | 1 | -1/+1 |
* | nouveau : nv10 mixing cached stuff with not cached stuff is bad. | Matthieu Castet | 2007-01-28 | 1 | -4/+4 |
* | nouveau:nv10: fix setting clip region | Patrice Mandin | 2007-01-15 | 1 | -1/+3 |
* | nouveau: nv10: 16 bits color buffer format | Patrice Mandin | 2007-01-14 | 1 | -1/+1 |
* | nouveau: nv10: added missing functions | Patrice Mandin | 2007-01-14 | 1 | -6/+85 |
* | nouveau: nv10: stencil functions | Patrice Mandin | 2007-01-14 | 1 | -17/+28 |
* | nouveau: nv10: currently fails initcard and bindbuffers, till done | Patrice Mandin | 2007-01-14 | 1 | -2/+2 |
* | nouveau: nv10 blending done, remove nv10Viewport | Patrice Mandin | 2007-01-14 | 1 | -14/+24 |
* | nouveau: update nv10 state | Patrice Mandin | 2007-01-13 | 1 | -60/+56 |
* | nv10 has alpha color mask | Patrice Mandin | 2007-01-13 | 1 | -2/+1 |