summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: take cube faces into account in _mesa_test_proxy_teximage()Brian Paul2012-09-171-0/+1
* mesa: rework texture size error checkingBrian Paul2012-09-171-207/+142
* mesa: refactor _mesa_test_proxy_teximage() codeBrian Paul2012-09-171-30/+51
* mesa: move glTexImage 'level' error checkingBrian Paul2012-09-171-22/+10
* Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...José Fonseca2012-09-151-1/+5
* mesa: remove remaining FEATURE_* defines where protected by API check.Oliver McFadden2012-09-151-5/+1
* mesa: remove FEATURE_EXT_texture_sRGB define.Oliver McFadden2012-09-151-2/+0
* mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden2012-09-151-2/+0
* mesa: make _mesa_get_proxy_target() non-staticBrian Paul2012-09-111-6/+6
* mesa: fix per-level max texture size error checkingBrian Paul2012-09-051-15/+21
* mesa: s/MALLOC/malloc/Brian Paul2012-09-011-1/+1
* mesa: Do something sensible when on-line compression is requested but not pos...Ian Romanick2012-08-291-0/+31
* mesa: Disallow alpha, luminance, and LA textures in core contextIan Romanick2012-08-291-4/+6
* mesa: Expose texture buffer objects when the context is GL 3.1 core.Eric Anholt2012-08-291-5/+7
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-241-2/+3
* main: fix ES compile breakageBrian Paul2012-08-241-1/+1
* mesa: code movement in teximage.cBrian Paul2012-08-241-204/+198
* mesa: consolidate glTexImage and glCompressedTexImage codeBrian Paul2012-08-241-203/+138
* mesa: make glTexImage, glCompressedTexImage proxy code more alikeBrian Paul2012-08-241-35/+42
* mesa: rename texpal.[ch] to texcompress_cpal.[ch]Brian Paul2012-08-241-1/+1
* mesa: make _mesa_get_proxy_tex_image() staticBrian Paul2012-08-241-5/+8
* mesa: don't clear proxy image fields when regular GL error is generatedBrian Paul2012-08-241-11/+33
* mesa: fix glTexImage proxy texture error generationBrian Paul2012-08-241-52/+43
* mesa/es: Validate glCompressedTexSubImage internalFormat in Mesa code rather ...Ian Romanick2012-08-231-0/+10
* mesa/es: Validate glCopyTexImage internalFormat in Mesa code rather than the ...Ian Romanick2012-08-231-0/+18