Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Add count_tessellated_primitives() function. | Paul Berry | 2011-12-20 | 1 | -0/+48 |
| | | | | | | | | | | | This function computes the number of primitives that will be generated when the given drawing operation is performed. It accounts for the tessellation that is performed on line strips, line loops, triangle strips, triangle fans, quads, quad strips, and polygons, so it is suitable for implementing the primitive counters needed by transform feedback. Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
| | |||||
* | vbo: comments and whitespace | Brian Paul | 2010-05-27 | 1 | -7/+5 |
| | |||||
* | vbo: Remove unnecessary headers from vbo_exec.c. | Vinson Lee | 2010-01-12 | 1 | -3/+0 |
| | |||||
* | mesa: Add BeginVertices driver call | Keith Whitwell | 2009-03-03 | 1 | -0/+1 |
| | | | | | Provides notification to the VBO modules prior to the first immediate call. Pairs with FlushVertices() | ||||
* | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Brian Paul | 2008-06-10 | 1 | -1/+0 |
| | | | | Also, check the FEATURE flags in many places. | ||||
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵ | Brian | 2007-07-04 | 1 | -8/+8 |
| | | | | of -I flags. | ||||
* | Remove wakeup functions. This code is intended to be active all the | Keith Whitwell | 2006-10-30 | 1 | -18/+5 |
| | | | | time. | ||||
* | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell | 2006-10-30 | 1 | -117/+0 |
| | |||||
* | Checkpoint of new vbo-building code. Currently builds regular arrays | Keith Whitwell | 2006-10-29 | 1 | -0/+227 |
rather than VBO's - VBOs are easy but need to look closer at the driver interface. The trivial/tri demo works. |