aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_texture.c
Commit message (Expand)AuthorAgeFilesLines
* also check for texture border in sample_linear_2d()Brian Paul2005-08-251-2/+3
* Redo all the GL_LINEAR interpolation code in terms of LERP macros/functions.Brian Paul2005-06-301-208/+236
* Fix some warningsAlan Hourihane2004-12-021-5/+0
* tweak texcoord for sampling texture rectangles (Dave Reveman)Brian Paul2004-09-131-22/+13
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-1/+29
* fix minor typo in commentBrian Paul2004-06-111-1/+1
* Check for NULL texture object when choosing texture sampler. Fixes segfault ...Brian Paul2004-06-021-92/+98
* Added big-endian texture formats.Brian Paul2004-05-121-105/+0
* fix rectangle texture clamping and border-related codeBrian Paul2004-05-061-23/+72
* move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan()Brian Paul2004-02-281-272/+2
* replace color table FloatTable boolean with Type enumBrian Paul2004-02-281-8/+9
* Refactor "class" texture environments to be implemented in terms ofIan Romanick2004-02-061-90/+25
* fixed a bug in GL_NEAREST samplerDaniel Borca2004-02-021-6/+18
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-62/+62
* Initial support for floating point and signed texture formats.Brian Paul2004-01-231-35/+35
* don't use color table's format to determine texture env functionsBrian Paul2003-10-111-3/+0
* Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick2003-09-021-4/+31
* s/GLuint/GLint/Brian Paul2003-08-291-1/+1
* Move clamping of texture LOD bias to texture application time.Brian Paul2003-08-281-1/+4
* Added OpenGL 1.4's per-texture LOD bias.Brian Paul2003-08-281-2/+2
* if texture color table is enabled, use the color table's format to evaluate t...Brian Paul2003-07-241-0/+3
* fix GL_SGI_texture_colortable bugsBrian Paul2003-07-231-6/+6
* Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul2003-07-031-12/+44
* fix depth texture tex env bug (#719903)Brian Paul2003-04-141-4/+4
* fix GLchan=GLfloat problemsBrian Paul2003-03-041-13/+31
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-3/+2
* fix compilation warnings on WindowsKarl Schultz2003-02-271-22/+22
* Move span stuff from swrast.h to s_context.h (it's private).Brian Paul2003-02-231-140/+138
* replace | with & (Laurent Desnogues)Brian Paul2003-02-061-4/+4
* Make GL_SGI_texture_color_table work per-texture unit.Brian Paul2003-01-261-176/+186
* GL_SGI_texture_color_table extension (Eric Plante)Brian Paul2003-01-211-1/+251
* GL_ATI_texture_env_combine3 extensionBrian Paul2003-01-211-81/+293
* apply scale factor before clapping for DOT3Brian Paul2002-11-121-5/+6
* Add casts to quiet compiler warnings.Karl Schultz2002-10-281-6/+6
* Header file clean-up:Brian Paul2002-10-241-2/+2
* GL_ATI_texture_mirror_once extension (Ian Romanick)Brian Paul2002-10-211-2/+50
* Add casts to quiet compiler warnings.Karl Schultz2002-10-181-6/+10
* fix bug in GL_MIRRORED_REPEAT_ARB (Ian Romanick)Brian Paul2002-10-181-1/+2
* remove const storage class specifier for the decl of a var that isn'tKarl Schultz2002-10-041-2/+2
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-20/+24
* merge gl_texture_image RowStride from DRI 4.0.4Brian Paul2002-09-231-3/+5
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-211-2/+3
* struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul2002-08-071-7/+7
* fix CHAN_TYPE==GL_FLOAT compile problemBrian Paul2002-06-261-3/+5
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-10/+206
* Implemented GL_ARB_texture_env_crossbar.Brian Paul2002-05-021-111/+138
* casts to fix GLint/GLuint mismatchesBrian Paul2002-04-191-2/+2
* fixes for corrected GL_DOT3_RGB[A]_EXT token valuesBrian Paul2002-04-121-7/+32
* Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul2002-04-121-24/+21
* Texture combine alpha subtraction was wrong. Fixed 16-bit channel glitchesBrian Paul2002-04-041-8/+18