summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_manager.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: set a device reset callback when availableNicolai Hähnle2016-10-051-1/+3
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-261-0/+1
* st/mesa: completely rewrite state atomsMarek Olšák2016-07-301-2/+2
* st/mesa: set debug callback async flagNicolai Hähnle2016-07-081-1/+1
* st/mesa: remove unneeded break from st_api_create_context()Emil Velikov2016-06-131-1/+0
* st/mesa: use c99 initializer for st_gl_apiEmil Velikov2016-06-131-13/+13
* gallium: remove st_api::get_proc_address hookEmil Velikov2016-06-131-7/+0
* st/mesa: directly compute level=0 texture size in st_finalize_textureNicolai Hähnle2016-06-081-3/+0
* st/mesa: remove useless break statementBrian Paul2016-02-241-1/+0
* gallium: pass the robust buffer access context flag to driversMarek Olšák2016-02-091-1/+5
* mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul2016-02-081-0/+1
* st/mesa: make KHR_debug output independent of context creation flags (v2)Nicolai Hähnle2016-01-041-57/+4
* st/mesa: set debug callback for debug contextsIlia Mirkin2015-11-051-0/+57
* 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