summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_manager.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-25mesa: Remove the Initialized field from framebuffers.Eric Anholt1-2/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-15st/mesa: handle texture_from_pixmap and other surface-based textures correctlyMarek Olšák1-20/+5
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-04-09st/mesa: remove #if FEATURE_GL/ES testsBrian Paul1-7/+0
2013-04-03st/mesa: rewrite comment in st_manager.cBrian Paul1-3/+2
2013-03-12mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner1-1/+1
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+7
2012-12-16drivers: compute version and then initialize exec tableJordan Justen1-2/+0
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-5/+3
2012-12-12st/mesa: remove a weird msaa hackMarek Olšák1-6/+1
2012-12-07st/dri: implement MSAA for GLX/DRI2 framebuffersMarek Olšák1-2/+2
2012-12-07gallium: pass the current context to the flush_front state tracker functionMarek Olšák1-1/+1
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-11-29gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák1-0/+2
2012-11-29st/mesa: allow forward-compatible contexts and set Const.ContextFlagsMarek Olšák1-5/+7
2012-11-29st/mesa: add support for GL core profilesMarek Olšák1-0/+3
2012-09-01mesa: s/FREE/free/Brian Paul1-1/+1
2012-08-24mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul1-1/+1
2012-08-24st/mesa: clean up use of 'target' variable in st_context_teximage()Brian Paul1-3/+3
2012-08-23st/mesa: accept and handle configuration options from st/driVadim Girlin1-1/+1
2012-08-07mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt1-2/+1
2012-07-26mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry1-1/+3
2012-05-29gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller1-0/+1
2012-02-15st/mesa: use u_surface_default_template() helperBrian Paul1-3/+1
2012-01-25st/mesa: Fix recurring surfaceless contextsBenjamin Franzke1-2/+4
2012-01-12st/mesa: re-order #includes in st_manager.cBrian Paul1-10/+10
2012-01-10st/mesa: remove unnecessary memset()/zero callBrian Paul1-1/+0
2012-01-04mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul1-1/+1
2012-01-02st/mesa: Reject forward-looking contextsIan Romanick1-2/+6
2011-12-23st-api: Have context_create explain why creation failedIan Romanick1-1/+8
2011-12-09mesa/st: Don't modify the context draw/read buffers.José Fonseca1-64/+0
2011-07-19st/mesa: fix the texture format in st_context_teximageFredrik Höglund1-1/+1
2011-07-08mesa/st: Fix piglit read-front with new drawable invalidation v2Thomas Hellstrom1-0/+9
2011-06-29st-api: Rework how drawables are invalidated v3.Thomas Hellstrom1-45/+57
2011-06-23st/mesa: use a helper for st_framebuffer creationChia-I Wu1-18/+29
2011-06-21st/mesa: Invalidate drawables on context switchBenjamin Franzke1-9/+13
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-2/+2
2011-03-07st/mesa: fix incorrect version checking codeBrian Paul1-2/+3
2011-02-11st/mesa: Fix surfaceless opengl with non-dummy contextsBenjamin Franzke1-10/+5
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2011-01-03st/mesa: 80-column wrappingBrian Paul1-2/+4
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-7/+16
2010-11-20st/mesa: Remove unnecessary headers.Vinson Lee1-1/+0
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul1-4/+8
2010-11-18gallium: Add st_context_iface::share to st_api.Chia-I Wu1-1/+22
2010-11-18gallium: Add st_api::name.Chia-I Wu1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-7/+7
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-4/+4