summaryrefslogtreecommitdiff
path: root/src/mesa/main/texgetimage.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-12-23mesa: implement new texture format L16Marek Olšák1-0/+5
2010-12-23mesa: implement new texture format A16Marek Olšák1-0/+5
2010-12-02mesa: replace large/MAX_WIDTH stack allocations with heap allocationsBrian Paul1-3/+24
2010-10-23mesa: split up the image.c fileBrian Paul1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-12/+12
2010-05-13mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt1-1/+1
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-3/+3
2010-02-13mesa: Fix compiler warningsKarl Schultz1-2/+2
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-2/+0
2010-01-18mesa: Remove unnecessary headers from texgetimage.c.Vinson Lee1-2/+0
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu1-7/+24
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul1-1/+1
2009-12-29mesa: Initialize variable in get_tex_color_index.Vinson Lee1-1/+1
2009-11-24mesa: Fix pointer arithmetic.Michal Krol1-1/+3
2009-11-21mesa: handle different RowStride in _mesa_get_compressed_teximageRoland Scheidegger1-6/+21
2009-11-06mesa/main: linear_to_nonlinear is not always available.Chia-I Wu1-24/+38
2009-11-02mesa: use _mesa_get_current_tex_object()Brian Paul1-13/+4
2009-10-30mesa: fix inverted buffer object testBrian Paul1-1/+1
2009-10-29mesa: lift memcpy_get_tex_image() code from intel driver into core MesaBrian Paul1-1/+83
2009-10-29mesa: refactor _mesa_get_teximage() codeBrian Paul1-158/+302
2009-10-29mesa: consolidate some code in _mesa_GetCompressedTexImageARB()Brian Paul1-6/+2
2009-10-29mesa: move pixels==NULL check in glGetTexImage()Brian Paul1-9/+10
2009-10-29mesa: consolidate some code in _mesa_GetTexImage()Brian Paul1-6/+2
2009-10-29mesa: remove unneedded is_srgb_teximage() functionBrian Paul1-24/+2
2009-10-28Merge branch 'texformat-rework'Brian Paul1-28/+39
2009-10-24mesa: remove _mesa_compressed_texture_size()Brian Paul1-6/+4
2009-10-23mesa: rework error checking code for glGetCompressedTexImage()Brian Paul1-48/+122
2009-10-05mesa: don't include texformat.hBrian Paul1-1/+1
2009-10-01mesa: reformattingBrian Paul1-6/+6
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul1-1/+1
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-7/+7
2009-09-27mesa: use more format helper functionsBrian Paul1-12/+18
2009-08-13mesa: if maxLevels==0, target is invalidBrian Paul1-1/+4
2009-08-13mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul1-15/+4
2009-08-13mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.cBrian Paul1-0/+232
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul1-4/+5
2009-11-27mesa: Avoid void pointer arithmetic.José Fonseca1-1/+2
2009-06-15mesa: Use appropriate float/integer types.José Fonseca1-1/+1
2009-06-15mesa: Use type modifier for float constants.José Fonseca1-2/+2
2009-04-03mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul1-0/+356