summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_context.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: set MaxDrawBuffers to the same value as MaxColorAttachmentsIlia Mirkin2015-11-011-1/+1
* nouveau: include stdio.h where neededBrian Paul2015-03-051-0/+1
* nouveau: 3d textures are unsupported, limit 3d levels to 1Ilia Mirkin2014-10-141-0/+3
* nouveau: check for mesa context init failureIlia Mirkin2014-09-131-2/+2
* dri/nouveau: Pass the API into _mesa_initialize_contextEmil Velikov2014-02-111-3/+4
* mesa: GL_EXT_framebuffer_blit is not optionalIan Romanick2014-01-271-1/+0
* nouveau: add framebuffer validation callbackIlia Mirkin2014-01-151-0/+1
* mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick2013-12-201-1/+0
* dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg2013-12-131-0/+2
* mesa/dri: Move context flag validation down into the driversIan Romanick2013-11-071-3/+4
* mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick2013-11-071-0/+6
* dri: Move API version validation into dri/common.Eric Anholt2013-10-101-23/+0
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-281-1/+0
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-0/+6
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-2/+2
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-051-1/+1
* dri: Pass API_OPENGL_CORE through to the driversIan Romanick2012-08-131-1/+23
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-071-3/+1
* nouveau/vieux: finish != flush, how about we do that..Ben Skeggs2012-05-121-0/+8
* nouveau: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-2/+3
* nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs2012-04-141-24/+50
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-021-1/+23
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-041-1/+1
* dri: Remove unnecessary timestamp pointer indirectionKristian Høgsberg2011-11-021-4/+4
* mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_blend_subtract extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_stencil_wrap extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_env_combine extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_env_add extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove ARB_multitexture extension enable flagIan Romanick2011-09-291-1/+0
* nouveau: Enable extensions by just setting the flagsIan Romanick2011-09-091-25/+18
* dri/nouveau: fix gnome-shell segfaultBen Skeggs2011-06-061-1/+1
* 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