index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_manager.c
Age
Commit message (
Expand
)
Author
2010-12-02
gallium: support for array textures and related changes
Roland Scheidegger
2010-11-20
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-11-18
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-18
gallium: Add st_context_iface::share to st_api.
Chia-I Wu
2010-11-18
gallium: Add st_api::name.
Chia-I Wu
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-05
st/mesa: replace assertion w/ conditional in framebuffer invalidation
Brian Paul
2010-09-23
egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6e
Dave Airlie
2010-09-10
gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
Chia-I Wu
2010-09-10
gallium: Add context profile support to st_api.
Chia-I Wu
2010-08-26
st/mesa: Add support for surfaceless current contexts.
Chia-I Wu
2010-06-29
st/mesa: Add support for multiple APIs.
Chia-I Wu
2010-06-29
st_api: Remove st_context::is_visual_supported.
Chia-I Wu
2010-06-08
st/mesa: attempt to fix TFP by using sampler views (v1)
Dave Airlie
2010-05-21
st_api: Give get_egl_image arguments directly to the function
Jakob Borncrantz
2010-05-21
gallium: Fix invalidate framebuffer with old libGL libraries
Jakob Bornecrantz
2010-05-09
st/mesa: Ignore internal_format in st_context_teximage.
Chia-I Wu
2010-05-05
st/mesa: Fix texture-from-pixmap.
Chia-I Wu
2010-04-26
st_api: Remove st_module
Jakob Bornecrantz
2010-04-18
st/mesa: remove st_texture_object::pipe field
Brian Paul
2010-04-13
st/mesa: Drop st_public support.
Chia-I Wu
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-04-10
Fix copyright headers.
Chia-I Wu
2010-04-04
st/mesa: Implement GL_OES_EGL_image driver hooks.
Chia-I Wu
2010-03-23
st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0
Luca Barbieri
2010-03-22
st/mesa: rename st_framebuffer() to st_ws_framebuffer()
Brian Paul
2010-03-22
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-03-18
st/mesa: Set the pipe context of the texture object.
Chia-I Wu
2010-03-15
st/mesa: Update the comments in st_manager.c.
Chia-I Wu
2010-03-14
st/mesa: Fix handling of FBO.
Chia-I Wu
2010-03-13
st/mesa: Set revalidate in st_framebuffer_update_attachments.
Chia-I Wu
2010-03-12
st/mesa: Check the format before adding depth/stencil buffers.
Chia-I Wu
2010-03-12
st/mesa: Implement st_api.h.
Chia-I Wu