summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.c
AgeCommit message (Expand)Author
2011-03-08mesa: add ATI_texture_compression_3dcMarek Olšák
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák
2011-02-28mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul
2011-01-26mesa: fix MESA/EXT typoBrian Paul
2011-01-25mesa: add checks for GL_EXT_texture_arrayBrian Paul
2011-01-24mesa: allow internalFormat=GL_BGRA_EXT in TexImage2DBenjamin Franzke
2011-01-11mesa/swrast: handle sRGB FBOs correctly (v2)Dave Airlie
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-04mesa: Fix the baseFormat for GL_COMPRESSED_SLUMINANCE_EXT.Eric Anholt
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