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_cb_fbo.c
Age
Commit message (
Expand
)
Author
2011-02-18
st/mesa: set renderbuffer _BaseFormat in a few places
Brian Paul
2011-02-11
st/mesa: allow rendering to sRGB textures if EXT_fb_srgb is unsupported
Marek Olšák
2011-02-10
mesa/st: enable GL_EXT_framebuffer_sRGB
Dave Airlie
2011-01-22
st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGB
Brian Paul
2011-01-09
st/mesa: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-03
st/mesa: 80-column wrapping
Brian Paul
2010-12-02
gallium: support for array textures and related changes
Roland Scheidegger
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-02
mesa/st: initial attempt at RG support for gallium drivers
Dave Airlie
2010-08-22
st/mesa: added st_is_depth_stencil_combined() function
Brian Paul
2010-08-20
mesa/st: support using PIPE_TEXTURE_RECT internally
Luca Barbieri
2010-08-16
st/mesa: test for FEATURE defines
nobled
2010-07-19
st/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8 format
Marek Olšák
2010-05-18
st/mesa: fix wrong argument order
Roland Scheidegger
2010-05-17
mesa/st: adapt to interface changes
Roland Scheidegger
2010-04-30
st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium textures
Brian Paul
2010-04-23
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
st/mesa: replace 'usage' with 'bindings' to be consistent
Brian Paul
2010-04-21
mesa/st: Translate a few more mesa/gallium formats.
José Fonseca
2010-04-18
st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/
Brian Paul
2010-04-18
st/mesa: remove st_texture_object::pipe field
Brian Paul
2010-04-18
st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/
Brian Paul
2010-04-18
st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/
Brian Paul
2010-04-18
st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/
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-03-30
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-17
st/mesa: plug in default for pipe_context::surface_copy() if needed
Brian Paul
2010-03-16
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-15
st/mesa: Cache FBO texture's sampler view object.
Michal Krol
2010-03-12
st/mesa: Implement st_api.h.
Chia-I Wu
2010-03-10
st/mesa: set strb->format field in st_render_texture()
Brian Paul
2010-03-08
st/mesa: don't detach renderbuffer, surface in st_finish_render_texture()
Brian Paul
2010-03-01
mesa: Rename pipe formats.
José Fonseca
2010-02-24
st/mesa: clean-ups in FBO code
Brian Paul
2010-02-24
st/mesa: clean-up of format-related code
Brian Paul
2010-02-24
st/mesa: code clean-ups in st_renderbuffer_alloc_storage()
Brian Paul
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-11
st/mesa: fix gallium texture level selection for RTT
Brian Paul
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-15
st/mesa: Remove unnecessary header from st_cb_fbo.c.
Vinson Lee
2009-12-17
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-03
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
Move pf_is_depth_stencil() to u_format auxiliary module.
Michal Krol
2009-11-30
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-26
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
2009-11-19
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
[next]