summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texparam.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add missing features.Chia-I Wu2010-03-301-4/+4
* mesa: added GL3 query for GL_TEXTURE_SHARED_SIZEBrian Paul2010-03-201-0/+12
* mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul2010-02-031-2/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * mesa: Remove unnecessary header from texparam.c.Vinson Lee2010-01-171-1/+0
* | mesa: added _mesa_[Get]TexParameterI[u]iv() functionsBrian Paul2010-01-041-1/+116
* | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-12/+9
* | mesa: use get_texobj() in _mesa_GetTexParameter() funcsBrian Paul2010-01-041-35/+16
|/
* mesa: add missing _mesa_lock_texture() callBrian Paul2010-01-041-0/+1
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-111-7/+18
|\
| * mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.Vinson Lee2009-12-101-2/+4
| * mesa: Fix array out-of-bounds access by _mesa_TexParameteri.Vinson Lee2009-12-081-1/+6
| * mesa: Fix array out-of-bounds access by _mesa_TexParameteri.Vinson Lee2009-12-081-2/+4
| * mesa: Fix array out-of-bounds access by _mesa_TexParameterfv.Vinson Lee2009-12-081-2/+4
| * mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee2009-12-051-2/+7
| * mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee2009-12-051-2/+4
* | mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee2009-11-291-2/+7
* | mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee2009-11-291-2/+4
* | mesa: added commentBrian Paul2009-11-021-0/+2
* | mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu2009-10-291-1/+1
* | Merge branch 'texformat-rework'Brian Paul2009-10-281-42/+46
|\ \ | |/ |/|
| * mesa: remove _mesa_compressed_texture_size()Brian Paul2009-10-241-6/+2
| * mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-2/+2
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-1/+1
| * mesa: fix GL_TEXTURE_LUMINANCE_SIZE queryBrian Paul2009-09-271-1/+1
| * mesa: use more mesa format functionsBrian Paul2009-09-271-19/+29
| * mesa: use _mesa_get_format_bits()Brian Paul2009-09-271-24/+23
* | mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formatsBrian Paul2009-10-231-1/+9
|/
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-151-3/+3
|\
| * mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errorsVinson Lee2009-09-111-3/+3
* | mesa: rework error check in glGetTexLevelParameter(), remove tex_image_dimens...Brian Paul2009-08-131-47/+2
* | mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul2009-08-131-4/+5
* | mesa: check for ARB_framebuffer_object for GL_TEXTURE_STENCIL_SIZE_EXT queryBrian Paul2009-06-291-1/+2
* | mesa: limit number of error raised by invalid GL_TEXTURE_MAX_ANISOTROPY_EXTBrian Paul2009-05-071-2/+4
|/
* mesa: more informative error messagesBrian Paul2009-04-231-6/+10
* mesa: fix TexParameter functionsRoland Scheidegger2009-04-021-62/+86
* mesa: get rid of gl_texture_object::_BorderChanBrian Paul2009-04-011-4/+0
* mesa: use an array for current texture objectsBrian Paul2009-02-211-7/+7
* mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state changeBrian Paul2009-02-091-31/+37
* mesa: add no-change testing for a few more texture parametersBrian Paul2009-02-091-8/+20
* Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-25/+13
* mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul2009-01-281-70/+12
* mesa: additional GL_INVALID_OPERATION tests for texture swizzleBrian Paul2009-01-281-2/+7
* mesa: set/get new state for GL_EXT_texture_swizzleBrian Paul2009-01-281-34/+185
* mesa: refactor glTexParameter codeBrian Paul2009-01-271-347/+480
* Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-011-2/+1
* mesa: fix param indexingBrad King2008-09-261-6/+6
* mesa: texture crop rect stateBrian Paul2008-09-211-0/+30
* mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul2008-09-211-3/+0
* mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul2008-09-211-0/+1039