summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2002-01-21Klaus's latest patches and some clean-upBrian Paul12-173/+384
2002-01-16changed PB (pixel buffer) to use texcoord[4] arrayBrian Paul2-48/+56
2002-01-16set PB->haveSpec in line functions that emit specular colorBrian Paul1-1/+3
2002-01-16added another test in regions_overlap() (Klaus)Brian Paul1-3/+6
2002-01-16latest changes from KlausBrian Paul3-12/+149
2002-01-16Fixes for 24-bit Windows devices. The old code was trying to do 3-byteKarl Schultz1-5/+11
2002-01-15added some missing error checksBrian Paul2-6/+20
2002-01-15Fixed Windows compile problem with gl__unused413() function.Brian Paul2-3/+3
2002-01-15Correct typo (vpstate.c) so that makefile works.Karl Schultz1-1/+1
2002-01-15Remove phantom tab on a blank line to allow compile on IRIX.Karl Schultz2-4/+4
2002-01-15removed api_compat stuffBrian Paul1-4/+3
2002-01-15Fixed pixel color component problem and clear code for 24-bit WindowsKarl Schultz2-159/+179
2002-01-15Remove trailing CR's. No logical changes.Karl Schultz1-478/+487
2002-01-14remove api_compat.cBrian Paul2-4/+2
2002-01-14Removed api_compat stuff, there's a better way.Brian Paul2-36/+90
2002-01-14oops, missed vpstate.cBrian Paul1-0/+1
2002-01-14added vertex program sourcesBrian Paul1-0/+3
2002-01-12don't apply scissor box in read_fast_rgba_pixels()Brian Paul1-15/+15
2002-01-12added some commentsBrian Paul1-1/+3
2002-01-12updated some commentsBrian Paul1-6/+6
2002-01-12set _NeedEyeCoords to zero if vertex program is enabledBrian Paul1-1/+8
2002-01-11Changed gl_client_array's Enabled field to GLuint so it can actuallyBrian Paul1-11/+11
2002-01-11Moved _mesa_VertexAttribPointerNV into varray.c.Brian Paul3-84/+153
2002-01-10Klaus's latest patches: change texcoord[3] to texcoord[4] everywhereBrian Paul11-132/+89
2002-01-10init whole immediate struct to zeroBrian Paul1-11/+2
2002-01-09fixed int->float conversion bug in _mesa_TexEnviv()Brian Paul1-6/+12
2002-01-09fixed GL_REPLACE / GL_RGB bugBrian Paul1-2/+7
2002-01-09texture env color wasn't used correctly in GL_BLEND modeBrian Paul1-15/+15
2002-01-08compile with -DNDEBUGBrian Paul1-6/+5
2002-01-08work-around for QNX compiler problemBrian Paul1-7/+9
2002-01-06implemented vertex program point size controlBrian Paul6-15/+28
2002-01-06Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul10-156/+107
2002-01-05minor clean-upsBrian Paul1-12/+14
2002-01-05infrastructure for vertex program attribute evaluatorsBrian Paul5-833/+304
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul23-1101/+551
2002-01-05comments, clean-ups, added lots of const qualifiersBrian Paul1-53/+78
2002-01-05comments, clean-ups, added lots of const qualifiersBrian Paul1-47/+54
2002-01-04fix bug 498555 - test for __GNUC__Brian Paul1-2/+2
2002-01-03regenerated from updated glsparcasm.py scriptBrian Paul1-1499/+1496
2002-01-03don't use macros, just expand them in-lineBrian Paul1-7/+4
2001-12-28Remove warnings about the difference between function pointers andGareth Hughes1-72/+75
2001-12-21add _compat_VertexAttrib4fNVKeith Whitwell1-1/+2
2001-12-20Define finite as _finite for Windows.Karl Schultz1-1/+2
2001-12-20Further help with dri libGL version skewKeith Whitwell5-71/+73
2001-12-20Fix clipping problem on mgaKeith Whitwell1-3/+3
2001-12-19some display list support for vertex program extensionBrian Paul1-9/+174
2001-12-19fix a comment typoBrian Paul1-2/+2
2001-12-19have to clamp color+specular in _swrast_add_spec_terms_triangle()! (fixes Chi...Brian Paul1-5/+38
2001-12-19remove some cruftBrian Paul1-8/+1
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul24-463/+334