summaryrefslogtreecommitdiff
path: root/src/mesa/main/texparam.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-10-01ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODEIan Romanick1-1/+2
2010-10-01ARB_texture_rg: Add GL_TEXTURE_{RED,GREEN}_SIZE query supportIan Romanick1-0/+10
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick1-22/+6
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-1/+1
2010-03-30mesa: Add missing features.Chia-I Wu1-4/+4
2010-03-20mesa: added GL3 query for GL_TEXTURE_SHARED_SIZEBrian Paul1-0/+12
2010-02-03mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul1-2/+2
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-17mesa: Remove unnecessary header from texparam.c.Vinson Lee1-1/+0
2010-01-04mesa: added _mesa_[Get]TexParameterI[u]iv() functionsBrian Paul1-1/+116
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul1-12/+9
2010-01-04mesa: use get_texobj() in _mesa_GetTexParameter() funcsBrian Paul1-35/+16
2010-01-04mesa: add missing _mesa_lock_texture() callBrian Paul1-0/+1
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