aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_manager.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* st/mesa: Reject forward-looking contextsIan Romanick2012-01-021-2/+6
* st-api: Have context_create explain why creation failedIan Romanick2011-12-231-1/+8
* mesa/st: Don't modify the context draw/read buffers.José Fonseca2011-12-091-64/+0
* st/mesa: fix the texture format in st_context_teximageFredrik Höglund2011-07-191-1/+1
* mesa/st: Fix piglit read-front with new drawable invalidation v2Thomas Hellstrom2011-07-081-0/+9
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-45/+57
* st/mesa: use a helper for st_framebuffer creationChia-I Wu2011-06-231-18/+29
* st/mesa: Invalidate drawables on context switchBenjamin Franzke2011-06-211-9/+13
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+2
* st/mesa: fix incorrect version checking codeBrian Paul2011-03-071-2/+3
* st/mesa: Fix surfaceless opengl with non-dummy contextsBenjamin Franzke2011-02-111-10/+5
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* st/mesa: 80-column wrappingBrian Paul2011-01-031-2/+4
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-7/+16
* st/mesa: Remove unnecessary headers.Vinson Lee2010-11-201-1/+0
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-4/+8
* gallium: Add st_context_iface::share to st_api.Chia-I Wu2010-11-181-1/+22
* gallium: Add st_api::name.Chia-I Wu2010-11-181-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-7/+7
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-4/+4
* st/mesa: replace assertion w/ conditional in framebuffer invalidationBrian Paul2010-10-051-2/+11
* egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6eDave Airlie2010-09-231-1/+1
* gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu2010-09-101-64/+0
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-20/+55
* st/mesa: Add support for surfaceless current contexts.Chia-I Wu2010-08-261-4/+27
* st/mesa: Add support for multiple APIs.Chia-I Wu2010-06-291-20/+75
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-8/+0
* st/mesa: attempt to fix TFP by using sampler views (v1)Dave Airlie2010-06-081-2/+4
* st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2010-05-211-3/+1
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-211-3/+3
* st/mesa: Ignore internal_format in st_context_teximage.Chia-I Wu2010-05-091-1/+10
* st/mesa: Fix texture-from-pixmap.Chia-I Wu2010-05-051-6/+26
* st_api: Remove st_moduleJakob Bornecrantz2010-04-261-18/+15
* st/mesa: remove st_texture_object::pipe fieldBrian Paul2010-04-181-1/+0
* st/mesa: Drop st_public support.Chia-I Wu2010-04-131-18/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-9/+9
* Fix copyright headers.Chia-I Wu2010-04-101-5/+6
* st/mesa: Implement GL_OES_EGL_image driver hooks.Chia-I Wu2010-04-041-0/+28
* st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0Luca Barbieri2010-03-231-3/+3