summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Added PointSize and PointParametersfv to dd interface, for completeness.Brian Paul2001-01-092-110/+146
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-082-5/+6
* Still need 'DD_TRI_CULL_FRONT_BACK'Keith Whitwell2001-01-081-3/+3
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-089-31/+32
* Implementation of GL_EXT_texture_env_dot3.Gareth Hughes2001-01-064-55/+69
* Committing in .Jouk Jansen2001-01-051-5/+1
* various compilation/warning fixesKeith Whitwell2001-01-054-8/+8
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-056-26/+30
* added underflow check in validate_shine_table()Brian Paul2001-01-041-2/+5
* More color macro clean-ups.Brian Paul2001-01-033-23/+32
* minor clean-upBrian Paul2001-01-031-24/+25
* missed a few color macro changesBrian Paul2001-01-021-8/+8
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-027-166/+109
* include state.hBrian Paul2001-01-021-2/+3
* Committing in .Jouk Jansen2001-01-022-115/+137
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-283-4/+7
* try and force a log messageKeith Whitwell2000-12-281-1/+0
* try and force a log messageKeith Whitwell2000-12-281-0/+1
* try and force a log messageKeith Whitwell2000-12-281-1/+0
* try and force a log messageKeith Whitwell2000-12-272-1/+3
* try and force a log messageKeith Whitwell2000-12-271-2/+1
* try and force a log messageKeith Whitwell2000-12-271-1/+2
* try and force a log messageKeith Whitwell2000-12-271-2/+1
* fix demos/fire, enable lazy vertex flushingKeith Whitwell2000-12-273-5/+10
* fix xscreensaver coresKeith Whitwell2000-12-261-3/+4
* Major rework of tnl moduleKeith Whitwell2000-12-2647-2556/+3896
* set visual->MRD to 2.0Brian Paul2000-12-161-2/+2
* Polygon._OffsetAny wasn't being computedBrian Paul2000-12-161-2/+5
* Renamed texture object _P to _MaxLevel and _M to _MaxLambda.Brian Paul2000-12-144-21/+23
* fixed conformance problems in min/max and histogram result packingBrian Paul2000-12-131-139/+331
* improved precision of glReadPixels for colorbuffers < 24bppBrian Paul2000-12-132-2/+52
* generate GL_INVALID_OPERATION error for bad image format/type combinationsBrian Paul2000-12-103-58/+44
* adjust texture size for convolution in glCopyTex[Sub]Image[123]D()Brian Paul2000-12-091-32/+41
* set default table size to 0, minor error check fixBrian Paul2000-12-091-6/+12
* initialize convolution filters to zeroBrian Paul2000-12-091-1/+6
* added queries for convolution enablesBrian Paul2000-12-091-1/+109
* added GL_RESCALE_NORMAL casesBrian Paul2000-12-091-1/+13
* more detailed texture error messagesBrian Paul2000-12-081-19/+24
* Initial work on GL_MESA_sprite_point extension.Brian Paul2000-12-087-39/+180
* Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul2000-11-285-34/+94
* Set ENABLE_LIGHT according to ctx->Light.Enabled whether or notBrian Paul2000-11-272-10/+5
* Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul2000-11-277-22/+26
* map glIndex* functions to glIndexi() (glIndexub was looping back to glIndexub)Brian Paul2000-11-271-16/+41
* Fixed a couple of bugs that crept into last commitKeith Whitwell2000-11-245-13/+16
* Committing in .Jouk Jansen2000-11-241-15/+22
* New files...Keith Whitwell2000-11-246-0/+2299
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-2417-684/+269
* More auto* build system updatesJon Taylor2000-11-232-2/+4
* Modified Files:Jouk Jansen2000-11-221-1/+0
* Committing in .Jouk Jansen2000-11-2267-664/+2376