summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_driver.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: fix double-const qualifierIlia Mirkin2016-01-031-1/+1
* nouveau: include stdio.h where neededBrian Paul2015-03-051-0/+1
* dri/nouveau: add GLX_MESA_query_renderer supportEmil Velikov2014-08-151-8/+16
* nouveau: force luminance clear colors to have the same g/b values as rIlia Mirkin2014-08-141-1/+9
* meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke2014-05-191-1/+1
* drivers/dri: cleanup dri extension instantiationEmil Velikov2014-04-281-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* dri/nouveau: fix crash in nouveau_flushJan de Groot2013-03-071-1/+2
* mesa: remove FEATURE_EXT_framebuffer_blit define.Oliver McFadden2012-09-151-2/+0
* nouveau/vieux: finish != flush, how about we do that..Ben Skeggs2012-05-121-0/+13
* nouveau: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-1/+3
* nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs2012-04-141-2/+2
* mesa: remove gl_renderbuffer::WrappedBrian Paul2012-01-241-1/+1
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-1/+1
* 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