Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: use new _mesa_inside_begin_end() function | Brian Paul | 2013-04-23 | 1 | -1/+1 |
| | | | | | Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
| | | | | | | None of the remaining FEATURE_x symbols in mfeatures.h are used anymore. Reviewed-by: Jordan Justen <[email protected]> | ||||
* | mesa: remove FEATURE_dlist define. | Oliver McFadden | 2012-09-15 | 1 | -6/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | vbo: Include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-09 | 1 | -0/+1 |
| | |||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -8/+8 |
| | |||||
* | mesa/es: Remove omit list. | Chia-I Wu | 2010-05-12 | 1 | -0/+5 |
| | | | | | vbo/vbo_save* are the last members on the omit list. Test FEATURE_dlist in the sources and remove the omit list. | ||||
* | Grammar and spelling fixes | Jeff Smith | 2010-03-12 | 1 | -1/+1 |
| | | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | 2010-02-25 | 1 | -1/+1 |
| | | | | | | glapi/dispatch.h is a core Mesa header file. Move the header file to main/ to make this clear. It also becomes clear after this change that IN_DRI_DRIVER is only used in core Mesa to enable the remap table. | ||||
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -6/+6 |
| | |||||
* | vbo: Remove unnecessary header from vbo_save_loopback.c. | Vinson Lee | 2010-01-11 | 1 | -1/+0 |
| | |||||
* | mesa/vbo: use _lookup_prim_by_nr for debugging | Keith Whitwell | 2009-06-30 | 1 | -1/+1 |
| | | | | Switch over to specialized enum lookup for primitives | ||||
* | remove unnecessary swrast, tnl includes | Brian Paul | 2008-06-10 | 1 | -3/+0 |
| | |||||
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵ | Brian | 2007-07-04 | 1 | -8/+8 |
| | | | | of -I flags. | ||||
* | Remove debug, reenable inplace splitting. | keithw | 2007-01-15 | 1 | -1/+2 |
| | |||||
* | Remove special-case handling for index and edgeflag | Keith Whitwell | 2007-01-15 | 1 | -141/+7 |
| | | | | | This isn't required with the changes to core mesa and the new attribute layout. | ||||
* | Checkpoint of new vbo-building code. Currently builds regular arrays | Keith Whitwell | 2006-10-29 | 1 | -0/+327 |
rather than VBO's - VBOs are easy but need to look closer at the driver interface. The trivial/tri demo works. |