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
/
texgetimage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: fix GetTexImage if mesa format and internal format don't match
Marek Olšák
2013-02-11
1
-0
/
+45
*
mesa: don't use memcpy fast path for GetTexImage if base format is different
Marek Olšák
2013-02-11
1
-4
/
+6
*
mesa: don't use _mesa_base_tex_format for format parameter of GetTexImage
Marek Olšák
2013-02-11
1
-1
/
+36
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-2
/
+4
*
mesa: allow TEXTURE_CUBE_MAP_ARRAY in GetTexImage
Marek Olšák
2013-01-04
1
-0
/
+2
*
mesa: Fix GL_LUMINANCE handling for textures in glGetTexImage
Anuj Phogat
2012-11-29
1
-11
/
+27
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-1
/
+1
*
mesa: silence MSVC signed/unsigned warning in texgetmage.c
Brian Paul
2012-11-06
1
-1
/
+1
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-3
/
+3
*
mesa: Add explicit target checking to Get[Compressed]TexImage().
Kenneth Graunke
2012-08-17
1
-10
/
+35
*
mesa GetTexImage: handle signed/unsigned integer clamping
Jordan Justen
2012-08-14
1
-4
/
+12
*
mesa pack: handle uint and int clamping properly
Jordan Justen
2012-08-14
1
-2
/
+2
*
mesa: move some format helper functions to glformats.c
Brian Paul
2012-07-24
1
-0
/
+1
*
mesa: fix GL_LUMINANCE handling in glGetTexImage
Brian Paul
2012-03-09
1
-2
/
+28
*
mesa: use _mesa_rebase_rgba_float/uint() in glGetTexImage code
Brian Paul
2012-03-08
1
-73
/
+4
*
mesa: fix error handling in get_tex_rgba_compressed()
Brian Paul
2012-02-10
1
-0
/
+2
*
mesa: use _mesa_format_matches_format_and_type() in get_tex_memcpy()
Brian Paul
2012-02-10
1
-41
/
+6
*
mesa: push row stride adjustment down into _mesa_decompress_image()
Brian Paul
2012-02-10
1
-11
/
+0
*
mesa: remove redundant format/type checks in glGetTexImage()
Brian Paul
2012-02-07
1
-34
/
+0
*
mesa: new _mesa_error_check_format_and_type() function
Brian Paul
2012-02-07
1
-9
/
+7
*
mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED
Anuj Phogat
2012-01-27
1
-0
/
+9
*
mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY
Eric Anholt
2012-01-24
1
-2
/
+7
*
mesa: s/GLuint col/GLint col/ to avoid signed/unsigned comparison warnings.
Eric Anholt
2012-01-24
1
-8
/
+8
*
mesa: Add support for glGetTexImage() from integer textures.
Eric Anholt
2012-01-24
1
-38
/
+80
*
mesa: Add condition in glGetTexImage for zero size textures
Anuj Phogat
2012-01-17
1
-0
/
+6
*
mesa: simplify Driver.GetCompressedTexImage() parameters
Brian Paul
2011-12-30
1
-6
/
+4
*
mesa: split get_tex_rgba() into compressed/uncompressed versions
Brian Paul
2011-12-24
1
-145
/
+175
*
mesa: fix comments in getteximage_error_check()
Brian Paul
2011-12-24
1
-2
/
+2
*
mesa: move the format and type check before select_tex_image()
Jian Zhao
2011-12-24
1
-6
/
+6
*
Add mismatch check for glGetTexImage or it will return -1 and may lead to seg...
Jian Zhao
2011-12-14
1
-0
/
+8
*
mesa: handle MapTextureImage() failures in glGetTexImage code
Brian Paul
2011-11-28
1
-114
/
+153
*
mesa: define, use _mesa_is_cube_face() in several places
Brian Paul
2011-11-19
1
-5
/
+4
*
texgetimage: add missing return on error
nobled
2011-11-03
1
-0
/
+1
*
mesa: Don't do [0, 1] clamping on glGetTexImage() of packed float formats.
Eric Anholt
2011-10-28
1
-4
/
+6
*
mesa: fix inverted pbo test error at _mesa_GetnCompressedTexImageARB
Yuanhan Liu
2011-10-19
1
-1
/
+1
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-1
/
+1
*
mesa: simplify parameters to GetTexImage() driver hook
Brian Paul
2011-09-30
1
-12
/
+10
*
mesa: Finally, convert RGBA glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-6
/
+38
*
mesa: Convert depth glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-7
/
+12
*
mesa: Convert depth/stencil glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-5
/
+13
*
mesa: Switch ycbcr glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-5
/
+12
*
mesa: Switch memcpy fast-path of glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-9
/
+15
*
mesa: Update comments/assertions about buffer mapping for glGetTexImage().
Brian Paul
2011-09-27
1
-4
/
+3
*
mesa: Convert GetCompressedTexImage to using MapTextureImage().
Brian Paul
2011-09-27
1
-7
/
+14
*
mesa: remove unneeded #include of texfetch.h
Brian Paul
2011-09-08
1
-1
/
+0
*
mesa: use _mesa_unpack_float_z_row in get_tex_depth()
Brian Paul
2011-09-08
1
-5
/
+7
*
mesa: handle compressed images in get_tex_rgba()
Brian Paul
2011-09-08
1
-58
/
+106
*
mesa: Remove all mention of GL_COLOR_INDEX*_EXT
Ian Romanick
2011-09-06
1
-6
/
+2
*
mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...
Ian Romanick
2011-09-06
1
-62
/
+3
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-2
/
+4
[next]