aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilterBrian Paul2000-11-212-2/+14
* call RENDER_START/FINISH in read_color_image()Brian Paul2000-11-211-1/+5
* added some RENDER_START/RENDER_FINISH macros. Minor GLchan changesBrian Paul2000-11-212-7/+14
* minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4Brian Paul2000-11-201-2/+2
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-1911-348/+313
* Minor header file changes to silence warnings.Brian Paul2000-11-172-2/+20
* Committing in .Jouk Jansen2000-11-171-50/+257
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-1632-4982/+1179
* added includes to silence warningsBrian Paul2000-11-152-2/+4
* Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul2000-11-153-12/+12
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-20/+6
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-139-396/+438