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
*
main: Don't leak temporary texture rows
Jason Ekstrand
2014-09-02
1
-0
/
+4
*
mesa: minor improvements to _mesa_compute_compressed_pixelstore()
Brian Paul
2014-08-16
1
-7
/
+17
*
mesa/texstore: Don't use the _mesa_swizzle_and_convert if we need transfer ops
Jason Ekstrand
2014-08-13
1
-0
/
+3
*
mesa: fix texstore with GL_COLOR_INDEX data
Roland Scheidegger
2014-08-14
1
-0
/
+3
*
mesa: Add texstore functions for BPTC-compressed textures
Neil Roberts
2014-08-12
1
-0
/
+10
*
mesa/texstore: Add a generic rgba integer texture upload path
Jason Ekstrand
2014-08-05
1
-479
/
+73
*
mesa/texstore: Add a generic float/normalized rgba texture upload path
Jason Ekstrand
2014-08-05
1
-1906
/
+98
*
mesa/texstore: Use _mesa_swizzle_and_convert when possible
Jason Ekstrand
2014-08-05
1
-15
/
+171
*
main/texstore: Split texture storage into three functions
Jason Ekstrand
2014-08-05
1
-71
/
+100
*
texstore: Add a generic implementation of GL_ARB_clear_texture
Neil Roberts
2014-07-23
1
-0
/
+72
*
mesa: Don't use memcpy() in _mesa_texstore() for float depth texture data
Anuj Phogat
2014-07-21
1
-0
/
+15
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-78
/
+0
*
mesa: Compute proper strides for compressed texture pixel storage.
Chris Forbes
2014-06-10
1
-0
/
+35
*
mesa: Extract computation of compressed pixel store params
Chris Forbes
2014-06-10
1
-14
/
+33
*
mesa: move declarations before code in texstore.c
Brian Paul
2014-05-01
1
-8
/
+7
*
mesa: Remove redundant if checks in _mesa_texstore_xx_xx() functions
Anuj Phogat
2014-05-01
1
-89
/
+80
*
mesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstore_xx_xx() functions
Anuj Phogat
2014-05-01
1
-2
/
+4
*
mesa: Add missing types in _mesa_texstore_xx_xx() functions
Anuj Phogat
2014-05-01
1
-2
/
+6
*
mesa: use _mesa_get_srgb_format_linear() in sRGB texstore functions
Brian Paul
2014-04-11
1
-25
/
+5
*
mesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGB
Chris Forbes
2014-04-01
1
-4
/
+6
*
mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM
Brian Paul
2014-03-10
1
-2
/
+2
*
mesa: add MESA_FORMAT_R8G8B8A8_SRGB
Brian Paul
2014-03-06
1
-0
/
+3
*
mesa: add MESA_FORMAT_B8G8R8X8_SRGB
Chia-I Wu
2014-03-06
1
-4
/
+13
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-4
/
+4
*
mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
Mark Mueller
2014-01-27
1
-32
/
+32
*
mesa: Fix MESA_FORMAT names containg SIGNED
Mark Mueller
2014-01-27
1
-48
/
+48
*
mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE
Mark Mueller
2014-01-27
1
-67
/
+67
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-78
/
+78
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-67
/
+67
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-36
/
+36
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-11
/
+11
*
mesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.
Francisco Jerez
2014-01-15
1
-15
/
+46
*
mesa: Add MESA_FORMAT_ABGR2101010.
Francisco Jerez
2014-01-15
1
-0
/
+46
*
mesa: document _mesa_texstore() return value
Brian Paul
2013-12-13
1
-0
/
+1
*
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
[next]