aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texgetimage.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: rework error checking code for glGetCompressedTexImage()Brian Paul2009-10-231-48/+122
| | | | | | Do all error checking in new getcompressedteximage_error_check() func. Move some additional PBO checks out of the driver fallbacks into the error checking functions.
* mesa: if maxLevels==0, target is invalidBrian Paul2009-08-131-1/+4
|
* mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul2009-08-131-15/+4
|
* mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.cBrian Paul2009-08-131-0/+232
| | | | All the glGetTexImage code is in one file now.
* mesa: use _mesa_is_bufferobj()Brian Paul2009-08-121-4/+5
|
* mesa: Use appropriate float/integer types.José Fonseca2009-06-151-1/+1
|
* mesa: Use type modifier for float constants.José Fonseca2009-06-151-2/+2
|
* mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul2009-04-031-0/+356