summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_manager.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-07st/mesa: fix incorrect version checking codeBrian Paul
2011-02-11st/mesa: Fix surfaceless opengl with non-dummy contextsBenjamin Franzke
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-03st/mesa: 80-column wrappingBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-20st/mesa: Remove unnecessary headers.Vinson Lee
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-11-18gallium: Add st_context_iface::share to st_api.Chia-I Wu
2010-11-18gallium: Add st_api::name.Chia-I Wu
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-05st/mesa: replace assertion w/ conditional in framebuffer invalidationBrian Paul
2010-09-23egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6eDave Airlie
2010-09-10gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu
2010-08-26st/mesa: Add support for surfaceless current contexts.Chia-I Wu
2010-06-29st/mesa: Add support for multiple APIs.Chia-I Wu
2010-06-29st_api: Remove st_context::is_visual_supported.Chia-I Wu
2010-06-08st/mesa: attempt to fix TFP by using sampler views (v1)Dave Airlie
2010-05-21st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz
2010-05-21gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz
2010-05-09st/mesa: Ignore internal_format in st_context_teximage.Chia-I Wu
2010-05-05st/mesa: Fix texture-from-pixmap.Chia-I Wu
2010-04-26st_api: Remove st_moduleJakob Bornecrantz
2010-04-18st/mesa: remove st_texture_object::pipe fieldBrian Paul
2010-04-13st/mesa: Drop st_public support.Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-10Fix copyright headers.Chia-I Wu
2010-04-04st/mesa: Implement GL_OES_EGL_image driver hooks.Chia-I Wu
2010-03-23st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0Luca Barbieri
2010-03-22st/mesa: rename st_framebuffer() to st_ws_framebuffer()Brian Paul
2010-03-22st/mesa: Remove unnecessary headers.Vinson Lee
2010-03-18st/mesa: Set the pipe context of the texture object.Chia-I Wu
2010-03-15st/mesa: Update the comments in st_manager.c.Chia-I Wu
2010-03-14st/mesa: Fix handling of FBO.Chia-I Wu
2010-03-13st/mesa: Set revalidate in st_framebuffer_update_attachments.Chia-I Wu
2010-03-12st/mesa: Check the format before adding depth/stencil buffers.Chia-I Wu
2010-03-12st/mesa: Implement st_api.h.Chia-I Wu