summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add missing format specifiers in error strings.Vinson Lee2010-04-151-13/+13
* mesa: Add OES_EGL_image to extension list.Chia-I Wu2010-04-061-0/+6
* mesa: Fix SCons build.Vinson Lee2010-02-241-2/+2
* core: Implement GL_OES_EGL_image entry pointsKristian Høgsberg2010-02-241-0/+41
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-2/+2
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-5/+5
* mesa: fix int/uint comparison warningsBrian Paul2010-01-271-6/+6
* mesa: Remove unnecessary header from teximage.c.Vinson Lee2010-01-171-1/+0
* mesa: added another check in check_gen_mipmap()Brian Paul2009-11-161-1/+3
* mesa: make _mesa_get_current_tex_objec() publicBrian Paul2009-11-021-31/+30
* mesa: better error messageBrian Paul2009-10-301-2/+2
* mesa: move, clean-up _mesa_print_texture()Brian Paul2009-10-291-57/+0
* mesa: fix some tests in subtexture_error_check2()Brian Paul2009-10-291-23/+22
* Merge branch 'texformat-rework'Brian Paul2009-10-281-24/+110
|\
| * mesa: choose texture format in core mesa, not driversBrian Paul2009-10-251-0/+48
| * mesa: fix-up error checking related to compressed texture block sizeBrian Paul2009-10-251-5/+17
| * mesa: clean-up, simplify compressed texture size checkingBrian Paul2009-10-251-4/+16
| * mesa: don't include texformat.hBrian Paul2009-10-051-1/+0
| * mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul2009-10-051-0/+20
| * mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-011-3/+0
| * mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-4/+2
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-7/+7
* | mesa: consolidate _mesa_CompressedTexSubImage[123]DARB() functionsBrian Paul2009-10-271-96/+56
* | mesa: consolidate CompressedTexSubImage1/2/3DARB() error checkingBrian Paul2009-10-271-28/+58
* | mesa: simplify teximage code with get_current_tex_object()Brian Paul2009-10-271-60/+38
|/
* mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu2009-09-241-2/+0
* mesa: add some debug info to teximage.cMaciej Cencora2009-09-211-0/+87
* mesa: move generate mipmap callsBrian Paul2009-09-151-3/+63
* mesa: remove last of gotosBrian Paul2009-09-151-62/+62
* mesa: more goto removalBrian Paul2009-09-151-142/+129
* mesa: remove some gotosBrian Paul2009-09-151-105/+96
* mesa: add extension checks in _mesa_max_texture_levels()Brian Paul2009-08-131-6/+9
* mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul2009-08-131-32/+20
* mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul2009-08-131-205/+2
* mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.cBrian Paul2009-08-131-234/+18
* mesa: use _mesa_is_bufferobj()Brian Paul2009-08-121-1/+1
* mesa/main: Add functions to clear and dirty texture objects.Chia-I Wu2009-08-051-0/+17
* mesa: more glGetTexImage() error checking consolidation, new assertionBrian Paul2009-08-041-8/+12
* mesa: re-enable _mesa_source_buffer_exists() callBrian Paul2009-07-301-2/+2
* mesa: get_current_tex_unit() helper functionBrian Paul2009-07-301-23/+35
* mesa: refactor glGetTexImage error checking codeBrian Paul2009-07-301-86/+108
* mesa: simplify _mesa_select_tex_image()Brian Paul2009-07-301-55/+9
* mesa: simplify _mesa_set_tex_image()Brian Paul2009-07-301-29/+6
* Always free image offsets memory when re-initializing texture image fields.Michel Dänzer2009-06-191-0/+2
* mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul2009-05-011-5/+16
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-281-0/+13
* mesa: update/fix doxygen commentsVinson Lee2009-03-171-4/+3
* mesa: override_internal_format() function for debug/test purposes (disabled)Brian Paul2009-03-121-0/+49
* mesa: improve some error messagesBrian Paul2009-03-121-3/+6
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-1/+38