summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* glapi: add ARB_texture_multisampleChris Forbes2013-03-021-0/+21
* mesa/es: NULL check in EGLImageTargetTexture2DOESTapani Pälli2013-02-251-0/+6
* CopyTexImage: Don't check sRGB vs LINEAR for desktop GLJordan Justen2013-02-121-18/+10
* mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2013-02-061-1/+1
* mesa: don't use format chooser code for glCompressedTexImageBrian Paul2013-02-041-2/+12
* mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller2013-01-301-17/+72
* mesa: Like EXT_texture_compression_dxt1, advertise ANGLE_texture_compression_...Ian Romanick2013-01-231-13/+3
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-231-1/+2
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-7/+7
* copyteximage: update error checking for GLES3Jordan Justen2013-01-201-1/+36
* copyteximage: check that sRGB usage is valid for GLES3 / GLJordan Justen2013-01-201-0/+39
* mesa/es2: Allow depth component cube maps in ES2 if the extension is enabledIan Romanick2013-01-201-1/+2
* mesa/es3: Don't check dimensions in _mesa_es3_error_check_format_and_typeIan Romanick2013-01-171-2/+1
* mesa: Don't allow DEPTH_STENCIL for 3D texturesIan Romanick2013-01-171-1/+2
* copyteximage: Use Driver's AllocTextureImageBuffer instead of TexImageJordan Justen2013-01-141-3/+1
* copyteximage: update signed vs. unsigned format matchingJordan Justen2013-01-141-7/+25
* teximage: use _mesa_es3_error_check_format_and_type for GLES3Matt Turner2013-01-141-6/+13
* mesa: Use _mesa_lookup_enum_by_nr in tex*_error_checkMatt Turner2013-01-111-6/+9
* mesa: Implement compressed 2D array textures.Paul Berry2013-01-021-5/+11
* mesa: add support for ARB_texture_buffer_object_rgb32Dave Airlie2012-12-161-0/+13
* mesa: don't advertise ARB_texture_buffer_object in legacy contextsMarek Olšák2012-12-121-8/+7
* mesa: Add new MESA_FORMATs for ETC2 compressed texturesAnuj Phogat2012-12-071-0/+21
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-2/+2
* mesa: Also handle GL_TEXTURE_EXTENRAL_OES in max num levels.Eric Anholt2012-11-171-0/+1
* mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák2012-11-121-1/+40
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-6/+6
* mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-091-4/+72
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-161-2/+0
* teximage: Remove unnecessary compressed format checkDaniel Stone2012-10-091-4/+0
* mesa: minor whitespace fixes in teximage.cBrian Paul2012-10-081-2/+2
* mesa: remove unused variables to fix compile warningsMarek Olšák2012-10-091-7/+0
* mesa: don't call TexImage driver hooks for zero-sized imagesBrian Paul2012-10-041-7/+9
* mesa: remove bogus compressed texture size checksBrian Paul2012-10-021-22/+0
* intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden2012-10-011-0/+12
* mesa: move _mesa_es_error_check_format_and_type() to glformats.cBrian Paul2012-09-261-65/+0
* mesa: move GL_HALF_FLOAT_OES definition to glheader.hBrian Paul2012-09-261-6/+0
* mesa: minor fix to glTexSubImage error messageBrian Paul2012-09-261-1/+2
* mesa: consolidate sub-texture error checking codeBrian Paul2012-09-261-168/+94
* mesa: consolidate glTexSubImage() error checkingBrian Paul2012-09-261-40/+38
* mesa: consolidate glCompressedTexSubImage() error checkingBrian Paul2012-09-261-77/+88
* mesa: consolidate subtexture xoffset/yoffset/width/height error checking codeBrian Paul2012-09-261-88/+73
* mesa: consolidate glCopyTexSubImage error checkingBrian Paul2012-09-261-79/+60
* mesa: fix incorrect error for glCompressedSubTexImageBrian Paul2012-09-261-3/+3
* mesa: Don't override S3TC internalFormat if data is pre-compressed.Kenneth Graunke2012-09-201-1/+1
* Revert "mesa: consolidate subtexture x/y/width/height error checking code"Brian Paul2012-09-191-73/+84
* Revert "more comment"Brian Paul2012-09-191-2/+4
* Revert "mesa: clean-up and fix glCompressedTexSubImage error checking"Brian Paul2012-09-191-81/+64
* mesa: clean-up and fix glCompressedTexSubImage error checkingBrian Paul2012-09-191-64/+81
* more commentBrian Paul2012-09-191-4/+2
* mesa: consolidate subtexture x/y/width/height error checking codeBrian Paul2012-09-191-84/+73