summaryrefslogtreecommitdiff
path: root/src/mesa/main/texparam.c
AgeCommit message (Expand)Author
2010-02-03mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-17mesa: Remove unnecessary header from texparam.c.Vinson Lee
2010-01-04mesa: added _mesa_[Get]TexParameterI[u]iv() functionsBrian Paul
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
2010-01-04mesa: use get_texobj() in _mesa_GetTexParameter() funcsBrian Paul
2010-01-04mesa: add missing _mesa_lock_texture() callBrian Paul
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-10mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.Vinson Lee
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameteri.Vinson Lee
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameteri.Vinson Lee
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameterfv.Vinson Lee
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-11-02mesa: added commentBrian Paul
2009-10-29mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-24mesa: remove _mesa_compressed_texture_size()Brian Paul
2009-10-23mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formatsBrian 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: fix GL_TEXTURE_LUMINANCE_SIZE queryBrian Paul
2009-09-27mesa: use more mesa format functionsBrian Paul
2009-09-27mesa: use _mesa_get_format_bits()Brian Paul
2009-09-15Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-11mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errorsVinson Lee
2009-08-13mesa: rework error check in glGetTexLevelParameter(), remove tex_image_dimens...Brian Paul
2009-08-13mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul
2009-06-29mesa: check for ARB_framebuffer_object for GL_TEXTURE_STENCIL_SIZE_EXT queryBrian Paul
2009-05-07mesa: limit number of error raised by invalid GL_TEXTURE_MAX_ANISOTROPY_EXTBrian Paul
2009-04-23mesa: more informative error messagesBrian Paul
2009-04-02mesa: fix TexParameter functionsRoland Scheidegger
2009-04-01mesa: get rid of gl_texture_object::_BorderChanBrian Paul
2009-02-21mesa: use an array for current texture objectsBrian Paul
2009-02-09mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state changeBrian Paul
2009-02-09mesa: add no-change testing for a few more texture parametersBrian Paul
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
2009-01-28mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul
2009-01-28mesa: additional GL_INVALID_OPERATION tests for texture swizzleBrian Paul
2009-01-28mesa: set/get new state for GL_EXT_texture_swizzleBrian Paul
2009-01-27mesa: refactor glTexParameter codeBrian Paul
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick
2008-09-26mesa: fix param indexingBrad King
2008-09-21mesa: texture crop rect stateBrian Paul
2008-09-21mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul
2008-09-21mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul