mesa: Expose texture buffer objects when the context is GL 3.1 core.
[mesa.git] / src / mesa / main / teximage.c
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...
2011-10-24 Brian Paulmesa: remove dead code from teximage.c
2011-10-23 Brian Paulmesa: remove _mesa_alloc_texmemory(), _mesa_free_texmem...
2011-10-23 Brian Paulmesa: move gl_texture_image::Data, RowStride, ImageOffs...
2011-10-13 Brian Pauls/format/baseFormat/ to be more explicit
2011-10-13 Brian Paulmesa: remove redundant buffer checks in copytexsubimage...
2011-10-13 Brian Paulmesa: remove redundant buffer checks in copytexture_err...
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-09-26 Ian Romanickmesa: Remove EXT_bgra and EXT_texture_format_BGRA8888...
2011-09-22 Brian Paulmesa: remove support for GL_APPLE_client_storage extension
2011-09-22 Brian Paulmesa: move gl_texture_image::Width/Height/DepthScale...
2011-09-22 Brian Paulmesa: move gl_texture_image::_IsPowerOfTwo into swrast
2011-09-19 Ian Romanickmesa: Refactor compressed texture error checks to work...
2011-09-19 Ian Romanickmesa: Add GL_OES_compressed_paletted_texture formats...
2011-09-17 Brian Paulmesa: move gl_texture_image::FetchTexel fields to swrast
2011-09-17 Brian Paulmesa: add new DeleteTextureImage() driver hook
2011-09-17 Brian Paulmesa: move _mesa_update_fetch_functions() calls into...
2011-09-06 Ian Romanickmesa: Remove API facing bits of EXT_paletted_texture...
2011-08-29 Eric Anholtmesa: Don't check for image->Data when freeing an image...
2011-08-29 Eric Anholtmesa: Rename FreeTexImageData to FreeTextureImageBuffer.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-24 Brian Paulmesa: add gl_texture_image::Face, Level fields
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-29 Brian Paulmesa: minor comment changes in teximage.c
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-20 Brian Paulmesa: stop using ctx->Driver.CopyTexImage1D/2D() hooks
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
next