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
/
teximage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2
Marek Olšák
2012-11-23
1
-1
/
+40
*
mesa: fix error check for zero-sized compressed subtexture
Brian Paul
2012-10-09
1
-2
/
+2
*
mesa: don't call TexImage driver hooks for zero-sized images
Brian Paul
2012-10-09
1
-7
/
+9
*
mesa: remove bogus compressed texture size checks
Brian Paul
2012-10-05
1
-21
/
+0
*
mesa: fix glCompressedTexSubImage assertion/segfault
Brian Paul
2012-10-01
1
-1
/
+5
*
mesa: fix incorrect error for glCompressedSubTexImage
Brian Paul
2012-09-28
1
-3
/
+3
*
mesa: Don't override S3TC internalFormat if data is pre-compressed.
Kenneth Graunke
2012-09-25
1
-1
/
+1
*
mesa: make _mesa_get_proxy_target() non-static
Brian Paul
2012-09-12
1
-6
/
+6
*
mesa: fix per-level max texture size error checking
Brian Paul
2012-09-12
1
-15
/
+21
*
mesa: Do something sensible when on-line compression is requested but not pos...
Ian Romanick
2012-08-29
1
-0
/
+31
*
mesa: Disallow alpha, luminance, and LA textures in core context
Ian Romanick
2012-08-29
1
-4
/
+6
*
mesa: Expose texture buffer objects when the context is GL 3.1 core.
Eric Anholt
2012-08-29
1
-5
/
+7
*
mesa: add texture target field to ChooseTextureFormat() driver hook
Brian Paul
2012-08-24
1
-2
/
+3
*
main: fix ES compile breakage
Brian Paul
2012-08-24
1
-1
/
+1
*
mesa: code movement in teximage.c
Brian Paul
2012-08-24
1
-204
/
+198
*
mesa: consolidate glTexImage and glCompressedTexImage code
Brian Paul
2012-08-24
1
-203
/
+138
*
mesa: make glTexImage, glCompressedTexImage proxy code more alike
Brian Paul
2012-08-24
1
-35
/
+42
*
mesa: rename texpal.[ch] to texcompress_cpal.[ch]
Brian Paul
2012-08-24
1
-1
/
+1
*
mesa: make _mesa_get_proxy_tex_image() static
Brian Paul
2012-08-24
1
-5
/
+8
*
mesa: don't clear proxy image fields when regular GL error is generated
Brian Paul
2012-08-24
1
-11
/
+33
*
mesa: fix glTexImage proxy texture error generation
Brian Paul
2012-08-24
1
-52
/
+43
*
mesa/es: Validate glCompressedTexSubImage internalFormat in Mesa code rather ...
Ian Romanick
2012-08-23
1
-0
/
+10
*
mesa/es: Validate glCopyTexImage internalFormat in Mesa code rather than the ...
Ian Romanick
2012-08-23
1
-0
/
+18
*
mesa/es: Validate glTexSubImage format and type in Mesa code rather than the ...
Ian Romanick
2012-08-23
1
-0
/
+17
*
mesa/es: Validate glTexImage format, type, and internalFormat in Mesa code ra...
Ian Romanick
2012-08-23
1
-0
/
+94
*
mesa/es: Validate glTexImage border in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
1
-2
/
+4
*
mesa: Generate an error when glCopyTexImage border is invalid
Ian Romanick
2012-08-23
1
-0
/
+2
*
mesa/es: Validate tex image targets in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
1
-14
/
+29
*
mesa/es: Validate EGLImageTargetTexture2DOES target in Mesa code rather than ...
Ian Romanick
2012-08-23
1
-5
/
+15
*
mesa: Fix generic compressed texture formats' handling in glTexImage/glCopyTe...
Anuj Phogat
2012-08-21
1
-30
/
+2
*
mesa: Support GL_TEXTURE_BUFFER in GetTexLevelParameter[if]v in GL 3.1+.
Kenneth Graunke
2012-08-17
1
-0
/
+3
*
mesa: Add GL_TEXTURE_CUBE_MAP to _mesa_max_texture_levels(). [v2]
Kenneth Graunke
2012-08-17
1
-0
/
+1
*
mesa: Remove unnecessary parameters CompressedTexImage
Pauli Nieminen
2012-08-12
1
-4
/
+2
*
mesa: Remove unnecessary parameters from TexImage
Pauli Nieminen
2012-08-12
1
-4
/
+3
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
1
-8
/
+7
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-1
/
+1
*
mesa: add glformats integer type/format detection routines
Jordan Justen
2012-07-21
1
-5
/
+6
*
msaa: Generate proper error for operations prohibited on MSAA buffers.
Paul Berry
2012-07-17
1
-2
/
+2
*
mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibility
Marek Olšák
2012-07-13
1
-0
/
+9
*
mesa: consolidate internal glCompressedTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-27
/
+4
*
mesa: consolidate internal glCompressedTexImage1/2/3D code
Brian Paul
2012-06-06
1
-25
/
+4
*
mesa: consolidate internal glCopyTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-25
/
+6
*
mesa: consolidate internal glTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-20
/
+4
*
mesa: consolidate internal glTexImage1/2/3D code
Brian Paul
2012-06-06
1
-30
/
+6
*
mesa: do more teximage error checking for generic compressed formats
Brian Paul
2012-05-04
1
-2
/
+30
*
mesa: reject immutable textures in glEGLImageTargetTexture2DOES()
Dylan Noblesmith
2012-04-30
1
-0
/
+7
*
mesa: Add support for the GL 3.1 R/RG formats in texture buffer objects.
Eric Anholt
2012-04-09
1
-0
/
+54
*
mesa: Track a gl_format for the texture buffer format.
Eric Anholt
2012-04-09
1
-168
/
+73
*
mesa: use _mesa_dirty_texobj() function
Brian Paul
2012-03-20
1
-12
/
+5
*
mesa: handle array textures in strip_texture_border()
Brian Paul
2012-03-07
1
-17
/
+21
[next]