aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_driver.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove driver date from renderer stringIan Romanick2011-04-051-1/+1
* dri/nouveau: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* dri/nouveau: test for FEATURE definesnobled2010-08-161-0/+2
* dri/nouveau: Expose EXT_framebuffer_blit.Francisco Jerez2010-03-221-0/+1
* dri/nouveau: Plug in some mesa_meta functions instead of the swrast variants.Francisco Jerez2010-03-221-0/+3
* dri/nouveau: Implement EXT_texture_from_pixmap.Francisco Jerez2010-02-251-2/+0
* dri/nouveau: Fix stencil mask handling on glClear().Francisco Jerez2010-02-251-2/+2
* Import a classic DRI driver for nv0x-nv2x.Francisco Jerez2010-02-041-0/+140
* nouveau: say goodbye to the old DRI driver...Stephane Marchesin2008-07-141-218/+0
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-1/+1
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-6/+6
* nouveau: move nv10 clear command, for usage by other gpuPatrice Mandin2007-10-061-1/+69
* nouveau: Always render offscreen, emulate front buffer rendering.Ben Skeggs2007-08-151-0/+4
* Play "nuke the typedef"Ben Skeggs2007-07-131-2/+2
* nouveau: Kill some compile warnings.Ben Skeggs2006-12-241-2/+1
* Some work on buffer handling, most likely not entirely correct andBen Skeggs2006-12-081-0/+29
* Architect the DRI :Stephane Marchesin2006-11-051-30/+1
* Cleaned up some code, made more files compile. Renamed nv20_swtcl.* toStephane Marchesin2006-03-131-2/+4
* Initial revisionStephane Marchesin2006-02-231-0/+145