aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/feedback.c
Commit message (Collapse)AuthorAgeFilesLines
...
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-9/+9
| | | | | | | Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer.
* removed printfBrian Paul2000-05-091-2/+1
|
* runtime selectable depth buffer depthBrian Paul2000-03-031-11/+14
|
* fixed VB->IndexPtr==NULL bug (Richard Guenther)Brian Paul2000-01-251-11/+17
|
* Z values were wrong in selection mode (Holger Waechtler), misc clean-upBrian Paul2000-01-171-25/+29
|
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-19/+26
|
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
|
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-1/+5
|
* More Win32 build compliance fixupsTed Jump1999-09-191-3/+4
|
* Large patch:Keith Whitwell1999-09-181-8/+127
| | | | | | | | | | - 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.
* Initial revisionjtg1999-08-191-0/+395