summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_context.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove _mesa_initialize_context_for_api()Brian Paul2011-02-081-1/+2
* dri/nouveau: Fix typo.Francisco Jerez2010-11-151-1/+1
* dri/nouveau: Re-emit the BO state when coming back from a software fallback.Francisco Jerez2010-10-311-2/+4
* dri/nouveau: Split out the scratch helpers to a separate file.Francisco Jerez2010-10-311-0/+2
* dri/nouveau: Call _mesa_update_state() after framebuffer invalidation.Francisco Jerez2010-10-301-1/+2
* dri/nouveau: Force a "slow" Z clear if we're getting a new depth buffer.Francisco Jerez2010-10-221-0/+12
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-11/+11
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-2/+2
* nouveau: Get larger push buffers.Francisco Jerez2010-10-121-1/+1
* dri/nouveau: Minor cleanup.Francisco Jerez2010-10-101-2/+1
* dri/nouveau: Remove unnecessary flush.Francisco Jerez2010-09-301-3/+1
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-1/+0
* dri/nouveau: Cleanup more references to old FBOs and VBOs.Francisco Jerez2010-09-211-4/+3
* dri/nouveau: Cleanup references to the old FBOs on glMakeCurrent().Francisco Jerez2010-09-161-16/+8
* dri/nouveau: Don't request a fake front unnecessarily.Francisco Jerez2010-09-161-9/+28
* dri/nouveau: Add some more extensions.Francisco Jerez2010-09-161-0/+2
* dri/nv04: Don't expose ARB_texture_env_combine/dot3.Andrew Randrianasulu2010-09-161-2/+0
* dri/nouveau: Expose EXT_texture_env_combine.Francisco Jerez2010-09-091-0/+1
* dri/nv10-nv20: Add support for NV_texture_env_combine4.Francisco Jerez2010-09-091-0/+1
* dri: Unset current context and dispatch table when unbindingKristian Høgsberg2010-09-081-0/+3
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-1/+2
* dri/nouveau: Expose EXT_framebuffer_blit.Francisco Jerez2010-03-221-0/+1
* dri/nouveau: Emit dirty states on nouveau_validate_framebuffer.Francisco Jerez2010-03-221-1/+3
* dri/nouveau: Just reemit the BO state on pushbuf flush.Francisco Jerez2010-03-111-2/+2
* dri/nv04: GL_EXT_secondary_colorAndrew Randrianasulu2010-03-071-4/+6
* dri/nouveau: Trivially add GL_NV_blend_squareAndrew Randrianasulu2010-03-071-0/+1
* dri/nouveau: Trivially add GL_ARB_texture_mirrored_repeat.Andrew Randrianasulu2010-03-041-0/+1
* dri/nouveau: Enable GL_EXT_stencil_wrap.Andrew Randrianasulu2010-03-041-3/+4
* dri/nouveau: Implement EXT_texture_from_pixmap.Francisco Jerez2010-02-251-45/+46
* dri/nouveau: Some multithreaded rendering fixes.Francisco Jerez2010-02-171-16/+54
* dri/nouveau: Use event driven buffer validation.Francisco Jerez2010-02-161-4/+29
* Import a classic DRI driver for nv0x-nv2x.Francisco Jerez2010-02-041-0/+273
* nouveau: say goodbye to the old DRI driver...Stephane Marchesin2008-07-141-422/+0
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-1/+1
* More vblank cleanups.Michel Dänzer2007-10-301-1/+7
* Refactor and fix core vblank supportJesse Barnes2007-10-291-1/+1
* nouveau: move nv10 clear command, for usage by other gpuPatrice Mandin2007-10-061-0/+36
* nouveau : use new nouveau_reg.h with correct Bracket in macroMatthieu Castet2007-09-151-1/+1
* nouveau: who needs nv03 ?Stephane Marchesin2007-09-041-3/+0
* nouveau: nv10: need to transpose mesa model+proj matrix for hwPatrice Mandin2007-09-041-1/+0
* nouveau: separate modelview and projection matrix updatesPatrice Mandin2007-09-031-1/+1
* nouveau: add hw-dependent function to update modelview*projection matrixPatrice Mandin2007-08-311-0/+1
* nouveau: Remove ALLOW_MULTI_SUBCHANNEL hackBen Skeggs2007-08-151-2/+0
* nouveau: Always render offscreen, emulate front buffer rendering.Ben Skeggs2007-08-151-10/+15
* nouveau: nv10 and nv11,15 are differentPatrice Mandin2007-07-141-0/+1
* Play "nuke the typedef"Ben Skeggs2007-07-131-1/+1
* NV_17 is different from NV_10Patrice Mandin2007-07-061-0/+1
* nouveau: match drm changes (0.0.7)Ben Skeggs2007-06-291-2/+2
* merge from masterBrian2007-03-211-0/+1
|\
| * nouveau: SwapBuffers() needs to perform a glFlush()Ben Skeggs2007-03-211-0/+1