summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt2013-05-171-1/+1
* mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt2013-05-061-2/+1
* mesa: fix the compressed TexSubImage size checking codeBrian Paul2013-04-261-3/+9
* mesa: fix type comparison errors in sub-texture error checking codeTapani Pälli2013-04-261-5/+5
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: fix texture storage multisample prototypes harder.Dave Airlie2013-04-011-2/+2
* mesa: improve reported function name in Tex*MultisampleChris Forbes2013-03-311-16/+14
* glapi: add definition of ARB_texture_storage_multisampleChris Forbes2013-03-311-0/+20
* mesa: add support for immutable textures to teximagemultisample()Chris Forbes2013-03-311-3/+28
* mesa: use _mesa_check_sample_count() for multisample texturesChris Forbes2013-03-241-27/+7
* mesa: don't allocate a texture if width or height is 0 in CopyTexImageMarek Olšák2013-03-111-10/+12
* mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.Matt Turner2013-03-081-1/+1
* Add missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensionsAlan Hourihane2013-03-051-0/+1
* mesa: implement TexImage*MultisampleChris Forbes2013-03-021-4/+163
* mesa: add texobj support for ARB_texture_multisampleChris Forbes2013-03-021-2/+58
* 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