Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-08-16 | dri/nouveau: test for FEATURE defines | nobled | |
'struct dd_function_table' only conditionally contains the function pointer NewFramebuffer and friends based on FEATURE_EXT_framebuffer_* defines. (See src/mesa/main/dd.h) Fixes the build when the features are disabled and the vfuncs don't exist. | |||
2010-03-22 | dri/nouveau: Expose EXT_framebuffer_blit. | Francisco Jerez | |
2010-03-22 | dri/nouveau: Plug in some mesa_meta functions instead of the swrast variants. | Francisco Jerez | |
2010-02-25 | dri/nouveau: Implement EXT_texture_from_pixmap. | Francisco Jerez | |
2010-02-25 | dri/nouveau: Fix stencil mask handling on glClear(). | 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-01-06 | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian | |
Each array element is now a BUFFER_x token rather than a BUFFER_BIT_x bitmask. The number of active color buffers is specified by _NumColorDrawBuffers. This builds on the previous DrawBuffer changes and will help with drivers implementing GL_ARB_draw_buffers. | |||
2008-01-06 | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | |
These fields are no longer indexed by shader output. Now, we just have a simple array of renderbuffer pointers. If the shader writes to gl_FragData[i], send those colors to the N _ColorDrawBuffers. Otherwise, replicate the single gl_FragColor (or the fixed-function color) to the N _ColorDrawBuffers. A few more changes and simplifications can follow from this... | |||
2007-10-06 | nouveau: move nv10 clear command, for usage by other gpu | Patrice Mandin | |
2007-08-15 | nouveau: Always render offscreen, emulate front buffer rendering. | Ben Skeggs | |
2007-07-13 | Play "nuke the typedef" | Ben Skeggs | |
2006-12-24 | nouveau: Kill some compile warnings. | 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-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-03-13 | Cleaned up some code, made more files compile. Renamed nv20_swtcl.* to | Stephane Marchesin | |
nv10_swtcl.*, hopefully this is the last rename (this should be, as NV05 really behaves differently). | |||
2006-02-23 | Initial revision | Stephane Marchesin | |