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
/
main
/
fbobject.c
Age
Commit message (
Expand
)
Author
2010-04-06
mesa: Add OES_EGL_image to extension list.
Chia-I Wu
2010-03-30
mesa: Add missing features.
Chia-I Wu
2010-03-20
mesa: added GL3 buffer attachment aliases
Brian Paul
2010-03-10
mesa: raise an error when trying to bind non-existant texture to FBO
Brian Paul
2010-02-25
mesa: remove redundant call to _mesa_base_fbo_format()
Brian Paul
2010-02-24
mesa: put declaration before code
Brian Paul
2010-02-24
core: Implement GL_OES_EGL_image entry points
Kristian Høgsberg
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-01-27
mesa: fix int/uint comparison warnings
Brian Paul
2010-01-26
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-26
mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit support
Erik Wien
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-19
mesa: added comment about future FBO formats
Brian Paul
2010-01-18
mesa: Remove unnecessary headers from fbobject.c.
Vinson Lee
2009-11-16
mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT()
Brian Paul
2009-11-16
mesa: use _mesa_get_current_tex_object()
Brian Paul
2009-11-10
mesa: fix some begin/end render-to-texture logic
brian
2009-11-10
mesa: move check_begin/end_texture_render() calls
brian
2009-11-10
mesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFramebufferEXT()
brian
2009-11-10
mesa: rename vars in _mesa_BindFramebufferEXT()
brian
2009-11-10
mesa: added comment for check_begin_texture_render()
brian
2009-11-06
mesa: Attempt to pair up Driver.RenderTexture and FinishRenderTexture()
Eric Anholt
2009-11-03
mesa: clean-up, remove some flushing in FBO functions
Brian Paul
2009-11-03
mesa: fix indentation
Brian Paul
2009-11-03
mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT()
Brian Paul
2009-10-29
mesa: Fix compilation errors and warnings when features are disabled.
Chia-I Wu
2009-10-28
Merge branch 'texformat-rework'
Brian Paul
2009-10-27
mesa: debug code for glBlitFramebuffer()
Brian Paul
2009-10-23
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-23
mesa: simplify att->CubeMapFace assignment
Brian Paul
2009-10-23
mesa: more detailed error messages in fbo code
Brian Paul
2009-10-23
mesa: remove FBO texture depth/stencil test
Brian Paul
2009-10-12
mesa: minor clean up in check_begin_texture_render()
Brian Paul
2009-10-08
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-02
mesa: Remove another unexplained Flush call, this time from BindFramebuffer.
Eric Anholt
2009-10-02
Revert "Flush driver, not just tnl module."
Eric Anholt
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-28
mesa: use _mesa_get_current_tex_unit() helper
Brian Paul
2009-09-27
mesa: use more format helper functions
Brian Paul
2009-09-15
mesa: minor clean-up
Brian Paul
2009-09-15
mesa: clean-up fbo debug code
Brian Paul
2009-08-14
mesa: move assertions in test_attachment_completeness()
Brian Paul
2009-08-05
mesa: generate GL_INVALID_OPERATION for missing z/stencil when blitting
Brian Paul
2009-06-17
mesa: Mark FBOs with compressed color attachments as FBO-incomplete.
Eric Anholt
2009-05-19
mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT
Mathias Fröhlich
2009-04-22
mesa: protect driver.flush() with FLUSH_CURRENT
Keith Whitwell
2009-02-26
mesa: avoid extraneous calls to ctx->Driver.BindFramebuffer()
Brian Paul
2009-02-17
mesa: add some debug code to help diagnose incomplete FBO attachments (disabled)
Brian Paul
2009-02-10
Merge commit 'origin/gallium-master-merge'
Brian Paul
2009-02-09
mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()
Brian Paul
[next]