summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_context.c
AgeCommit message (Expand)Author
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-03-22dri/nouveau: Expose EXT_framebuffer_blit.Francisco Jerez
2010-03-22dri/nouveau: Emit dirty states on nouveau_validate_framebuffer.Francisco Jerez
2010-03-11dri/nouveau: Just reemit the BO state on pushbuf flush.Francisco Jerez
2010-03-07dri/nv04: GL_EXT_secondary_colorAndrew Randrianasulu
2010-03-07dri/nouveau: Trivially add GL_NV_blend_squareAndrew Randrianasulu
2010-03-04dri/nouveau: Trivially add GL_ARB_texture_mirrored_repeat.Andrew Randrianasulu
2010-03-04dri/nouveau: Enable GL_EXT_stencil_wrap.Andrew Randrianasulu
2010-02-25dri/nouveau: Implement EXT_texture_from_pixmap.Francisco Jerez
2010-02-17dri/nouveau: Some multithreaded rendering fixes.Francisco Jerez
2010-02-16dri/nouveau: Use event driven buffer validation.Francisco Jerez
2010-02-04Import a classic DRI driver for nv0x-nv2x.Francisco Jerez
2008-07-14nouveau: say goodbye to the old DRI driver...Stephane Marchesin
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian
2007-10-30More vblank cleanups.Michel Dänzer
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-06nouveau: move nv10 clear command, for usage by other gpuPatrice Mandin
2007-09-15nouveau : use new nouveau_reg.h with correct Bracket in macroMatthieu Castet
2007-09-04nouveau: who needs nv03 ?Stephane Marchesin
2007-09-04nouveau: nv10: need to transpose mesa model+proj matrix for hwPatrice Mandin
2007-09-03nouveau: separate modelview and projection matrix updatesPatrice Mandin
2007-08-31nouveau: add hw-dependent function to update modelview*projection matrixPatrice Mandin
2007-08-15nouveau: Remove ALLOW_MULTI_SUBCHANNEL hackBen Skeggs
2007-08-15nouveau: Always render offscreen, emulate front buffer rendering.Ben Skeggs
2007-07-14nouveau: nv10 and nv11,15 are differentPatrice Mandin
2007-07-13Play "nuke the typedef"Ben Skeggs
2007-07-06NV_17 is different from NV_10Patrice Mandin
2007-06-29nouveau: match drm changes (0.0.7)Ben Skeggs
2007-03-21merge from masterBrian
2007-03-21nouveau: SwapBuffers() needs to perform a glFlush()Ben Skeggs
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian
2007-02-28nouveau: drm interface changesBen Skeggs
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-01-28nouveau: initial GL_ARB_occlusion_query supportBen Skeggs
2007-01-21nouveau: add nv04 state support, and small nv04 fixes.Stephane Marchesin
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-12-27nouveau: Initial buffer object supportBen Skeggs
2006-12-27nouveau: add nouveau_mem_alloc/free debuggingBen Skeggs
2006-12-26nouveau: Make use of NOUVEAU_DEBUG for shader disasmBen Skeggs
2006-12-26nouveau: Wait on notifier to check for completion of previous commands.Ben Skeggs
2006-12-26nouveau: Add notifier support functionsBen Skeggs
2006-12-23nouveau: get 16bpp workingBen Skeggs
2006-12-16Get nv10_swtcl.c working enough for glxgears on NV40.Ben Skeggs
2006-12-14Improve SwapBuffers a bit.Ben Skeggs
2006-12-08Skeletal extension handling across chipsets.Ben Skeggs
2006-12-08Some work on buffer handling, most likely not entirely correct andBen Skeggs
2006-12-03Merge the pciid work. Use lock step versioning with the drm.Stephane Marchesin
2006-11-25Incomplete shader stuff, should mostly work for NV40. Other cards, not soBen Skeggs
2006-11-21nouveauCreateDmaObjectBen Skeggs