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