index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: remove no longer needed _mesa_is_bufferobj function
Marek Olšák
2020-04-06
1
-9
/
+9
*
s/APIENTRY/GLAPIENTRY/ in teximage.c
Brian Paul
2019-11-12
1
-1
/
+1
*
mesa: add EXT_dsa glCompressedMultiTex* functions
Pierre-Eric Pelloux-Prayer
2019-08-19
1
-0
/
+30
*
mesa: add EXT_dsa glCompressedTexture(Sub)Image1D/2D/3D functions
Pierre-Eric Pelloux-Prayer
2019-08-19
1
-0
/
+26
*
mesa: be consistent on GL_TRUE/GL_FALSE & TRUE/FALSE
Lionel Landwerlin
2019-08-09
1
-1
/
+1
*
mesa: add EXT_dsa glMultiTexImage1D/2D/3DEXT + glGetMultiTexImageEXT
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+38
*
mesa: Fix GetTextureImage error reporting, again
Pierre-Eric Pelloux-Prayer
2019-07-25
1
-4
/
+20
*
mesa: add EXT_dsa gl(Copy)Texture(Sub)Image1D/2D/3DEXT functions
Pierre-Eric Pelloux-Prayer
2019-07-19
1
-0
/
+19
*
mesa: refactor get_texture_image to remove duplicate code
Pierre-Eric Pelloux-Prayer
2019-07-19
1
-50
/
+32
*
mesa: Fold _mesa_unpack_depth_stencil_row() into its only caller.
Eric Anholt
2019-07-16
1
-6
/
+13
*
Revert "mesa/main: remove ARB suffix from glGetnTexImage"
Emil Velikov
2019-01-24
1
-3
/
+3
*
mesa/main: fix incorrect depth-error
Erik Faye-Lund
2018-11-26
1
-7
/
+50
*
mesa/main: check cube-completeness in common code
Erik Faye-Lund
2018-11-26
1
-15
/
+16
*
mesa/main: factor out common error-checking
Erik Faye-Lund
2018-11-26
1
-12
/
+34
*
mesa/main: factor out tex-image error-checking
Erik Faye-Lund
2018-11-26
1
-46
/
+64
*
mesa/main: remove bogus error for zero-sized images
Erik Faye-Lund
2018-11-26
1
-36
/
+13
*
mesa/main: remove ARB suffix from glGetnTexImage
Erik Faye-Lund
2018-11-26
1
-3
/
+3
*
mesa: remove unused 'i' in dimensions_error_check()
Brian Paul
2018-04-13
1
-1
/
+0
*
getteximage: assume texture image is empty for non defined levels
Juan A. Suarez Romero
2018-04-13
1
-2
/
+25
*
gettextureimage: verify cube map is complete
Juan A. Suarez Romero
2018-04-13
1
-9
/
+14
*
gettextsubimage: verify zoffset and depth are correct
Juan A. Suarez Romero
2018-04-13
1
-2
/
+2
*
mesa: remove dd_function_table::GetCompressedTexSubImage and clean it up
Marek Olšák
2018-01-06
1
-12
/
+11
*
mesa/main: Fix GetTextureImage error reporting
Iago Toral Quiroga
2017-09-06
1
-1
/
+1
*
Revert "getteximage: Return correct error value when texure object is not found"
Juan A. Suarez Romero
2017-06-22
1
-9
/
+3
*
getteximage: fix _mesa_GetTextureSubImage()
Samuel Pitoiset
2017-03-06
1
-1
/
+1
*
getteximage: avoid to lookup textures with id 0
Samuel Pitoiset
2017-03-06
1
-3
/
+7
*
getteximage: Return correct error value when texure object is not found
Eduardo Lima Mitev
2017-02-15
1
-2
/
+4
*
texgetimage: Add check for the effective target to GetTextureSubImage
Eduardo Lima Mitev
2017-02-03
1
-0
/
+6
*
mesa/getteximage: Add validation of target to glGetTextureImage
Eduardo Lima Mitev
2016-11-24
1
-0
/
+5
*
main/getteximage: Use the height argument to calculate memcpy copy size
Eduardo Lima Mitev
2016-11-23
1
-1
/
+1
*
mesa: fix format conversion bug in get_tex_rgba_uncompressed()
Brian Paul
2016-08-29
1
-6
/
+8
*
mesa: Add a helper function for shared code in get_tex_rgba_{un}compressed
Anuj Phogat
2016-06-09
1
-45
/
+38
*
mesa: remove null check before free
Thomas Hindoe Paaboel Andersen
2016-05-05
1
-2
/
+1
*
mesa: Handle 3d block sizes in getteximage error checks
Anuj Phogat
2016-05-03
1
-4
/
+17
*
mesa: remove _ARB suffix from cube map enums
Brian Paul
2016-02-12
1
-7
/
+7
*
texgetimage: consolidate 1D array handling code.
Dave Airlie
2015-11-24
1
-15
/
+11
*
mesa: minor formatting fix in get_tex_rgba_compressed()
Brian Paul
2015-10-28
1
-2
/
+1
*
mesa: handle SwapBytes in compressed texture get code.
Dave Airlie
2015-09-02
1
-0
/
+7
*
mesa: fix SwapBytes handling in numerous places
Dave Airlie
2015-09-02
1
-11
/
+3
*
mesa/texgetimage: fix missing stencil check
Dave Airlie
2015-08-26
1
-0
/
+7
*
mesa/formats: remove compressed formats from matching function
Nanley Chery
2015-08-25
1
-1
/
+1
*
mesa: fix error checking for getting zero-sized texture images
Ilia Mirkin
2015-07-24
1
-9
/
+9
*
mesa: rearrange texture error checking order
Ilia Mirkin
2015-07-23
1
-13
/
+13
*
mesa: adjust error message when there's a missing teximage
Ilia Mirkin
2015-07-23
1
-2
/
+1
*
mesa: fix typo s/glGetTextImage/glGetTexImage/
Brian Paul
2015-07-22
1
-1
/
+1
*
mesa: add new _mesa_Get[Compressed]TextureSubImage() functions
Brian Paul
2015-07-21
1
-1
/
+61
*
mesa: overhaul the glGetCompressedTexImage code
Brian Paul
2015-07-21
1
-142
/
+198
*
mesa: overhaul the glGetTexImage code
Brian Paul
2015-07-21
1
-195
/
+428
*
mesa: 80-column wrapping in texgetimage.c
Brian Paul
2015-07-21
1
-5
/
+8
*
mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()
Brian Paul
2015-07-21
1
-12
/
+16
[next]