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
/
teximage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Move _mesa_base_tex_format() from teximage to glformats files
Eduardo Lima Mitev
2015-09-28
1
-374
/
+0
*
mesa: Fix order of format+type and internal format checks for glTexImageXD ops
Eduardo Lima Mitev
2015-09-28
1
-16
/
+25
*
mesa: const-qualify _mesa_base_tex_format() ctx param
Brian Paul
2015-09-22
1
-1
/
+1
*
mesa/teximage: reuse compressed format utility functions for base_format
Nanley Chery
2015-09-19
1
-145
/
+5
*
mesa/teximage: restrict GL_ETC1_RGB8_OES support to GLES
Nanley Chery
2015-09-15
1
-1
/
+2
*
mesa/extensions: restrict luminance alpha formats to API_OPENGL_COMPAT
Nanley Chery
2015-09-15
1
-2
/
+4
*
mesa: rename rowStride to imageStride in texturesubimage()
Brian Paul
2015-08-27
1
-4
/
+4
*
mesa: only copy the requested teximage faces
Ilia Mirkin
2015-08-27
1
-2
/
+2
*
mesa: return bool instead of GLboolean in compressedteximage_only_format()
Nanley Chery
2015-08-26
1
-3
/
+3
*
mesa/teximage: return the base internal format of the ASTC formats
Nanley Chery
2015-08-26
1
-0
/
+4
*
mesa/teximage: accept ASTC formats for 3D texture specification
Nanley Chery
2015-08-26
1
-7
/
+56
*
mesa: don't enable online compression for ASTC formats
Nanley Chery
2015-08-26
1
-4
/
+13
*
mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressed
Nanley Chery
2015-08-25
1
-29
/
+61
*
mesa: enable texture stencil8 for multisample
Dave Airlie
2015-08-25
1
-2
/
+5
*
mesa: validate size parameters for glTexStorage*Multisample
Tapani Pälli
2015-08-19
1
-0
/
+26
*
mesa: check samples > 0 for glTex*Multisample
Timothy Arceri
2015-08-18
1
-0
/
+5
*
mesa: rename texture function now that its static
Timothy Arceri
2015-08-17
1
-31
/
+31
*
mesa: set correct error for non-renderable multisample textures
Tapani Pälli
2015-08-14
1
-3
/
+10
*
mesa: remove extern from texture function
Timothy Arceri
2015-08-13
1
-1
/
+1
*
mesa/teximage: report the correct function which triggered the error
Nanley Chery
2015-08-12
1
-4
/
+4
*
mesa: Add missing check of format and type in glTexSubImageXD on GLES 3.0
Eduardo Lima Mitev
2015-08-05
1
-47
/
+69
*
mesa: Fix error returned by glCopyTexImage2D() upon an invalid internal format
Eduardo Lima Mitev
2015-08-05
1
-9
/
+9
*
mesa: Validate target before resolving tex obj in glTex(ture)SubImageXD
Eduardo Lima Mitev
2015-08-05
1
-15
/
+14
*
mesa/es3.1: Allow multisampled textures for GLES 3.1
Marta Lofstedt
2015-08-03
1
-2
/
+2
*
mesa/es3.1: Allow textures with target GL_TEXTURE_2D_MULTISAMPLE
Marta Lofstedt
2015-08-03
1
-1
/
+1
*
mesa: do more thorough target checking in compressed_subtexture_target_check()
Brian Paul
2015-07-23
1
-26
/
+40
*
mesa: another target fix in compressed_subtexture_target_check()
Brian Paul
2015-07-23
1
-1
/
+8
*
mesa: simplify format check in compressed_subtexture_target_check()
Brian Paul
2015-07-23
1
-14
/
+10
*
mesa: Fix error in target validation of glCompressedTex(ture)SubImage3D() calls
Eduardo Lima Mitev
2015-07-23
1
-1
/
+2
*
mesa: assorted whitespace, formatting fixes in teximage.c
Brian Paul
2015-07-21
1
-20
/
+10
*
mesa: allow GL_TEXTURE_CUBE_MAP_ARRAY case for glCompressedTexSubImage3D()
Brian Paul
2015-07-21
1
-1
/
+1
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-57
/
+57
*
mesa: fix up some texture error checks
Roland Scheidegger
2015-07-18
1
-21
/
+20
*
mesa/teximage: use correct extension for accept stencil texture.
Dave Airlie
2015-06-08
1
-1
/
+1
*
Revert "mesa: Add ARB_direct_state_access checks in texture functions"
Ian Romanick
2015-05-28
1
-74
/
+0
*
mesa: Add ARB_direct_state_access checks in texture functions
Fredrik Höglund
2015-05-14
1
-0
/
+74
*
mesa: put more info in glTexImage GL_OUT_OF_MEMORY error message
Brian Paul
2015-04-24
1
-1
/
+3
*
mesa: finish implementing ARB_texture_stencil8 (v5)
Dave Airlie
2015-04-23
1
-1
/
+2
*
main: Add TEXTURE_CUBE_MAP support in CopyTextureSubImage3D.
Laura Ekstrand
2015-03-19
1
-3
/
+11
*
main: Simplify debug messages for CopyTex*SubImage*D.
Laura Ekstrand
2015-03-19
1
-48
/
+36
*
mesa: Check for valid PBO access in gl(Compressed)Tex(Sub)Image calls
Eduardo Lima Mitev
2015-03-13
1
-77
/
+103
*
main: Add entry point for TextureBufferRange.
Laura Ekstrand
2015-03-09
1
-0
/
+46
*
main: Add check_texture_buffer_target.
Laura Ekstrand
2015-03-09
1
-11
/
+28
*
main: Add check_texture_buffer_range.
Laura Ekstrand
2015-03-09
1
-15
/
+58
*
main: Cosmetic changes for Texture Buffers.
Laura Ekstrand
2015-03-09
1
-2
/
+9
*
main: Refactor _mesa_texture_buffer_range.
Laura Ekstrand
2015-03-09
1
-36
/
+22
*
main: Use _mesa_lookup_bufferobj_err to simplify Tex[ture]Buffer[Range].
Laura Ekstrand
2015-03-09
1
-11
/
+12
*
main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.
Laura Ekstrand
2015-03-09
1
-27
/
+131
*
main: assert(texImage) in ARB_DSA texture cube map functions.
Laura Ekstrand
2015-03-09
1
-2
/
+3
*
main: Remove redundant NumLayers checks.
Laura Ekstrand
2015-03-09
1
-14
/
+0
[next]