summaryrefslogtreecommitdiff
path: root/src/mesa/main/texparam.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul1-7/+18
2009-12-10mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.Vinson Lee1-2/+4
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameteri.Vinson Lee1-1/+6
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameteri.Vinson Lee1-2/+4
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameterfv.Vinson Lee1-2/+4
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee1-2/+7
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee1-2/+4
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee1-2/+7
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee1-2/+4
2009-11-02mesa: added commentBrian Paul1-0/+2
2009-10-29mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu1-1/+1
2009-10-28Merge branch 'texformat-rework'Brian Paul1-42/+46
2009-10-24mesa: remove _mesa_compressed_texture_size()Brian Paul1-6/+2
2009-10-23mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formatsBrian Paul1-1/+9
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul1-2/+2
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-1/+1
2009-09-27mesa: fix GL_TEXTURE_LUMINANCE_SIZE queryBrian Paul1-1/+1
2009-09-27mesa: use more mesa format functionsBrian Paul1-19/+29
2009-09-27mesa: use _mesa_get_format_bits()Brian Paul1-24/+23
2009-09-15Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul1-3/+3
2009-09-11mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errorsVinson Lee1-3/+3
2009-08-13mesa: rework error check in glGetTexLevelParameter(), remove tex_image_dimens...Brian Paul1-47/+2
2009-08-13mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul1-4/+5
2009-06-29mesa: check for ARB_framebuffer_object for GL_TEXTURE_STENCIL_SIZE_EXT queryBrian Paul1-1/+2
2009-05-07mesa: limit number of error raised by invalid GL_TEXTURE_MAX_ANISOTROPY_EXTBrian Paul1-2/+4
2009-04-23mesa: more informative error messagesBrian Paul1-6/+10
2009-04-02mesa: fix TexParameter functionsRoland Scheidegger1-62/+86
2009-04-01mesa: get rid of gl_texture_object::_BorderChanBrian Paul1-4/+0
2009-02-21mesa: use an array for current texture objectsBrian Paul1-7/+7
2009-02-09mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state changeBrian Paul1-31/+37
2009-02-09mesa: add no-change testing for a few more texture parametersBrian Paul1-8/+20
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick1-25/+13
2009-01-28mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul1-70/+12
2009-01-28mesa: additional GL_INVALID_OPERATION tests for texture swizzleBrian Paul1-2/+7
2009-01-28mesa: set/get new state for GL_EXT_texture_swizzleBrian Paul1-34/+185
2009-01-27mesa: refactor glTexParameter codeBrian Paul1-347/+480
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick1-2/+1
2008-09-26mesa: fix param indexingBrad King1-6/+6
2008-09-21mesa: texture crop rect stateBrian Paul1-0/+30
2008-09-21mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul1-3/+0
2008-09-21mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul1-0/+1039