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
/
texstore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Allow external textures to use fallback (0, 0, 0, 1)
Topi Pohjolainen
2013-10-11
1
-0
/
+1
*
mesa: s/GLuint/GLint/ to silence MSVC warning in textore.c
Brian Paul
2013-07-12
1
-1
/
+1
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
st/mesa: simplify and improve CopyTexSubImage
Marek Olšák
2013-02-18
1
-16
/
+21
*
st/mesa: implement blit-based TexImage and TexSubImage
Marek Olšák
2013-02-18
1
-2
/
+16
*
mesa: remove per-format memcpy codepaths from texstore functions
Marek Olšák
2013-02-11
1
-590
/
+64
*
mesa: implement common texstore memcpy function for all formats
Marek Olšák
2013-02-11
1
-0
/
+60
*
mesa: add RGBX formats for existing GL RGB texture formats
Marek Olšák
2013-02-07
1
-47
/
+163
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
1
-5
/
+5
*
texstore argb2101010: merge GL_RGBA and GL_RGB cases
Jordan Justen
2013-01-12
1
-15
/
+3
*
mesa: Implement compressed 2D array textures.
Paul Berry
2013-01-02
1
-25
/
+29
*
mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.
Paul Berry
2013-01-02
1
-2
/
+2
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
1
-2
/
+2
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
1
-2
/
+2
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_R11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add new MESA_FORMATs for ETC2 compressed textures
Anuj Phogat
2012-12-07
1
-0
/
+12
*
mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
1
-0
/
+7
*
mesa: remove bogus compressed texture size checks
Brian Paul
2012-10-02
1
-6
/
+0
*
mesa: remove FEATURE_EXT_texture_sRGB define.
Oliver McFadden
2012-09-15
1
-14
/
+0
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-12
/
+12
*
mesa texstore: handle signed/unsigned integer clamping
Jordan Justen
2012-08-14
1
-20
/
+75
*
mesa: Remove unnecessary parameters CompressedTexImage
Pauli Nieminen
2012-08-12
1
-4
/
+1
*
mesa: Remove unnecessary parameters from AllocTextureImageBuffer
Pauli Nieminen
2012-08-12
1
-5
/
+2
*
mesa: Remove unnecessary parameters from TexImage
Pauli Nieminen
2012-08-12
1
-5
/
+4
*
mesa formats: add MESA_FORMAT_ABGR2101010_UINT
Jordan Justen
2012-07-21
1
-0
/
+68
*
mesa: update texstore.c comment
Brian Paul
2012-07-20
1
-3
/
+2
*
mesa: consolidate internal glCompressedTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-52
/
+17
*
mesa: consolidate internal glCompressedTexImage1/2/3D code
Brian Paul
2012-06-06
1
-49
/
+13
*
mesa: consolidate internal glTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-42
/
+8
*
mesa: consolidate internal glTexImage1/2/3D code
Brian Paul
2012-06-06
1
-65
/
+13
*
mesa: stop using MAX_WIDTH in texstore code
Brian Paul
2012-02-24
1
-6
/
+33
*
mesa: add special case in texstore.c for GL_LUMINANCE_ALPHA src image
Brian Paul
2012-02-22
1
-0
/
+26
*
mesa: consolidate general ubyte texstore code
Brian Paul
2012-01-30
1
-171
/
+71
*
mesa: use _mesa_pack_ubyte_rgba_rect() in texstore code
Brian Paul
2012-01-30
1
-219
/
+64
*
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
2012-01-27
1
-12
/
+7
*
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
2012-01-27
1
-19
/
+4
*
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
2012-01-27
1
-13
/
+7
*
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
2012-01-27
1
-18
/
+8
*
mesa: use _mesa_format_matches_format_and_type() in texstore code
Brian Paul
2012-01-27
1
-44
/
+4
[next]