summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.c
AgeCommit message (Expand)Author
2010-12-08mesa: simplify target checking for TexImage functionsBrian Paul
2010-12-08mesa: revamp error checking for compressed texture imagesBrian Paul
2010-12-07mesa: make _mesa_test_proxy_teximage() easier to readBrian Paul
2010-12-07mesa: consolidate glCompressedTexImage1/2/3D() functionsBrian Paul
2010-12-07mesa: consolidate glCopyTexSubImage1/2/3D() functionsBrian Paul
2010-12-07mesa: consolidate glCopyTexImage1/2D() codeBrian Paul
2010-12-07mesa: consolidate the glTexSubImage1/2/3D() functionsBrian Paul
2010-12-07mesa: simplify proxy texture code in texture_error_check()Brian Paul
2010-12-06mesa: consolidate glTexImage1/2/3D() codeBrian Paul
2010-12-02mesa: raise max texture sizes to 16KBrian Paul
2010-11-21mesa: fix get_texture_dimensions() for texture array targetsBrian Paul
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-11-16mesa: reorder texture_error_check() paramsBrian Paul
2010-11-16mesa: 80-column wrappingBrian Paul
2010-11-12mesa: consolidate assertions in teximage codeBrian Paul
2010-10-26mesa: rename function to _mesa_is_format_integer_color()Brian Paul
2010-10-25mesa: additional teximage error checks for GL_EXT_texture_integerBrian Paul
2010-10-23mesa: simplify target_can_be_compressed() functionBrian Paul
2010-10-14mesa: remove post-convolution width/height varsBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-01mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...Ian Romanick
2010-10-01ARB_texture_rg: Correct some errors in RED / RG internal format handlingIan Romanick
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-02mesa: Fix printf-like warnings.Vinson Lee
2010-07-20mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.Brian Paul
2010-07-15mesa: Add error path in compressed_texture_error_check.Vinson Lee
2010-07-07mesa: initial support for new GL 3.0 texture formatsBrian Paul
2010-07-05mesa: initial support for unnormalized integer texture formatsBrian Paul
2010-05-11mesa: fix error message stringsBrian Paul
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg
2010-05-02mesa: s/sprintf/_mesa_snprintf/Vinson Lee
2010-04-28mesa: Move support for paletted textures to main/teximage.cKristian Høgsberg
2010-04-23mesa: make is_compressed_format() non-staticBrian Paul
2010-04-23mesa: faster, simpler is_compressed_format()Brian Paul
2010-04-15mesa: Add missing format specifiers in error strings.Vinson Lee
2010-04-06mesa: Add OES_EGL_image to extension list.Chia-I Wu
2010-02-24mesa: Fix SCons build.Vinson Lee
2010-02-24core: Implement GL_OES_EGL_image entry pointsKristian Høgsberg
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-01-27mesa: fix int/uint comparison warningsBrian Paul
2010-01-17mesa: Remove unnecessary header from teximage.c.Vinson Lee
2009-11-16mesa: added another check in check_gen_mipmap()Brian Paul
2009-11-02mesa: make _mesa_get_current_tex_objec() publicBrian Paul
2009-10-30mesa: better error messageBrian Paul
2009-10-29mesa: move, clean-up _mesa_print_texture()Brian Paul
2009-10-29mesa: fix some tests in subtexture_error_check2()Brian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-27mesa: consolidate _mesa_CompressedTexSubImage[123]DARB() functionsBrian Paul
2009-10-27mesa: consolidate CompressedTexSubImage1/2/3DARB() error checkingBrian Paul