Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-16 | dri/nouveau: Don't reemit the BO state in nouveau_state_emit(). | Francisco Jerez | |
2010-09-16 | dri/nouveau: Don't request a fake front unnecessarily. | Francisco Jerez | |
2010-03-22 | dri/nouveau: Rectangle texture fixes. | Francisco Jerez | |
2010-03-21 | dri/nouveau: Reemit the light model state when lighting goes on/off. | Francisco Jerez | |
2010-03-18 | dri/nouveau: Implement texcoord generation. | Francisco Jerez | |
2010-03-18 | dri/nouveau: Implement texture matrices. | Francisco Jerez | |
2010-03-07 | dri/nouveau: Fix nv[12]x color sum. | Francisco Jerez | |
2010-03-03 | mesa: Remove ClearIndex and IndexMask from device-driver interface | Ian Romanick | |
These are used to inform the driver of the clear value for color-index buffers and to control write-masking of bits in color-index buffers. No driver use or need (not even Nouveau) these interfaces. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-02-25 | dri/nouveau: Try to validate textures earlier. | Francisco Jerez | |
2010-02-04 | Import a classic DRI driver for nv0x-nv2x. | Francisco Jerez | |
2008-07-14 | nouveau: say goodbye to the old DRI driver... | Stephane Marchesin | |
2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
2007-09-06 | nouveau: init depth range | Patrice Mandin | |
2007-09-04 | nouveau: who needs nv03 ? | Stephane Marchesin | |
2007-09-03 | nouveau: separate modelview and projection matrix updates | Patrice Mandin | |
2007-08-31 | nouveau: add hw-dependent function to update modelview*projection matrix | Patrice Mandin | |
2007-07-14 | nouveau: nv10 and nv11,15 are different | Patrice Mandin | |
2007-07-06 | NV_17 is different from NV_10 | Patrice Mandin | |
2007-06-29 | nouveau: NV30_TCL viewport/scissor fixes | Ben Skeggs | |
2007-02-03 | nouveau: nv50: use nv50 state | Patrice Mandin | |
2007-02-02 | Merge branch 'vbo-0.2' | Keith Whitwell | |
Conflicts: src/mesa/main/texcompress_s3tc.c src/mesa/tnl/t_array_api.c | |||
2007-01-21 | nouveau: add nv04 state support, and small nv04 fixes. | Stephane Marchesin | |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa ↵ | Keith Whitwell | |
into vbo-0.2 Conflicts: src/mesa/array_cache/sources src/mesa/drivers/dri/i965/brw_context.c src/mesa/drivers/dri/i965/brw_draw.c src/mesa/drivers/dri/i965/brw_fallback.c src/mesa/drivers/dri/i965/brw_vs_emit.c src/mesa/drivers/dri/i965/brw_vs_tnl.c src/mesa/drivers/dri/mach64/mach64_context.c src/mesa/main/extensions.c src/mesa/main/getstring.c src/mesa/tnl/sources src/mesa/tnl/t_save_api.c src/mesa/tnl/t_save_playback.c src/mesa/tnl/t_vtx_api.c src/mesa/tnl/t_vtx_exec.c src/mesa/vbo/vbo_attrib.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_api.c src/mesa/vbo/vbo_save_draw.c | |||
2006-12-24 | nouveau: Kill some compile warnings. | Ben Skeggs | |
2006-12-23 | nouveau: maintain numClipRects/pClipRects in context. | Ben Skeggs | |
2006-12-23 | nouveau: Don't fill nrb->dPriv for private buffers | Ben Skeggs | |
2006-12-08 | NV_44 uses nv30InitStateFuncs too | Ben Skeggs | |
2006-12-08 | Some work on buffer handling, most likely not entirely correct and | Ben Skeggs | |
incomplete. But, it works well enough that windows can be moved/resized. | |||
2006-12-03 | Merge the pciid work. Use lock step versioning with the drm. | Stephane Marchesin | |
2006-11-22 | Some missing state init | Ben Skeggs | |
2006-11-21 | Enable nv10 tcl state | Patrice Mandin | |
2006-11-21 | Add the state caching mechanism. It seems to work, from what I can see. | Stephane Marchesin | |
2006-11-20 | Add state initialization to context creation. | Jeremy Kolb | |
2006-11-11 | Some work on nv30 state, heavily based on jkolb's work | Stephane Marchesin | |
2006-11-05 | Architect 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-17 | Rename nouveau_tris.* to nouveau_swtcl.* | Stephane Marchesin | |
2006-04-15 | State changes. | Jeremy Kolb | |
2006-04-14 | Cleaning | Jeremy Kolb | |
2006-04-14 | Added the beginnings of state (not much there yet). Fixed some includes. | Jeremy Kolb | |