summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2001-02-05replaced frustrum with frustumBrian Paul
2001-02-05 Committing in .Jouk Jansen
2001-02-03Some more work on interal debugging, timing routines for things thatGareth Hughes
2001-01-31 Committing in .Jouk Jansen
2001-01-30added packed types to glGetMinMax and glGetHistogram error checksBrian Paul
2001-01-29GL_SHADE_MODEL wasn't popped correctlyBrian Paul
2001-01-29removed unused varsBrian Paul
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-24redo _mesa_PopAttrib() to call Mesa state functions so derived state is updatedBrian Paul
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-23fixed glTexSubImage error check bug #128775Brian Paul
2001-01-17Fixes for performance bug on compiled array element paths.Keith Whitwell
2001-01-14Fixed conform feedback and drawelements tests.Keith Whitwell
2001-01-13fix conform dlist testKeith Whitwell
2001-01-13Fix crash in book/stencil.Keith Whitwell
2001-01-09Added PointSize and PointParametersfv to dd interface, for completeness.Brian Paul
2001-01-08Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell
2001-01-08Still need 'DD_TRI_CULL_FRONT_BACK'Keith Whitwell
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2001-01-06Implementation of GL_EXT_texture_env_dot3.Gareth Hughes
2001-01-05 Committing in .Jouk Jansen
2001-01-05various compilation/warning fixesKeith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2001-01-04added underflow check in validate_shine_table()Brian Paul
2001-01-03More color macro clean-ups.Brian Paul
2001-01-03minor clean-upBrian Paul
2001-01-02missed a few color macro changesBrian Paul
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2001-01-02include state.hBrian Paul
2001-01-02 Committing in .Jouk Jansen
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell
2000-12-28try and force a log messageKeith Whitwell
2000-12-28try and force a log messageKeith Whitwell
2000-12-28try and force a log messageKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27fix demos/fire, enable lazy vertex flushingKeith Whitwell
2000-12-26fix xscreensaver coresKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-16set visual->MRD to 2.0Brian Paul
2000-12-16Polygon._OffsetAny wasn't being computedBrian Paul
2000-12-14Renamed texture object _P to _MaxLevel and _M to _MaxLambda.Brian Paul
2000-12-13fixed conformance problems in min/max and histogram result packingBrian Paul
2000-12-13improved precision of glReadPixels for colorbuffers < 24bppBrian Paul
2000-12-10generate GL_INVALID_OPERATION error for bad image format/type combinationsBrian Paul
2000-12-09adjust texture size for convolution in glCopyTex[Sub]Image[123]D()Brian Paul