summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* 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/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
* mesa: use an array for current texture objectsBrian Paul2009-02-211-7/+7
* Merge commit 'origin/gallium-master-merge'Brian Paul2009-02-101-6/+17
|\
| * mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-6/+17
| |\
| | * Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-111-18/+18
| | |\
| | * \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-10-271-59/+67
| | |\ \
| | * \ \ Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-10-101-10/+8
| | |\ \ \
| | * \ \ \ Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-21/+73
| | |\ \ \ \
| | | * | | | mesa: Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian Paul2008-07-041-29/+29
| | | * | | | mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-101-1/+20
| | | * | | | Fix some PBO breakage.Brian2008-03-211-3/+0
| | | * | | | fix Height2/Depth2 init problem when using texture bordersBrian2008-03-101-6/+17
| | | * | | | added _mesa_tex_target_to_face()Brian2008-02-111-7/+13
| | | * | | | Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian2007-09-261-7/+23
* | | | | | | mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...Brian Paul2009-02-101-11/+11
|/ / / / / /
* | | | | | mesa: minor error msg improvementBrian Paul2009-02-041-1/+2
* | | | | | mesa: simplify the _mesa_get_proxy_tex_image() functionBrian Paul2009-01-301-85/+30
* | | | | | mesa: fix incorrect call to clear_teximage_fields() in _mesa_TexImage2D()Brian Paul2009-01-301-1/+1
* | | | | | mesa: fix a render to texture FBO validation bugBrian Paul2009-01-291-10/+45
* | | | | | Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-17/+15
| |_|_|_|/ |/| | | |
* | | | | mesa: new _mesa_is_pow_two() functionBrian2008-11-101-18/+18
| |_|_|/ |/| | |
* | | | mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D()Brian Paul2008-10-221-15/+21