summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul2001-04-205-59/+133
* removed glext.h hacksBrian Paul2001-04-191-19/+1
* bug fixes, added missing state query casesBrian Paul2001-04-192-19/+165
* Remove values from VB->importable_data as those arrays are removedKeith Whitwell2001-04-191-2/+3
* Fix striding of color material inputs. (Fixes glean colorLitPerf)Keith Whitwell2001-04-192-30/+33
* minor optimization to dot3 computationBrian Paul2001-04-171-4/+3
* Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul2001-04-176-44/+130
* another fix in import_texcoord()Brian Paul2001-04-171-2/+2
* replaced ac->count with ac->count - ac->start in import_texcoord(), as in the...Brian Paul2001-04-171-2/+2
* fixed mis-ordered args to _math_trans_4f() in _tnl_fill_immediate_drawarrays()Brian Paul2001-04-171-2/+2
* return hex string for unknown tokens in _mesa_lookup_enum_by_nr()Brian Paul2001-04-161-2/+11
* added missing 'break' in _mesa_TexEnvfv(), better error messagesBrian Paul2001-04-161-26/+36
* added a work-around in _swrast_copy_texsubimage[123]d() to fix alpha channel ...Brian Paul2001-04-131-1/+49
* Moved FRAC macro out of mmath.h into s_texture.c since it's only used thereBrian Paul2001-04-121-12/+41
* Reimplemented glPopAttrib code for GL_TEXTURE_BIT. It now calls theBrian Paul2001-04-111-31/+157
* fixed some divide by zero conformance problemsBrian Paul2001-04-102-12/+26
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-107-89/+91
* remove a HAVE_ELTS that I'd stuck before.Alan Hourihane2001-04-091-2/+2
* Perform fixup on material valuesKeith Whitwell2001-04-095-78/+112
* fix use of projected vertices with notex vertices when DO_PTEX isn't set.Alan Hourihane2001-04-091-7/+3
* Add quad and quad_stripAlan Hourihane2001-04-071-6/+56
* add FINISH function at end of each render_* functionAlan Hourihane2001-04-062-4/+31
* replaced IntFormat GL_BGRA with GL_RGBA, fixes problems calling _mesa_base_te...Brian Paul2001-04-041-4/+4
* GL_INTENSITY case was incorrect in extract_float_rgba()Brian Paul2001-04-041-3/+2
* fixed tmpTexelSize computation bugBrian Paul2001-04-041-3/+2
* More texture image changes.Brian Paul2001-04-047-85/+260
* Updated bug report info in _mesa_problem()Brian Paul2001-04-041-2/+6
* Committing in .Jouk Jansen2001-04-041-2/+0
* another fix to clear_32bit_ximage()Brian Paul2001-04-031-2/+1
* include fxdrv.h before other headers (Ivan Kalvatchev)Brian Paul2001-04-031-1/+1
* fixed wglUseFontBitmapsA() bugs (Frank Warmerdam)Brian Paul2001-04-031-12/+10
* clear pixel value wasn't byteswapped for scissored clears in clear_32bit_xima...Brian Paul2001-04-031-8/+8
* querying proxy texture image info was segfaulting because of NULL TexFormat p...Brian Paul2001-03-301-2/+3
* add texture border width to x/y/zoffset in gl[Copy]TexSubImage*D() functions ...Brian Paul2001-03-301-1/+46
* texImage->FetchTexel wasn't getting initialized in _mesa_CopyTexImage1/2D()Brian Paul2001-03-301-1/+12
* fixed compilation problems related to ctx->_Enabled removalBrian Paul2001-03-301-4/+5
* Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes2001-03-3021-926/+558
* Fix calculation of fog coordinate in translate_vertex().Keith Whitwell2001-03-301-2/+2
* Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell2001-03-298-94/+43
* silence a compiler warningBrian Paul2001-03-291-2/+2
* Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell2001-03-296-69/+87
* Removed DD_Z_NEVER.Brian Paul2001-03-2916-107/+79
* Consolidation of asm code in 3.5Gareth Hughes2001-03-2924-251/+6977
* Make generation of matypes.h more transparent.Gareth Hughes2001-03-293-10/+13
* compilation updatesBrian Paul2001-03-282-3/+2
* adjustment to coverage sample positionsBrian Paul2001-03-282-35/+36
* - Restore texImage->IntFormat.Gareth Hughes2001-03-284-17/+20
* check for startX off the right edge of the windowBrian Paul2001-03-281-1/+7
* use Image[i]->TexFormat to check for mipmap consistencyBrian Paul2001-03-281-2/+2
* simplify test for specific texture formatsBrian Paul2001-03-281-5/+6