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