index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
teximage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add EXT_dsa glCopyMultiTexImage* and glCopyMultiTexSubImage*
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+104
*
mesa: add EXT_dsa glMultiTexSubImage1D/2D/3DEXT
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+68
*
mesa: add EXT_dsa glMultiTexImage1D/2D/3DEXT + glGetMultiTexImageEXT
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+57
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
mesa: fix assertion failure in TexImage
Marek Olšák
2019-07-22
1
-8
/
+6
*
mesa: add EXT_dsa gl(Copy)Texture(Sub)Image1D/2D/3DEXT functions
Pierre-Eric Pelloux-Prayer
2019-07-19
1
-0
/
+190
*
mesa: move lookup_texture_ext_dsa up in teximage.c
Pierre-Eric Pelloux-Prayer
2019-07-19
1
-63
/
+60
*
mesa: pass gl_texture_object as arg to not depend on state
Pierre-Eric Pelloux-Prayer
2019-07-19
1
-28
/
+32
*
mesa: Give _mesa_format_get_color_encoding a clearer name.
Eric Anholt
2019-07-16
1
-6
/
+2
*
mesa: add support for glCompressedTextureSubImage2DEXT()
Timothy Arceri
2019-06-28
1
-24
/
+51
*
mesa: add support for glTextureSubImage2DEXT()
Timothy Arceri
2019-06-28
1
-28
/
+109
*
mesa: fix _mesa_max_texture_levels for GL_TEXTURE_EXTERNAL_OES
Marek Olšák
2019-05-14
1
-1
/
+1
*
mesa: Replace MaxTextureLevels with MaxTextureSize.
Eric Anholt
2019-05-13
1
-10
/
+6
*
mesa: Remove proxy image checks for maximum level.
Eric Anholt
2019-05-13
1
-18
/
+0
*
mesa: Reuse _mesa_max_texture_levels() instead of open-coding it.
Eric Anholt
2019-05-13
1
-1
/
+1
*
mesa: add GL_AMD_compressed_ATC_texture support
Jonathan Marek
2019-04-23
1
-1
/
+4
*
mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possible
Gert Wollny
2019-01-28
1
-1
/
+1
*
mesa/main: rename format-check function
Erik Faye-Lund
2018-12-03
1
-2
/
+2
*
mesa/glformats: Remove redundant helper _mesa_base_format_component_count
Eduardo Lima Mitev
2018-10-23
1
-2
/
+2
*
mesa: enable EXT_render_snorm extension
Tapani Pälli
2018-08-13
1
-1
/
+2
*
mesa: add storageSamples parameter to renderbuffer functions
Marek Olšák
2018-08-04
1
-1
/
+1
*
mesa: fix a typo (trivial)
Tapani Pälli
2018-07-31
1
-1
/
+1
*
mesa: add TBO support for GL_EXT_texture_norm16
Tapani Pälli
2018-04-27
1
-3
/
+3
*
mesa: remove snprintf macro in imports.h to fix MSVC build
Brian Paul
2018-04-13
1
-1
/
+1
*
mesa: Silence remaining unused parameter warnings in teximage.c
Ian Romanick
2018-04-11
1
-21
/
+21
*
mesa: Silence unused parameter warning in compressedteximage_only_format
Ian Romanick
2018-04-11
1
-8
/
+8
*
mesa: Assert base format before truncating to unsigned short
Topi Pohjolainen
2018-04-11
1
-2
/
+3
*
mesa: Inherit texture view multi-sample information from the original texture...
Henri Verbeet
2018-03-29
1
-10
/
+10
*
mesa: adjust incorrect comment in texture_buffer_range
Marek Olšák
2018-03-19
1
-2
/
+2
*
mesa: RGB9_E5 invalid for CopyTexSubImage* in GLES
Juan A. Suarez Romero
2018-03-16
1
-0
/
+14
*
mesa: enable ASTC format for CompressedTexSubImage3D
Juan A. Suarez Romero
2018-02-05
1
-8
/
+33
*
mesa: Correctly print glTexImage dimensions
Elie Tournier
2018-01-30
1
-7
/
+6
*
mesa: add const qualifier on _mesa_is_renderable_texture_format()
Brian Paul
2017-12-05
1
-1
/
+2
*
mesa: simplify/improve some _mesa_error() calls in teximage.c
Brian Paul
2017-12-05
1
-9
/
+5
*
mesa/gles: adjust internal format in glTexSubImage2D error checks
Tapani Pälli
2017-11-28
1
-1
/
+55
*
mesa/teximage: add TEXTURE_CUBE_MAP_ARRAY target for CompressedTexImage3D
Juan A. Suarez Romero
2017-11-21
1
-1
/
+19
*
mesa: Expose GL_OES_required_internalformat on GLES contexts.
Eric Anholt
2017-10-10
1
-22
/
+9
*
mesa: silence 'variable may be used uninitialized' warning in teximage.c
Brian Paul
2017-10-03
1
-1
/
+1
*
mesa: Drop Mesa_DXTn from gl_context
Matt Turner
2017-10-02
1
-32
/
+0
*
mesa: whitespace, formatting fixes in teximage.c
Brian Paul
2017-09-08
1
-55
/
+55
*
mesa: provide more info in some texture image error messages
Brian Paul
2017-09-08
1
-9
/
+11
*
mesa: only copy requested compressed teximage cubemap faces
Christoph Haag
2017-08-20
1
-2
/
+2
*
mesa: hook up memory object multisamples tex(ture)storage api
Andres Rodriguez
2017-08-06
1
-22
/
+53
*
mesa: make get_texbuffer_format() global
Samuel Pitoiset
2017-08-02
1
-3
/
+3
*
mesa: add KHR_no_error support to glTextureSubImage*D()
Samuel Pitoiset
2017-07-31
1
-0
/
+52
*
mesa: add texturesubimage_error() helper
Samuel Pitoiset
2017-07-31
1
-30
/
+45
*
mesa: add compressed_tex_sub_image_{error,no_error} helpers
Samuel Pitoiset
2017-07-24
1
-36
/
+65
*
mesa: remove pointless assignments in init_teximage_fields_ms()
Brian Paul
2017-07-22
1
-3
/
+0
*
mesa: include texture size in error messages
Brian Paul
2017-07-22
1
-4
/
+5
*
main/teximage: Even on failure use valid format for init()
Topi Pohjolainen
2017-07-22
1
-1
/
+1
[next]