index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
nouveau
/
nouveau_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: include stdio.h where needed
Brian Paul
2015-03-05
1
-0
/
+1
*
nouveau: 3d textures are unsupported, limit 3d levels to 1
Ilia Mirkin
2014-10-14
1
-0
/
+3
*
nouveau: check for mesa context init failure
Ilia Mirkin
2014-09-13
1
-2
/
+2
*
dri/nouveau: Pass the API into _mesa_initialize_context
Emil Velikov
2014-02-11
1
-3
/
+4
*
mesa: GL_EXT_framebuffer_blit is not optional
Ian Romanick
2014-01-27
1
-1
/
+0
*
nouveau: add framebuffer validation callback
Ilia Mirkin
2014-01-15
1
-0
/
+1
*
mesa: GL_EXT_packed_depth_stencil is not optional
Ian Romanick
2013-12-20
1
-1
/
+0
*
dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Kristian Høgsberg
2013-12-13
1
-0
/
+2
*
mesa/dri: Move context flag validation down into the drivers
Ian Romanick
2013-11-07
1
-3
/
+4
*
mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategy
Ian Romanick
2013-11-07
1
-0
/
+6
*
dri: Move API version validation into dri/common.
Eric Anholt
2013-10-10
1
-23
/
+0
*
mesa: GL_NV_blend_square is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: GL_EXT_fog_coord is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: GL_EXT_secondary_color is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: GL_EXT_framebuffer_object is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: Make the drivers call a non-code-generated dispatch table setup.
Eric Anholt
2013-01-21
1
-1
/
+1
*
drivers: compute version and then initialize exec table
Jordan Justen
2012-12-16
1
-0
/
+6
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-2
/
+2
*
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
2012-10-05
1
-1
/
+1
*
dri: Pass API_OPENGL_CORE through to the drivers
Ian Romanick
2012-08-13
1
-1
/
+23
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
1
-3
/
+1
*
nouveau/vieux: finish != flush, how about we do that..
Ben Skeggs
2012-05-12
1
-0
/
+8
*
nouveau: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
1
-2
/
+3
*
nouveau/vieux: switch to libdrm_nouveau-2.0
Ben Skeggs
2012-04-14
1
-24
/
+50
*
dri2: Add plumbing to get context version requirements and flags to drivers
Ian Romanick
2012-01-02
1
-1
/
+23
*
dri: unify __DRIscreenRec
George Sapountzis
2011-11-04
1
-1
/
+1
*
dri: Remove unnecessary timestamp pointer indirection
Kristian Høgsberg
2011-11-02
1
-4
/
+4
*
mesa: Remove ARB_texture_mirrored_repeat extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_blend_subtract extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_stencil_wrap extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_texture_lod_bias extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_texture_env_combine extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_texture_env_add extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove ARB_multitexture extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
nouveau: Enable extensions by just setting the flags
Ian Romanick
2011-09-09
1
-25
/
+18
*
dri/nouveau: fix gnome-shell segfault
Ben Skeggs
2011-06-06
1
-1
/
+1
*
mesa: remove _mesa_initialize_context_for_api()
Brian Paul
2011-02-08
1
-1
/
+2
*
dri/nouveau: Fix typo.
Francisco Jerez
2010-11-15
1
-1
/
+1
*
dri/nouveau: Re-emit the BO state when coming back from a software fallback.
Francisco Jerez
2010-10-31
1
-2
/
+4
*
dri/nouveau: Split out the scratch helpers to a separate file.
Francisco Jerez
2010-10-31
1
-0
/
+2
*
dri/nouveau: Call _mesa_update_state() after framebuffer invalidation.
Francisco Jerez
2010-10-30
1
-1
/
+2
*
dri/nouveau: Force a "slow" Z clear if we're getting a new depth buffer.
Francisco Jerez
2010-10-22
1
-0
/
+12
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-11
/
+11
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
nouveau: Get larger push buffers.
Francisco Jerez
2010-10-12
1
-1
/
+1
*
dri/nouveau: Minor cleanup.
Francisco Jerez
2010-10-10
1
-2
/
+1
*
dri/nouveau: Remove unnecessary flush.
Francisco Jerez
2010-09-30
1
-3
/
+1
*
mesa: Force GL_SGIS_generate_mipmap to always be enabled
Ian Romanick
2010-09-27
1
-1
/
+0
*
dri/nouveau: Cleanup more references to old FBOs and VBOs.
Francisco Jerez
2010-09-21
1
-4
/
+3
*
dri/nouveau: Cleanup references to the old FBOs on glMakeCurrent().
Francisco Jerez
2010-09-16
1
-16
/
+8
[next]