summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Collapse)AuthorAgeFilesLines
* more hooks for mga driver, including an immediate fastpathKeith Whitwell1999-09-304-7/+51
|
* Bugfix for ctx->backface_sign calculationKeith Whitwell1999-09-202-11/+13
|
* Cleaning upKeith Whitwell1999-09-193-5/+22
|
* RasterMask was set incorrectlyKeith Whitwell1999-09-191-2/+2
|
* More Win32 build compliance fixupsTed Jump1999-09-192-4/+6
|
* Large patch:Keith Whitwell1999-09-1813-281/+273
| | | | | | | | | | - FX bug fixes. - Polygon mode and edgeflag work properly. - Clipping works with edgeflag. - Driver.ReducedPrimitiveChange() callback so drivers that implement lines & points as triangles can turn culling off before rendering groups of these primitives. - Cleaned up feedback & select primitives.
* pad GL_TINY to 6 digitsBrian Paul1999-09-171-2/+2
|
* GL_EXT_get_proc_address clean-upBrian Paul1999-09-161-5/+5
|
* changed version string to return 1.2Brian Paul1999-09-161-2/+2
|
* Do pop for GL_VIEWPORT_BIT via. the apiKeith Whitwell1999-09-161-13/+14
|
* new version number symbolsBrian Paul1999-09-151-2/+6
|
* added third, tiny version number to mklib scriptsBrian Paul1999-09-151-2/+2
|
* removed unused GLcontext arg from a few functionsBrian Paul1999-09-151-5/+5
|
* GL_EXT_get_proc_address clean-upBrian Paul1999-09-112-130/+129
|
* added GL_EXT_get_proc_addressBrian Paul1999-09-114-11/+202
|
* new DD_Z_NEVER flagKeith Whitwell1999-09-101-3/+12
|
* moved gl_GetPointerv() into get.hBrian Paul1999-09-091-12/+2
|
* moved gl_GetString() into get.cBrian Paul1999-09-092-2/+55
|
* More compliant error check.Miklos Fazekas1999-09-091-2/+8
|
* removed TexCoordUnit from GLcontext, use Array.ActiveTexture insteadBrian Paul1999-09-074-13/+9
|
* added vertices.cBrian Paul1999-09-071-1/+2
|
* fixes for the mga driverKeith Whitwell1999-09-051-1/+14
|
* fix for mga depthbuffer resizeKeith Whitwell1999-09-042-31/+42
|
* fixed GL_FRONT_AND_BACK cull bugKeith Whitwell1999-09-021-2/+4
|
* Added vertices.c to compile listJouk Jansen1999-08-301-2/+2
|
* new files to support vertex-based geometryKeith Whitwell1999-08-291-1/+3
|
* This time the correct fileJouk Jansen1999-08-271-122/+117
|
* various pipeline bugsKeith Whitwell1999-08-265-24/+52
|
* Update after disk crashJouk Jansen1999-08-241-116/+122
|
* fixed alpha channel problem in gl_blend_pixels()Brian Paul1999-08-191-8/+1
|
* glIsEnabled(GL_TEXTURE_3D) was wrongBrian Paul1999-08-191-2/+2
|
* testingBrian Paul1999-08-191-1/+2
|
* Initial revisionjtg1999-08-1970-0/+39633