summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2002-06-25removed extra right-parenmesa_4_0_3Brian Paul1-2/+2
2002-06-25Check for GL_FRONT_AND_BACK culling before installing optimized triKeith Whitwell1-1/+5
2002-06-25Check for FRONT_AND_BACK culling before installing an optimized tri funcKeith Whitwell1-5/+7
2002-06-24Remove -Zi from CFLAGS. I probably left it in there during a debugKarl Schultz1-1/+1
2002-06-24Set global "Current" context in WMesaMakeCurrent before callingKarl Schultz1-2/+2
2002-06-24compilation fixesBrian Paul1-8/+8
2002-06-19put XSync in get_buffer_size(), plus clean-upBrian Paul1-6/+7
2002-06-17new fix for initial window size problemBrian Paul2-5/+37
2002-06-16Fix glXCopyContext bugBrian Paul1-2/+4
2002-06-16Fixed a few bugs in _mesa_copy_context() related to pointer corruption.Brian Paul6-76/+182
2002-06-16fixed window size initialization bugBrian Paul1-1/+3
2002-06-14Sync with Mesa changes in DRI trunk.Brian Paul21-183/+172
2002-06-12Moved big/little endian code to glheader.h.Brian Paul3-29/+31
2002-06-10GGI driver updates (Filip Spacek)Brian Paul6-661/+811
2002-06-08fixed two texture target error checking conditionsBrian Paul1-3/+3
2002-06-08tweaked a commentBrian Paul1-2/+2
2002-06-08added GL_TEXTURE_FILTER_CONTROL_EXT query to glGetTexEnv[if]v()Brian Paul1-336/+371
2002-06-08added missing texture cube map targetsBrian Paul1-3/+66
2002-06-06replaced hard-coded 4 with NUM_TEXTURE_TARGETSBrian Paul3-5/+7
2002-06-06replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANYBrian Paul2-9/+9
2002-06-06NASM fix for *_CONTENT() macros (Josh Vanderhoof)Brian Paul1-1/+10
2002-06-05more big-endian tweaksBrian Paul3-9/+9
2002-06-04use CONTENT() macro on line 205 (Josh Vanderhoof)Brian Paul1-4/+4
2002-06-03bring over Michel Daenzer's DRI changesBrian Paul5-64/+132
2002-05-09Fix FETCH(argb1555) mask valuesKeith Whitwell1-4/+4
2002-04-26bump version numbers to 4.0.3Brian Paul3-8/+8
2002-04-26added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameteriv()Brian Paul1-1/+7
2002-04-25added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameter (bug 548812)Brian Paul1-1/+7
2002-04-24backport array bound checking in glPixelMap() from Mesa 4.1Brian Paul1-14/+8
2002-04-24test mapsize against 1, not 0 in glPixelMap()Brian Paul1-5/+5
2002-04-24added GL_EDGE_FLAG_ARRAY_COUNT_EXT to glGetBooleanv() (Bug 548277)Brian Paul1-2/+5
2002-04-23Apply alpha buffer control fix to accum buffer too.Karl Schultz1-2/+3
2002-04-23Fix up alpha buffer handling for Windows.Karl Schultz2-6/+36
2002-04-23call _mesa_sizeof_packed_type() in _mesa_GetTexImage() (bug 547203)Brian Paul1-3/+3
2002-04-22same NULL checks for 4_0 branchAlan Hourihane1-1/+9
2002-04-20fixed Width/Height cut&paste typoBrian Paul1-3/+3
2002-04-19Correct check for noop array state change (Raystonn)Alan Hourihane1-2/+2
2002-04-19back-port new casts and C++ fixes from trunkBrian Paul14-87/+97
2002-04-17fixed problem with swap() function and GCC3 (patch 414404)Brian Paul1-13/+10
2002-04-17Disabled SPARC cliptest functions for now. See bug report 544665.Brian Paul1-4/+8
2002-04-15Build demos/samples correctly on Windows (Robert Bergkvist) to sync upKarl Schultz1-2/+2
2002-04-12Jose's latest patch (GMBT_GEOMETRIC_CORRECTION)Brian Paul1-1/+17
2002-04-12fixes for corrected GL_DOT3_RGB[A]_EXT token valuesBrian Paul2-16/+47
2002-04-10new MMX blend code (Jose Fonseca)Brian Paul2-344/+392
2002-04-09removed stray 'n' character at top of fileBrian Paul1-1/+1
2002-04-09bring in changes from dri tcl branchKeith Whitwell23-279/+1516
2002-04-08tranforming display list normals by non-uniform scale didn't work (Carlos Per...Brian Paul1-4/+14
2002-04-06Pass context pointer to _tnl_free_immediate() and don't rely on backrefBrian Paul7-31/+31
2002-04-05export another symbol for recent osmesa changes.Karl Schultz1-0/+1
2002-04-04repair Array.NewState flags (Michael Fitzpatrick)Brian Paul1-10/+10