Age | Commit message (Expand) | Author |
2006-11-21 | list header files in sources files (Dan Nicholson) | Brian Paul |
2006-11-16 | Make sure vbo's are mapped before accessing their contents in | Keith Whitwell |
2006-11-15 | Add a size parameter to _mesa_add_unnamed_constant() and | Brian Paul |
2006-11-03 | Fix compiler warnings. | Keith Whitwell |
2006-11-02 | Fix type-conversion of incoming vertices. | Keith Whitwell |
2006-11-02 | merge current trunk into vbo branch | Alan Hourihane |
2006-11-02 | Respect array->Normalized flag. | Keith Whitwell |
2006-11-02 | missing file | Keith Whitwell |
2006-10-31 | signal _NEW_LIGHT in _tnl_copy_to_current() | Brian Paul |
2006-10-31 | pickup structs from vbo.h | Keith Whitwell |
2006-10-30 | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell |
2006-10-30 | Move gl_vertex_program_machine struct out of mtypes.h and put into nvvertexec.h. | Brian Paul |
2006-10-29 | Changes for new vbo-building module. | Keith Whitwell |
2006-10-26 | If DEBUG, check that all array indices really do fall in [start,end] in | Brian Paul |
2006-10-25 | Previously, if a fragment program referenced fragment.fogcoord but the | Brian Paul |
2006-10-18 | Fix broken line clipping. | Brian Paul |
2006-10-18 | Fix a dangerous use of ASSERT in an else-clause not enclosed in braces. | Brian Paul |
2006-10-11 | List of source (.c) files in each directory. | Brian Paul |
2006-10-10 | a step toward moving run-time vertex program state out of GLcontext | Brian Paul |
2006-10-07 | do not import arrays for generic arb attribs if the array is not enabled (sam... | Roland Scheidegger |
2006-09-25 | bring in active_sz mechanism from i965 driver. Fixes bug 8410 | Keith Whitwell |
2006-09-22 | don't skip user clip plane clipping when the current vertex program is positi... | Roland Scheidegger |
2006-09-13 | just comments and const qualifiers | Brian Paul |
2006-09-13 | fix broken do_EXP() | Brian Paul |
2006-09-07 | only allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX for inputs of vertex pr... | Roland Scheidegger |
2006-08-25 | Remove XFree86 CVS keyword. | Brian Paul |
2006-08-25 | In _save_End(), set CurrentExecPrimitive = PRIM_OUTSIDE_BEGIN_END if | Brian Paul |
2006-08-25 | improved comments | Brian Paul |
2006-08-10 | Fixup more PROGRAM_UNDEFINED problems. | Alan Hourihane |
2006-08-03 | use WRITE_MASK_* instead of 0x1, 0x2, etc | Brian Paul |
2006-08-01 | Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492. | Michal Krol |
2006-07-20 | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul |
2006-07-20 | use ctx->Light.ShadeModel instead of ctx->_TriangleCaps | Brian Paul |
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-18 | fix broken negate | Aapo Tahkola |
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-06-14 | new assertion | Brian Paul |
2006-06-13 | remove debug printf | Brian Paul |
2006-06-13 | remove unused index_attr1fv() | Brian Paul |
2006-06-13 | s/0/NULL/ | Brian Paul |
2006-06-13 | When using an ARB vertex program, the generic vertex arrays do not alias the | Brian Paul |
2006-06-13 | minor simplification in texcoord array import | Brian Paul |
2006-06-13 | remove some unneeded #includes | Brian Paul |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
2006-06-08 | check for invalid mode in glBegin(), bug 7142 | Brian Paul |
2006-06-06 | prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai... | Aapo Tahkola |
2006-06-01 | Fix extended swizzling in vertex programs by introducing special swizzle inst... | Roland Scheidegger |