summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
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
2000-12-09set default table size to 0, minor error check fixBrian Paul
2000-12-09initialize convolution filters to zeroBrian Paul
2000-12-09added queries for convolution enablesBrian Paul
2000-12-09added GL_RESCALE_NORMAL casesBrian Paul
2000-12-08more detailed texture error messagesBrian Paul
2000-12-08Initial work on GL_MESA_sprite_point extension.Brian Paul
2000-11-28Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul
2000-11-27Set ENABLE_LIGHT according to ctx->Light.Enabled whether or notBrian Paul
2000-11-27Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul
2000-11-27map glIndex* functions to glIndexi() (glIndexub was looping back to glIndexub)Brian Paul
2000-11-24Fixed a couple of bugs that crept into last commitKeith Whitwell
2000-11-24 Committing in .Jouk Jansen
2000-11-24New files...Keith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-23More auto* build system updatesJon Taylor
2000-11-22 Modified Files:Jouk Jansen