summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_context.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/nouveau: Remove driverDylan Baker1-144/+0
2017-11-06dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts1-2/+1
2017-10-20egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson1-2/+2
2015-02-20util: Move Mesa's bitset.h to util/.Eric Anholt1-1/+1
2014-02-11dri/nouveau: Pass the API into _mesa_initialize_contextEmil Velikov1-1/+2
2013-11-07mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick1-1/+2
2012-05-12nouveau/vieux: finish != flush, how about we do that..Ben Skeggs1-0/+2
2012-04-14nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs1-15/+25
2012-01-02dri2: Add plumbing to get context version requirements and flags to driversIan Romanick1-1/+2
2011-12-28mesa: Re-add main/bitset.h to fix classic nouveau build failure.José Fonseca1-0/+2
2011-12-28mesa: Remove now unused main/bitset.h.Mathias Fröhlich1-2/+0
2010-10-31dri/nouveau: Split out the scratch helpers to a separate file.Francisco Jerez1-0/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-6/+6
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-2/+2
2010-09-30dri/nv10: Use fast Z clears.Francisco Jerez1-0/+5
2010-05-03nouveau: fix nouveau_create_context declerationDave Airlie1-1/+2
2010-03-11dri/nouveau: Just reemit the BO state on pushbuf flush.Francisco Jerez1-0/+2
2010-02-25dri/nouveau: Implement EXT_texture_from_pixmap.Francisco Jerez1-9/+4
2010-02-17dri/nouveau: Some multithreaded rendering fixes.Francisco Jerez1-2/+22
2010-02-04Import a classic DRI driver for nv0x-nv2x.Francisco Jerez1-0/+105
2008-07-14nouveau: say goodbye to the old DRI driver...Stephane Marchesin1-241/+0
2007-10-29Refactor and fix core vblank supportJesse Barnes1-4/+0
2007-10-06nouveau: move nv10 clear command, for usage by other gpuPatrice Mandin1-3/+3
2007-09-04nouveau: nv10: need to transpose mesa model+proj matrix for hwPatrice Mandin1-3/+0
2007-09-03nouveau: separate modelview and projection matrix updatesPatrice Mandin1-3/+6
2007-08-31nouveau: add hw-dependent function to update modelview*projection matrixPatrice Mandin1-0/+6
2007-08-19nouveau: nv10: only one color buffer atmPatrice Mandin1-1/+1
2007-08-16nouveau: store render buffer pointers in context, to access them when clearin...Patrice Mandin1-0/+4
2007-08-15nouveau: Keep drm channel alloc struct around.Ben Skeggs1-18/+11
2007-08-15nouveau: Always render offscreen, emulate front buffer rendering.Ben Skeggs1-2/+5
2007-08-15nouveau: Split nouveau_buffers into nouveau_mem and nouveau_fboBen Skeggs1-2/+2
2007-08-08nouveau: Missing notifier -> notifierobj migrationCarlos Martín Nieto1-2/+2
2007-07-13Play "nuke the typedef"Ben Skeggs1-3/+3
2007-06-29nouveau: match drm changes (0.0.7)Ben Skeggs1-4/+7
2007-06-29nouveau: NV30_TCL viewport/scissor fixesBen Skeggs1-1/+1
2007-03-21nouveau: update for drm interface changes (0.0.5)Ben Skeggs1-0/+1
2007-02-28nouveau: drm interface changesBen Skeggs1-0/+2
2007-02-06nouveau: a couple of NV3x fixesBen Skeggs1-0/+1
2007-01-28nouveau: initial GL_ARB_occlusion_query supportBen Skeggs1-0/+5
2007-01-21nouveau: add nv04 state support, and small nv04 fixes.Stephane Marchesin1-9/+9
2007-01-13nouveau: Add clear color for nv10Patrice Mandin1-1/+4
2006-12-27nouveau: Initial buffer object supportBen Skeggs1-0/+1
2006-12-27nouveau: add nouveau_mem_alloc/free debuggingBen Skeggs1-1/+2
2006-12-26nouveau: Make use of NOUVEAU_DEBUG for shader disasmBen Skeggs1-0/+5
2006-12-26nouveau: Add notifier support functionsBen Skeggs1-0/+4
2006-12-23nouveau: maintain numClipRects/pClipRects in context.Ben Skeggs1-0/+2
2006-12-16Get nv10_swtcl.c working enough for glxgears on NV40.Ben Skeggs1-0/+1
2006-12-08Some work on buffer handling, most likely not entirely correct andBen Skeggs1-0/+20
2006-12-03Merge the pciid work. Use lock step versioning with the drm.Stephane Marchesin1-12/+0
2006-11-25Incomplete shader stuff, should mostly work for NV40. Other cards, not soBen Skeggs1-0/+7