Age | Commit message (Expand) | Author |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian |
2007-02-25 | remove unused VaryingPtr | Brian |
2007-02-22 | Merge branch 'origin' into glsl-compiler-1 | Brian |
2006-12-15 | varying changes | Brian |
2006-10-31 | pickup structs from vbo.h | Keith Whitwell |
2006-10-29 | Changes for new vbo-building module. | Keith Whitwell |
2006-09-25 | bring in active_sz mechanism from i965 driver. Fixes bug 8410 | Keith Whitwell |
2006-07-19 | Several loops over the map1/2 evaluator arrays were incorrect. | Brian Paul |
2006-06-29 | added _TNL_NUM_GENERIC | Tilman Sauerbeck |
2006-06-27 | Don't use nested struct definitions in tnl_clipspace_fastpath. | Brian Paul |
2006-06-14 | A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are really | Brian Paul |
2006-06-14 | Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC* | Brian Paul |
2006-04-25 | Put color index attribute into the 6th attribute slot. | Brian Paul |
2006-04-25 | No longer alias generic vertex attribs with conventional attribs for GL_ARB_v... | Brian Paul |
2006-04-11 | More GLSL code: | Michal Krol |
2005-12-06 | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul |
2005-12-01 | Clean up clipping somewhat | Keith Whitwell |
2005-11-16 | Added error checking in _tnl_Begin to detect incomplete framebuffer. | Brian Paul |
2005-11-01 | Add a NotifyInputChanges() callback so that drivers (particularly tnl | Keith Whitwell |
2005-10-31 | Improve tnl program searching performance. | Aapo Tahkola |
2005-09-14 | Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback. | Brian Paul |
2005-06-09 | Store compiled vertex program representations in a pointer in the | Keith Whitwell |
2005-05-19 | Invalidate current fastpath on changes to attribute size or offset within | Keith Whitwell |
2005-05-18 | Remove old t_vertex.c codegen infrastructure, tie in new code. | Keith Whitwell |
2005-04-23 | Fix the worst problems with dangling edgeflag references in | Keith Whitwell |
2005-04-22 | Simplify the pipeline_stage structure | Keith Whitwell |
2005-02-28 | additional parenthesis in TNL_CONTEXT macro (Nicolai Haehnle) | Brian Paul |
2005-01-22 | Determine ahead of time whether a display list will include vertices | Keith Whitwell |
2005-01-16 | make tnl_clipspace_attr->insert field const, to silence warning | Brian Paul |
2005-01-05 | Add a couple of hardwired fastpaths to t_vertex.c. | Keith Whitwell |
2004-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell |
2004-06-30 | Add infrastructure for t_vertex.c codegen. Add an example driver | Keith Whitwell |
2004-05-10 | Add EXT_vertex_cull support to mesa | Keith Whitwell |
2004-05-04 | Fix minor warnings found with g++. | Brian Paul |
2004-03-31 | dynfn --> _tnl_dynfn | Keith Whitwell |
2004-03-29 | First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code. | Keith Whitwell |
2004-03-15 | Streamline the error path in VertexAttrib functions. Makes things | Keith Whitwell |
2004-03-13 | Added some comments. Minor const, int->GLint type changes, etc. | Brian Paul |
2004-02-24 | turns out we probably need a _tnl_allow_pixel_fog() function afterall | Brian Paul |
2004-02-17 | A bit of an overhaul of the fog code. | Brian Paul |
2004-01-05 | Beef up t_vertex.c: | Keith Whitwell |
2004-01-05 | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell |
2004-01-01 | whitespace changes and new comments | Brian Paul |
2003-12-09 | Call UpdateMaterials when they have changed | Keith Whitwell |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell |
2003-08-05 | Store material attributes in an Attrib[] style array. This is a | Keith Whitwell |
2003-05-01 | more docs (Klaus Niederkruger) | Brian Paul |
2003-04-28 | new comments (Klaus Niederkruger) | Brian Paul |
2003-03-31 | reduce memory needed for vertex attributes (allocate on demand) | Brian Paul |
2003-03-28 | minor clean-ups, comments, etc | Brian Paul |