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
/
teximage.h
Age
Commit message (
Expand
)
Author
2011-01-11
mesa/swrast: handle sRGB FBOs correctly (v2)
Dave Airlie
2010-11-18
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-07-20
mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.
Brian Paul
2010-02-24
core: Implement GL_OES_EGL_image entry points
Kristian Høgsberg
2009-11-02
mesa: make _mesa_get_current_tex_objec() public
Brian Paul
2009-08-13
mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.c
Brian Paul
2009-08-13
mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.c
Brian Paul
2009-08-05
mesa/main: Add functions to clear and dirty texture objects.
Chia-I Wu
2008-10-22
mesa: in textore.c, only adjust image for convolution if image is a color format
Brian Paul
2008-09-21
added _mesa_tex_target_to_face()
Brian
2007-05-21
improve some comments, clean-up formatting
Brian
2006-11-01
Merge texmem-0-3-branch.
Keith Whitwell
2005-11-11
Make _mesa_is_proxy_texture() non-static and use in a few more places.
Brian Paul
2005-07-05
The old MESA_PBUFFER_ALLOC() function allocated memory on 512-byte boundaries.
Brian Paul
2005-03-22
add FreeTexImageData hook to help single-copy texturing in drivers
Keith Whitwell
2004-01-24
New error checking in _mesa_GetTexImage().
Brian Paul
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-04-04
Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height
Brian Paul
2003-04-01
New device driver hooks for texture object and texture image creation to
Brian Paul
2002-10-18
new _mesa_max_texture_levels() helper function - not used everywhere yet
Brian Paul
2002-06-15
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2001-11-18
API dispath updates
Brian Paul
2001-05-21
initial support for GL_SGIS_generate_mipmap extension
Brian Paul
2001-03-26
change glTexImage3D() internalFormat to GLenum to match other OpenGLs
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-02-06
Overhaul of texture image handling.
Brian Paul
2000-11-22
Committing in .
Jouk Jansen
2000-10-16
added _mesa_get_teximages_from_driver()
Brian Paul
2000-09-05
added const to _mesa_select_tex_object()
Brian Paul
2000-08-29
finished compressed texture support (Bill White)
Brian Paul
2000-06-05
Committing in .
Jouk Jansen
2000-05-24
more work on GL_ARB_texture_compression
Brian Paul
2000-05-23
initial work for GL_ARB_texture_compression
Brian Paul
2000-05-23
more texture cube work, misc code clean-up
Brian Paul
2000-05-23
more work on GL_ARB_texture_cube_map
Brian Paul
2000-03-27
put _mesa prefix on some functions
Brian Paul
2000-03-23
replaced decode_internal_format() with _mesa_base_tex_format()
Brian Paul
2000-01-31
added _mesa_TexImage3DEXT()
Brian Paul
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-03
new texture image processing
Brian Paul
1999-08-19
Initial revision
jtg