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
*
glapi: add ARB_texture_multisample
Chris Forbes
2013-03-02
1
-0
/
+21
*
mesa/es: NULL check in EGLImageTargetTexture2DOES
Tapani Pälli
2013-02-25
1
-0
/
+6
*
CopyTexImage: Don't check sRGB vs LINEAR for desktop GL
Jordan Justen
2013-02-12
1
-18
/
+10
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
1
-1
/
+1
*
mesa: don't use format chooser code for glCompressedTexImage
Brian Paul
2013-02-04
1
-2
/
+12
*
mesa: implement GL_ARB_texture_buffer_range
Christoph Bumiller
2013-01-30
1
-17
/
+72
*
mesa: Like EXT_texture_compression_dxt1, advertise ANGLE_texture_compression_...
Ian Romanick
2013-01-23
1
-13
/
+3
*
mesa: Use a single flag for the S3TC extensions that don't require on-line co...
Ian Romanick
2013-01-23
1
-1
/
+2
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-7
/
+7
*
copyteximage: update error checking for GLES3
Jordan Justen
2013-01-20
1
-1
/
+36
*
copyteximage: check that sRGB usage is valid for GLES3 / GL
Jordan Justen
2013-01-20
1
-0
/
+39
*
mesa/es2: Allow depth component cube maps in ES2 if the extension is enabled
Ian Romanick
2013-01-20
1
-1
/
+2
*
mesa/es3: Don't check dimensions in _mesa_es3_error_check_format_and_type
Ian Romanick
2013-01-17
1
-2
/
+1
*
mesa: Don't allow DEPTH_STENCIL for 3D textures
Ian Romanick
2013-01-17
1
-1
/
+2
*
copyteximage: Use Driver's AllocTextureImageBuffer instead of TexImage
Jordan Justen
2013-01-14
1
-3
/
+1
*
copyteximage: update signed vs. unsigned format matching
Jordan Justen
2013-01-14
1
-7
/
+25
*
teximage: use _mesa_es3_error_check_format_and_type for GLES3
Matt Turner
2013-01-14
1
-6
/
+13
*
mesa: Use _mesa_lookup_enum_by_nr in tex*_error_check
Matt Turner
2013-01-11
1
-6
/
+9
*
mesa: Implement compressed 2D array textures.
Paul Berry
2013-01-02
1
-5
/
+11
*
mesa: add support for ARB_texture_buffer_object_rgb32
Dave Airlie
2012-12-16
1
-0
/
+13
*
mesa: don't advertise ARB_texture_buffer_object in legacy contexts
Marek Olšák
2012-12-12
1
-8
/
+7
*
mesa: Add new MESA_FORMATs for ETC2 compressed textures
Anuj Phogat
2012-12-07
1
-0
/
+21
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-2
/
+2
*
mesa: Also handle GL_TEXTURE_EXTENRAL_OES in max num levels.
Eric Anholt
2012-11-17
1
-0
/
+1
*
mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2
Marek Olšák
2012-11-12
1
-1
/
+40
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-6
/
+6
*
mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
1
-4
/
+72
*
mesa: remove #if _HAVE_FULL_GL checks
Brian Paul
2012-10-16
1
-2
/
+0
*
teximage: Remove unnecessary compressed format check
Daniel Stone
2012-10-09
1
-4
/
+0
*
mesa: minor whitespace fixes in teximage.c
Brian Paul
2012-10-08
1
-2
/
+2
*
mesa: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
1
-7
/
+0
*
mesa: don't call TexImage driver hooks for zero-sized images
Brian Paul
2012-10-04
1
-7
/
+9
*
mesa: remove bogus compressed texture size checks
Brian Paul
2012-10-02
1
-22
/
+0
*
intel: add support for ANGLE_texture_compression_dxt.
Oliver McFadden
2012-10-01
1
-0
/
+12
*
mesa: move _mesa_es_error_check_format_and_type() to glformats.c
Brian Paul
2012-09-26
1
-65
/
+0
*
mesa: move GL_HALF_FLOAT_OES definition to glheader.h
Brian Paul
2012-09-26
1
-6
/
+0
*
mesa: minor fix to glTexSubImage error message
Brian Paul
2012-09-26
1
-1
/
+2
*
mesa: consolidate sub-texture error checking code
Brian Paul
2012-09-26
1
-168
/
+94
*
mesa: consolidate glTexSubImage() error checking
Brian Paul
2012-09-26
1
-40
/
+38
*
mesa: consolidate glCompressedTexSubImage() error checking
Brian Paul
2012-09-26
1
-77
/
+88
*
mesa: consolidate subtexture xoffset/yoffset/width/height error checking code
Brian Paul
2012-09-26
1
-88
/
+73
*
mesa: consolidate glCopyTexSubImage error checking
Brian Paul
2012-09-26
1
-79
/
+60
*
mesa: fix incorrect error for glCompressedSubTexImage
Brian Paul
2012-09-26
1
-3
/
+3
*
mesa: Don't override S3TC internalFormat if data is pre-compressed.
Kenneth Graunke
2012-09-20
1
-1
/
+1
*
Revert "mesa: consolidate subtexture x/y/width/height error checking code"
Brian Paul
2012-09-19
1
-73
/
+84
*
Revert "more comment"
Brian Paul
2012-09-19
1
-2
/
+4
*
Revert "mesa: clean-up and fix glCompressedTexSubImage error checking"
Brian Paul
2012-09-19
1
-81
/
+64
*
mesa: clean-up and fix glCompressedTexSubImage error checking
Brian Paul
2012-09-19
1
-64
/
+81
*
more comment
Brian Paul
2012-09-19
1
-4
/
+2
*
mesa: consolidate subtexture x/y/width/height error checking code
Brian Paul
2012-09-19
1
-84
/
+73
[next]