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 for 1D array depth textures
Dave Airlie
2014-10-03
1
-2
/
+7
*
mesa: move _mesa_compressed_texture_pixel_storage_error_check()
Brian Paul
2014-08-16
1
-3
/
+4
*
mesa: minor improvements to _mesa_compute_compressed_pixelstore()
Brian Paul
2014-08-16
1
-1
/
+1
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-5
/
+0
*
mesa: Add pixel storage support for GetCompressedTexImage
Chris Forbes
2014-06-10
1
-33
/
+40
*
mesa: Emit errors for inconsistent compressed pixel store state
Chris Forbes
2014-06-10
1
-1
/
+9
*
mesa: Allow FLOAT_32_UNSIGNED_INT_24_8_REV in get_tex_depth_stencil()
Anuj Phogat
2014-05-01
1
-2
/
+2
*
mesa: Add new helper function _mesa_unpack_depth_stencil_row()
Anuj Phogat
2014-05-01
1
-5
/
+4
*
mesa: Add error condition for format=STENCIL_INDEX in glGetTexImage()
Anuj Phogat
2014-05-01
1
-0
/
+5
*
mesa: Add error condition for integer formats in glGetTexImage()
Anuj Phogat
2014-04-16
1
-0
/
+5
*
mesa: do depth/stencil format conversion in glGetTexImage
Brian Paul
2014-02-28
1
-2
/
+9
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-4
/
+6
*
mesa: allow buffers mapped with the persistent flag to be used by the GPU
Marek Olšák
2014-02-25
1
-2
/
+2
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_array
Ian Romanick
2013-12-04
1
-2
/
+1
*
st/mesa: improve format selection for GLES
Marek Olšák
2013-10-08
1
-1
/
+1
*
mesa: handle 2D texture arrays in get_tex_rgba_compressed()
Brian Paul
2013-07-24
1
-28
/
+24
*
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
*
mesa: handle HALF_FLOAT like FLOAT in get_tex_rgba
Marek Olšák
2013-03-23
1
-0
/
+1
*
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
[next]