Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2009-06-18 | mesa: fix first provoking vertex mode for unfilled tri strips | Brian Paul | |
2009-06-03 | mesa: fix parity error for tri strips with 1st provoking vertex | Brian Paul | |
2009-06-03 | tnl: fix first provoking vertex case for unfilled triangles | Brian Paul | |
2009-06-03 | tnl: fix first provoking vertex bug for line loops | Brian Paul | |
2009-06-01 | tnl: implement GL_EXT_provoking_vertex | Brian Paul | |
2006-10-29 | Changes for new vbo-building module. | Keith Whitwell | |
- Removed all the old immediate, array and display list code. - Remove references to the old array_cache module. - Added a _tnl_draw_prims() entrypoint. - Added a simplified data import facility for converting non-floating point data as required. Checkpoint commit - trivial/tri works. | |||
2005-08-25 | removed GL_HP_occlusion_test extension | Brian Paul | |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell | |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2002-10-29 | updated email addresses | Brian Paul | |
2002-02-13 | More suport for t&l drivers | Keith Whitwell | |
Fix GLuint compare bugs Fix RESET_STIPPLE calls | |||
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes | |
2001-01-16 | Fix several conformance problems. Hack solution to line stipple problem. | Keith Whitwell | |
2001-01-14 | Fixed conform feedback and drawelements tests. | Keith Whitwell | |
Use correct pv when rasterizing unfilled polys. | |||
2001-01-08 | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | |
that used to require a 'ReducedPrimitiveChange' callback. Various compilation fixes for XFree86. Reverted to the older version of glcore.h used internally in XFree86, and moved it to 'Mesa/include/GL/internal/glcore.h', for compatibility with XFree86. | |||
2001-01-05 | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | |
is always the last vertex parameter. Modify clipping to preserve pv colors. Modify swrast and X11 driver to expect the pv in the last vertex (was looking in the first vertex previously). Remove all handling of flatshading from swrast_setup. Allow drivers to override the unclipped render tabs in tnl_render_stage directly. (Like in 3.4). Removed fxsimplerender stage. Modified t_vb_rendertmp.h to remove the need for 'parity' arguments in RENDER_TRI macros. | |||
2000-12-28 | Add render stage for unclipped vb's to fx driver. | Keith Whitwell | |
Bump MAX_TEXTURE_UNITS to 8 Fix mem. leak in destroy_lists Fix crash in q3 (cva generally) | |||
2000-12-27 | Fixes for compiling assembly (disable unused 'masked' versions) | Keith Whitwell | |
Fixes for compiling without debug. Fix line clipping Fix unfilled polygon clipping (should be correct now). | |||
2000-12-26 | Major rework of tnl module | Keith Whitwell | |
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. |