mesa: move _mesa_es_error_check_format_and_type() to glformats.c
[mesa.git] / src / mesa / main / teximage.c
2012-09-26 Brian Paulmesa: move _mesa_es_error_check_format_and_type() to...
2012-09-26 Brian Paulmesa: move GL_HALF_FLOAT_OES definition to glheader.h
2012-09-26 Brian Paulmesa: minor fix to glTexSubImage error message
2012-09-26 Brian Paulmesa: consolidate sub-texture error checking code
2012-09-26 Brian Paulmesa: consolidate glTexSubImage() error checking
2012-09-26 Brian Paulmesa: consolidate glCompressedTexSubImage() error checking
2012-09-26 Brian Paulmesa: consolidate subtexture xoffset/yoffset/width...
2012-09-26 Brian Paulmesa: consolidate glCopyTexSubImage error checking
2012-09-26 Brian Paulmesa: fix incorrect error for glCompressedSubTexImage
2012-09-20 Kenneth Graunkemesa: Don't override S3TC internalFormat if data is...
2012-09-19 Brian PaulRevert "mesa: consolidate subtexture x/y/width/height...
2012-09-19 Brian PaulRevert "more comment"
2012-09-19 Brian PaulRevert "mesa: clean-up and fix glCompressedTexSubImage...
2012-09-19 Brian Paulmesa: clean-up and fix glCompressedTexSubImage error...
2012-09-19 Brian Paulmore comment
2012-09-19 Brian Paulmesa: consolidate subtexture x/y/width/height error...
2012-09-18 Brian Paulmesa: take cube faces into account in _mesa_test_proxy_...
2012-09-18 Brian Paulmesa: rework texture size error checking
2012-09-18 Brian Paulmesa: refactor _mesa_test_proxy_teximage() code
2012-09-18 Brian Paulmesa: move glTexImage 'level' error checking
2012-09-15 José FonsecaTemporarily revert "mesa: remove remaining FEATURE_...
2012-09-15 Oliver McFaddenmesa: remove remaining FEATURE_* defines where protecte...
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_texture_sRGB define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_OES_EGL_image define.
2012-09-11 Brian Paulmesa: make _mesa_get_proxy_target() non-static
2012-09-05 Brian Paulmesa: fix per-level max texture size error checking
2012-09-01 Brian Paulmesa: s/MALLOC/malloc/
2012-08-29 Ian Romanickmesa: Do something sensible when on-line compression...
2012-08-29 Ian Romanickmesa: Disallow alpha, luminance, and LA textures in...
2012-08-29 Eric Anholtmesa: Expose texture buffer objects when the context...
2012-08-24 Brian Paulmesa: add texture target field to ChooseTextureFormat...
2012-08-24 Brian Paulmain: fix ES compile breakage
2012-08-24 Brian Paulmesa: code movement in teximage.c
2012-08-24 Brian Paulmesa: consolidate glTexImage and glCompressedTexImage...
2012-08-24 Brian Paulmesa: make glTexImage, glCompressedTexImage proxy code...
2012-08-24 Brian Paulmesa: rename texpal.[ch] to texcompress_cpal.[ch]
2012-08-24 Brian Paulmesa: make _mesa_get_proxy_tex_image() static
2012-08-24 Brian Paulmesa: don't clear proxy image fields when regular GL...
2012-08-24 Brian Paulmesa: fix glTexImage proxy texture error generation
2012-08-23 Ian Romanickmesa/es: Validate glCompressedTexSubImage internalForma...
2012-08-23 Ian Romanickmesa/es: Validate glCopyTexImage internalFormat in...
2012-08-23 Ian Romanickmesa/es: Validate glTexSubImage format and type in...
2012-08-23 Ian Romanickmesa/es: Validate glTexImage format, type, and internal...
2012-08-23 Ian Romanickmesa/es: Validate glTexImage border in Mesa code rather...
2012-08-23 Ian Romanickmesa: Generate an error when glCopyTexImage border...
2012-08-23 Ian Romanickmesa/es: Validate tex image targets in Mesa code rather...
2012-08-23 Ian Romanickmesa/es: Validate EGLImageTargetTexture2DOES target...
2012-08-21 Anuj Phogatmesa: Fix generic compressed texture formats' handling...
2012-08-17 Kenneth Graunkemesa: Support GL_TEXTURE_BUFFER in GetTexLevelParameter...
2012-08-17 Kenneth Graunkemesa: Add GL_TEXTURE_CUBE_MAP to _mesa_max_texture_leve...
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters CompressedTexImage
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from TexImage
2012-08-07 Eric Anholtmesa: Replace VersionMajor/VersionMinor with a Version...
2012-07-30 Jordan Justenmesa: add support for using API_OPENGL_CORE
2012-07-21 Jordan Justenmesa: add glformats integer type/format detection routines
2012-07-17 Paul Berrymsaa: Generate proper error for operations prohibited...
2012-07-12 Marek Olšákmesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatib...
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexSubImage1...
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexImage1/2...
2012-06-06 Brian Paulmesa: consolidate internal glCopyTexSubImage1/2/3D...
2012-06-06 Brian Paulmesa: consolidate internal glTexSubImage1/2/3D code
2012-06-06 Brian Paulmesa: consolidate internal glTexImage1/2/3D code
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-04 Brian Paulmesa: do more teximage error checking for generic compr...
2012-04-30 Dylan Noblesmithmesa: reject immutable textures in glEGLImageTargetText...
2012-04-09 Eric Anholtmesa: Add support for the GL 3.1 R/RG formats in textur...
2012-04-09 Eric Anholtmesa: Track a gl_format for the texture buffer format.
2012-03-20 Brian Paulmesa: use _mesa_dirty_texobj() function
2012-03-07 Brian Paulmesa: handle array textures in strip_texture_border()
2012-03-06 Anuj Phogatmesa: Fix valid texture target test in _mesa_GetTexLeve...
2012-02-29 Brian Paulmesa: asst. fixes for texture arrays and borders
2012-02-28 Brian Paulmesa: minor comment, whitespace fixes in teximage.c
2012-02-21 Anuj Phogatmesa: fix issues with texture border and array textures
2012-02-16 Brian Paulmesa: add missing texture integer test in glTexSubImage()
2012-02-09 Anuj Phogatmesa: fix maximum allowed proxy texture size condition
2012-02-07 Brian Paulmesa: new _mesa_error_check_format_and_type() function
2012-02-02 Anuj Phogatmesa: fix maximum allowed proxy texture size condition
2012-01-25 Marek Olšákmesa: allow exposing GL3 without EXT_texture_integer
2012-01-25 Eric Anholtmesa: Fix CopyTex{Sub,}Image error checks for integer...
2012-01-12 Eric Anholtmesa: Throw the required error for glCopyTex{Sub,}Image...
2012-01-12 Brian Paulmesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo...
2012-01-07 Brian Paulmesa: rework ctx->Driver.CopyTexSubImage() parameters
2012-01-04 Brian Paulmesa: remove unused _mesa_init_teximage_fields() target...
2011-12-30 Brian Paulmesa: simplify Driver.CompressedTex[Sub]Image function...
2011-12-30 Brian Paulmesa: simplify Driver.TexImage() parameters
2011-12-30 Brian Paulmesa: simplify Driver.TexSubImage() parameters
2011-12-20 Pekka Paalanenmesa: fix a leak in _mesa_delete_texture_image()
2011-12-19 Brian Paulmesa: make _mesa_set_tex_image() static since it's...
2011-12-16 Brian Paulmesa: make update_fbo_texture() non-static
2011-12-06 Anuj Phogatmesa: Allow glTexImage2D with a depth component cube...
2011-12-02 Brian Paulmesa: move _mesa_error() call in compressedteximage()
2011-12-02 Chia-I Wumesa: add support for GL_OES_compressed_ETC1_RGB8_texture
2011-11-28 Dave Airliemesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT...
2011-11-23 Brian Paulmesa: update comment for clear_teximage_fields()
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-19 Brian Paulmesa: define, use _mesa_is_cube_face() in several places
2011-11-03 Chia-I Wumesa: add support for GL_OES_EGL_image_external
2011-10-31 Brian Paulmesa: new glTexImage error checks for GL_ARB_texture_st...
2011-10-26 Eric Anholtmesa: Apply StripTextureBorder to CopyTexImage as well.
2011-10-26 Eric Anholtmesa: Fold gallium's texture border stripping into...
next