summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_context.c
AgeCommit message (Expand)Author
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul
2010-11-15dri/nouveau: Fix typo.Francisco Jerez
2010-10-31dri/nouveau: Re-emit the BO state when coming back from a software fallback.Francisco Jerez
2010-10-31dri/nouveau: Split out the scratch helpers to a separate file.Francisco Jerez
2010-10-30dri/nouveau: Call _mesa_update_state() after framebuffer invalidation.Francisco Jerez
2010-10-22dri/nouveau: Force a "slow" Z clear if we're getting a new depth buffer.Francisco Jerez
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-12nouveau: Get larger push buffers.Francisco Jerez
2010-10-10dri/nouveau: Minor cleanup.Francisco Jerez
2010-09-30dri/nouveau: Remove unnecessary flush.Francisco Jerez
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick
2010-09-21dri/nouveau: Cleanup more references to old FBOs and VBOs.Francisco Jerez
2010-09-16dri/nouveau: Cleanup references to the old FBOs on glMakeCurrent().Francisco Jerez
2010-09-16dri/nouveau: Don't request a fake front unnecessarily.Francisco Jerez
2010-09-16dri/nouveau: Add some more extensions.Francisco Jerez
2010-09-16dri/nv04: Don't expose ARB_texture_env_combine/dot3.Andrew Randrianasulu
2010-09-09dri/nouveau: Expose EXT_texture_env_combine.Francisco Jerez
2010-09-09dri/nv10-nv20: Add support for NV_texture_env_combine4.Francisco Jerez
2010-09-08dri: Unset current context and dispatch table when unbindingKristian Høgsberg
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