summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texgetimage.c
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: fix comments in getteximage_error_check()Brian Paul2011-12-241-2/+2
* mesa: move the format and type check before select_tex_image()Jian Zhao2011-12-241-6/+6
* Add mismatch check for glGetTexImage or it will return -1 and may lead to seg...Jian Zhao2011-12-141-0/+8
* mesa: handle MapTextureImage() failures in glGetTexImage codeBrian Paul2011-11-281-114/+153
* mesa: define, use _mesa_is_cube_face() in several placesBrian Paul2011-11-191-5/+4
* texgetimage: add missing return on errornobled2011-11-031-0/+1
* mesa: Don't do [0, 1] clamping on glGetTexImage() of packed float formats.Eric Anholt2011-10-281-4/+6
* mesa: fix inverted pbo test error at _mesa_GetnCompressedTexImageARBYuanhan Liu2011-10-191-1/+1
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* mesa: simplify parameters to GetTexImage() driver hookBrian Paul2011-09-301-12/+10
* mesa: Finally, convert RGBA glGetTexImage() to using MapTextureImage().Brian Paul2011-09-271-6/+38
* mesa: Convert depth glGetTexImage() to using MapTextureImage().Brian Paul2011-09-271-7/+12
* mesa: Convert depth/stencil glGetTexImage() to using MapTextureImage().Brian Paul2011-09-271-5/+13
* mesa: Switch ycbcr glGetTexImage() to using MapTextureImage().Brian Paul2011-09-271-5/+12
* mesa: Switch memcpy fast-path of glGetTexImage() to using MapTextureImage().Brian Paul2011-09-271-9/+15
* mesa: Update comments/assertions about buffer mapping for glGetTexImage().Brian Paul2011-09-271-4/+3
* mesa: Convert GetCompressedTexImage to using MapTextureImage().Brian Paul2011-09-271-7/+14
* mesa: remove unneeded #include of texfetch.hBrian Paul2011-09-081-1/+0
* mesa: use _mesa_unpack_float_z_row in get_tex_depth()Brian Paul2011-09-081-5/+7
* mesa: handle compressed images in get_tex_rgba()Brian Paul2011-09-081-58/+106
* mesa: Remove all mention of GL_COLOR_INDEX*_EXTIan Romanick2011-09-061-6/+2
* mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick2011-09-061-62/+3
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-2/+4
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-4/+2
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-4/+2
* mesa: move invariant code out of loop in get_tex_rgba()Brian Paul2011-06-131-14/+14
* mesa: fix glGetTexImage for cases when srgb decode is skippedMike Kaplinskiy2011-05-241-101/+19
* mesa: handle some srgb cases in the fast path in _mesa_get_teximageRoland Scheidegger2011-05-201-4/+7
* Squashed commit of the following:Brian Paul2011-04-261-28/+56
* Use row stride instead of width when getting colour index texels.Michel Dänzer2011-03-301-2/+3
* Use proper source row stride when getting depth/stencil texels.Michel Dänzer2011-03-301-1/+2
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* mesa: 80-column wrapBrian Paul2011-02-161-2/+2
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* mesa: implement new texture format L16Marek Olšák2010-12-231-0/+5
* mesa: implement new texture format A16Marek Olšák2010-12-231-0/+5
* mesa: replace large/MAX_WIDTH stack allocations with heap allocationsBrian Paul2010-12-021-3/+24
* mesa: split up the image.c fileBrian Paul2010-10-231-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-12/+12
* mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt2010-05-131-1/+1
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-3/+3
* mesa: Fix compiler warningsKarl Schultz2010-02-131-2/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-2/+0
|\
| * mesa: Remove unnecessary headers from texgetimage.c.Vinson Lee2010-01-181-2/+0
* | Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-121-7/+24
|\ \
| * | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-1/+1
| |\|
| | * mesa: Initialize variable in get_tex_color_index.Vinson Lee2009-12-291-1/+1
| | * mesa: Avoid void pointer arithmetic.José Fonseca2009-11-271-1/+2
| * | mesa: Fix pointer arithmetic.Michal Krol2009-11-241-1/+3
| |/