summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-07-01 Committing in .Jouk Jansen
2002-06-30Added divide by zero check (Jon Perry). Remove dead vars. Fix indentation.Brian Paul
2002-06-30CHAN_TYPE==GL_FLOAT clamping. call _tnl_MakeCurrent. (Gerk Huisma)Brian Paul
2002-06-30blending fixes for CHAN_TYPE==GL_FLOAT (Gerk Huisma)Brian Paul
2002-06-30added unofficial dispatch offsets for GL_EXT_multi_draw_arrays functionsBrian Paul
2002-06-30Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul
2002-06-29indentation fixBrian Paul
2002-06-29prep for OpenGL 1.4 feature setBrian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-06-26fix CHAN_TYPE==GL_FLOAT compile problemBrian Paul
2002-06-25removed extra right-parenBrian Paul
2002-06-25FRONT_AND_BACK cullingKeith Whitwell
2002-06-25finish-up vertex program evaluatorsBrian Paul
2002-06-25remove an unneeded statement in update_polygon(), added a commentBrian Paul
2002-06-23fix problems in _mesa_debug/printf()Brian Paul
2002-06-23added some _mesa_debug() callsBrian Paul
2002-06-23checkpoint: updates for NV_vertex_program evaluators - a bit more left to doBrian Paul
2002-06-23set stage->inputs properly (I think), plus debug/comment updatesBrian Paul
2002-06-23added support for NV_vertex_program evaluatorsBrian Paul
2002-06-23Added new bitfields to tnl_eval_store for NV_vertex_program evaluatorsBrian Paul
2002-06-19put XSync in get_buffer_size(), plus clean-upBrian Paul
2002-06-18Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).Brian Paul
2002-06-18 Committing in .Jouk Jansen
2002-06-17new fix for initial window size problemBrian Paul
2002-06-17Port glXCopyContext bug from 4.0 branch.Brian Paul
2002-06-16Fix glXCopyContext bugBrian Paul
2002-06-16fix a commentBrian Paul
2002-06-16fixed window size initialization bugBrian Paul
2002-06-16added a commentBrian Paul
2002-06-16added some bracesBrian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-06-15#ifdef-out unused big-endian texel fetch functionsBrian Paul
2002-06-15added missing ctx parameter to _mesa_debug() callsBrian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13 Committing in .Jouk Jansen
2002-06-13 Committing in .Jouk Jansen
2002-06-13more removal of fprintf() callsBrian Paul
2002-06-13fixed a couple dumb mistakesBrian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-06-12Moved big/little endian code to glheader.h.Brian Paul
2002-06-11Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)Brian Paul
2002-06-10GGI driver updates (Filip Spacek)Brian Paul
2002-06-08added missing texture cube map targetsBrian Paul
2002-06-07fixed point sprite bugBrian Paul
2002-06-06replaced hard-coded 4 with NUM_TEXTURE_TARGETSBrian Paul
2002-06-06replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANYBrian Paul
2002-06-06NASM fix for *_CONTENT() macros (Josh Vanderhoof)Brian Paul
2002-06-05more big-endian tweaksBrian Paul
2002-06-04use CONTENT() macro on line 205 (Josh Vanderhoof)Brian Paul