summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2000-07-20fix for eval regressionmesa_3_2_1Keith Whitwell1-5/+6
2000-07-19initialize GenBit[STRQ] in init_texture_unit()Brian Paul1-1/+6
2000-07-19restore driver depth test enable/disable state in PopAttrib()Brian Paul1-3/+6
2000-07-19updated version numberBrian Paul1-2/+2
2000-07-18changed version string to 3.2.1Brian Paul1-2/+2
2000-07-18fix aa point sampling offsetBrian Paul1-49/+43
2000-07-18clamp max in GL_RETURN setupBrian Paul1-5/+4
2000-07-18changed version string to 3.2.1Brian Paul1-3/+3
2000-07-17Clean up lerping shine table lookup.Keith Whitwell2-372/+198
2000-07-14updated version and copyright dateBrian Paul2-6/+6
2000-07-14removed references to fx_regoff.h and fx_gen_regoff.cBrian Paul2-12/+4
2000-07-13fix divide by zero problem in compute_shine_table()Brian Paul1-2/+5
2000-07-13Two new, more accurate methods for computing shine values.Keith Whitwell2-9/+15
2000-07-12Use 3.0 style on-the-fly computation of shine table values.Keith Whitwell3-8/+18
2000-07-11allocate 1-larger knot array in explode_knot() (Mesa bug 104881)Brian Paul1-2/+2
2000-07-11updated for old tessellator, GLU 1.1 versioningBrian Paul4-48/+16
2000-07-11needed for old tessellatorBrian Paul2-0/+1345
2000-07-11Restored old polygon tessellator code (GLU 1.1). Ran indent on all files.Brian Paul14-5714/+4757
2000-07-10Special case shine table construction to sample the [0,1) element at zero.Keith Whitwell1-2/+4
2000-07-10Fix for miscolored rects in display listsKeith Whitwell1-5/+3
2000-07-07Initialize shine tables from the center of each table element.Keith Whitwell1-13/+7
2000-07-06changed MAX_WIDTH to 2048Brian Paul1-14/+24
2000-06-30NeedEyeCoords if non-uniform scale transformBrian Paul1-3/+7
2000-06-29fixed GL_ONE_MINUS_CONSTANT_ALPHA bug (geza)Brian Paul1-3/+3
2000-06-29don't add light's ambient color to BaseColor in gl_update_lighting()Brian Paul1-4/+3
2000-06-27backport of lighting and material bug fixes from 3.3Brian Paul3-134/+142
2000-06-27another patch for win32 joysticksBrian Paul1-0/+4
2000-06-24Bugfixes for colormaterial, polygon clipping in GL_LINE modeKeith Whitwell1-2/+2
2000-06-23fixed ColorMask test in update_rasterflags()Brian Paul1-2/+2
2000-06-23applied joystick patch from Michael ChampignyBrian Paul1-13/+12
2000-06-19check for special cases of value = 0 or 1 in glAccumBrian Paul1-3/+6
2000-06-16replaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadMipMapLevel() to work-a...Brian Paul1-1/+1
2000-06-15added Motif info messageBrian Paul1-1/+10
2000-06-08added GL_EXT_packed_pixels extension, subset of GL 1.2Brian Paul1-1/+2
2000-06-05added make rules for SVGA driver filesBrian Paul2-2/+22
2000-06-05added missing GL_BGRA caseBrian Paul1-1/+2
2000-06-05added ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() in gl_Fogfv()Brian Paul1-1/+3
2000-05-26changed bug report address in gl_problem()Brian Paul1-2/+2
2000-05-20update for glide3Brian Paul1-2/+15
2000-05-05added check for tmuRam==4 for Voodoo2 (Bernd)Brian Paul1-1/+2
2000-04-24removed beta from version stringBrian Paul1-3/+3
2000-04-24removed beta from version stringBrian Paul2-4/+4
2000-04-19Always use smooth shaded triangles, emulating flat ones by emittingKeith Whitwell1-15/+16
2000-04-17fix andreas' clipping problemKeith Whitwell1-2/+4
2000-04-15silenced some warningsBrian Paul2-4/+4
2000-04-14applied Bernd's changes to useBGR codeBrian Paul1-20/+57
2000-04-13applied Keith's fix for the Loki ice bugBrian Paul1-7/+4
2000-04-11added clipping to depth span read functionsBrian Paul1-1/+54
2000-04-11added clipping to span readingBrian Paul1-17/+73
2000-04-06added CONCAT macro in NASM/MASM sectionHolger Waechtler1-4/+3