summaryrefslogtreecommitdiff
path: root/src/mesa/main/texparam.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-15/+15
2012-11-19mesa: Fix error code for glTexParameteri of TEXTURE_MAX_LEVEL.Kenneth Graunke1-1/+1
2012-11-09mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie1-0/+5
2012-09-20mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXTIan Romanick1-0/+12
2012-09-15mesa: remove FEATURE_OES_draw_texture define.Oliver McFadden1-10/+0
2012-08-23mesa/es: Validate glGetTexParameter pnames in Mesa code rather than the ES wr...Ian Romanick1-13/+84
2012-08-23mesa/es: Validate glTexParameter pnames in Mesa code rather than the ES wrapperIan Romanick1-11/+51
2012-08-23mesa/es: Validate glTexParameter targets in Mesa code rather than the ES wrapperIan Romanick1-8/+15
2012-08-23mesa/es: Validate GL_TEXTURE_WRAP param in Mesa code rather than the ES wrapperIan Romanick1-4/+10
2012-08-23mesa: Refactor validate_texture_wrap_mode to use a switch-statementIan Romanick1-35/+42
2012-08-18mesa: remove unused params, add const qualifiersBrian Paul1-5/+4
2012-08-18mesa: querying GL_TEXTURE_COMPRESSED_IMAGE_SIZE for a buffer obj is illegalBrian Paul1-7/+3
2012-08-17mesa: Support GL_TEXTURE_BUFFER in GetTexLevelParameter[if]v in GL 3.1+.Kenneth Graunke1-1/+127
2012-08-17mesa: Split out part of glGetTexLevelParameter into a helper function.Kenneth Graunke1-42/+52
2012-08-17mesa: Add explicit target checking to GetTexLevelParameter[if]v().Kenneth Graunke1-3/+38
2012-08-14mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick1-24/+0
2012-08-07mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt1-1/+1
2012-08-01mesa: Move DepthMode to texture objectPauli Nieminen1-4/+4
2012-07-24mesa: move more format helper functions to glformats.cBrian Paul1-1/+1
2012-03-20mesa: rework texture completeness testingBrian Paul1-4/+3
2012-03-20mesa: use _mesa_dirty_texobj() in glTexParameter codeBrian Paul1-1/+2
2012-02-12mesa/texparam: drop double semicolonsDave Airlie1-12/+12
2011-12-08mesa: remove the ctx->Driver.IsTextureResident() hookBrian Paul1-4/+2
2011-11-28mesa: move _mesa_base_format_has_channel() into image.cBrian Paul1-83/+1
2011-11-28mesa: combine GL_TEXTURE_INTENSITY/LUMINANCE_SIZE queriesBrian Paul1-17/+8
2011-11-28mesa: use _mesa_base_format_has_channel() in fbobject.c queriesBrian Paul1-4/+21
2011-11-22mesa: Don't report types for 0-sized components of textures.Eric Anholt1-50/+69
2011-11-03mesa: add support for GL_OES_EGL_image_externalChia-I Wu1-1/+19
2011-11-03mesa: clean up validate_texture_wrap_modeChia-I Wu1-15/+27
2011-11-03mesa: complete the GL_TEXTURE_SWIZZLE* setupYuanhan Liu1-0/+27
2011-11-03mesa: remove the redundant checkYuanhan Liu1-6/+5
2011-10-31mesa: glGetTexParameter support for GL_ARB_texture_storageBrian Paul1-0/+12
2011-10-01mesa: s/INLINE/inline/Brian Paul1-2/+2
2011-09-29mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick1-2/+1
2011-09-29mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick1-11/+4
2011-09-17mesa: move software texel fetch code into swrastBrian Paul1-1/+0
2011-09-17mesa: move _mesa_update_fetch_functions() calls into swrastBrian Paul1-1/+0
2011-09-06mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick1-6/+0
2011-08-04mesa: whitespace, formatting fixes in GetTexParameter() codeBrian Paul1-8/+6
2011-08-04mesa: add null ptr checks in GetTexParameterI[u]iv() functionsBrian Paul1-0/+4
2011-08-04mesa: condense GL_TEXTURE_RESIDENT query codeBrian Paul1-16/+4
2011-08-04mesa: make error handling in glGetTexParameter() a bit more conciseBrian Paul1-170/+96
2011-07-29mesa: add missing breaks for GL_TEXTURE_CUBE_MAP_SEAMLESS queriesBrian Paul1-6/+8
2011-07-28mesa: test against MESA_FORMAT_NONE in _mesa_GetTexLevelParameteriv()Brian Paul1-1/+1
2011-07-25mesa: Return the correct internal fmt when a generic compressed fmt was usedIan Romanick1-3/+17
2011-05-06mesa: implement AMD_seamless_cubemap_per_textureMarek Olšák1-0/+32
2011-04-29mesa: implement EXT_texture_shared_exponentMarek Olšák1-5/+3
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-80/+80
2011-03-29mesa: clamp texture border color if ARB_texture_float is unsupportedMarek Olšák1-4/+12
2011-03-29mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák1-4/+17