summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_manager.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* st/dri: expose sRGB visuals (v2)Marek Olšák2015-07-221-0/+1
* mesa: Allow overriding the version of ES2+ contextsIan Romanick2015-05-281-2/+1
* st/mesa: translate st_api robustness flags to gl_context flagsMarek Olšák2015-05-121-0/+4
* st/mesa: replace INLINE with inlineBrian Paul2015-02-261-3/+3
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-211-1/+1
* st/mesa: use PIPE_BIND_DISPLAY_TARGET when checking for sRGB capabilityBrian Paul2014-10-281-1/+2
* st/mesa: drop dependence on API profile in st_init_extensionsMarek Olšák2014-09-241-1/+1
* st/mesa: compute supported GL versions at DRIscreen creationMarek Olšák2014-08-111-4/+27
* gallium: pass st_config_options to query_versionsMarek Olšák2014-08-111-0/+1
* gallium/stapi: move setting GL versions to the state trackerMarek Olšák2014-08-111-0/+14
* st/mesa: Fix NULL pointer dereference for incomplete framebuffersMichel Dänzer2014-04-281-1/+6
* mesa: use accessors for struct gl_debug_stateChia-I Wu2014-04-271-3/+1
* st/mesa: only mark framebuffer as sRGB capable if Mesa supports the formatBrian Paul2014-03-071-2/+3
* st/mesa: make winsys fbo sRGB-capable when supportedChia-I Wu2014-03-061-7/+42
* mesa: allocate gl_debug_state on demandBrian Paul2014-02-081-2/+7
* st/mesa: use _mesa_get_current_tex_object() in st_context_teximage()Brian Paul2014-02-021-2/+2
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().Kenneth Graunke2013-09-261-1/+1
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-111-1/+1
* mesa: Implement GL_DEBUG_OUTPUTTimothy Arceri2013-09-041-1/+5
* mesa: Remove the Initialized field from framebuffers.Eric Anholt2013-06-251-2/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* st/mesa: handle texture_from_pixmap and other surface-based textures correctlyMarek Olšák2013-05-151-20/+5
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* st/mesa: remove #if FEATURE_GL/ES testsBrian Paul2013-04-091-7/+0
* st/mesa: rewrite comment in st_manager.cBrian Paul2013-04-031-3/+2
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-121-1/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+7
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-2/+0
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-5/+3
* st/mesa: remove a weird msaa hackMarek Olšák2012-12-121-6/+1
* st/dri: implement MSAA for GLX/DRI2 framebuffersMarek Olšák2012-12-071-2/+2
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-1/+1
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-291-0/+2
* st/mesa: allow forward-compatible contexts and set Const.ContextFlagsMarek Olšák2012-11-291-5/+7
* st/mesa: add support for GL core profilesMarek Olšák2012-11-291-0/+3
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-241-1/+1
* st/mesa: clean up use of 'target' variable in st_context_teximage()Brian Paul2012-08-241-3/+3
* st/mesa: accept and handle configuration options from st/driVadim Girlin2012-08-231-1/+1
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-071-2/+1
* mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry2012-07-261-1/+3
* gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller2012-05-291-0/+1
* st/mesa: use u_surface_default_template() helperBrian Paul2012-02-151-3/+1
* st/mesa: Fix recurring surfaceless contextsBenjamin Franzke2012-01-251-2/+4
* st/mesa: re-order #includes in st_manager.cBrian Paul2012-01-121-10/+10
* st/mesa: remove unnecessary memset()/zero callBrian Paul2012-01-101-1/+0
* mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul2012-01-041-1/+1