summaryrefslogtreecommitdiff
path: root/src/mesa/main/texparam.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-12mesa: add cast to silence MSVC warningBrian Paul1-1/+1
2013-06-28mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick1-9/+3
2013-06-28mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...Ian Romanick1-2/+2
2013-06-28mesa: GL_ARB_texture_storage is not optionalIan Romanick1-4/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-04-06mesa: don't set _ClampFragmentColor to TRUE if it has no effectMarek Olšák1-1/+2
2013-03-31mesa: allow multisample texture targets in [Get]TexParameter*Chris Forbes1-1/+87
2013-03-21mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.Matt Turner1-0/+12
2013-03-02mesa: add texobj support for ARB_texture_multisampleChris Forbes1-0/+16
2013-02-25mesa: add missing case in _mesa_GetTexParameterfv()Tapani Pälli1-0/+6
2013-01-30mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller1-0/+12
2013-01-25mesa: add casts in _mesa_GetTexParameterfv() to silence warningsBrian Paul1-4/+4
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-11/+0
2013-01-15mesa: Round float param in glTexparameterf() to nearest integerAnuj Phogat1-9/+4
2012-12-12mesa: don't advertise ARB_texture_buffer_object in legacy contextsMarek Olšák1-1/+1
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