Age | Commit message (Expand) | Author |
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 |
2006-05-23 | Add const qualifiers in a number of places. | Brian Paul |
2006-05-16 | Write attribs to slang machine. | Michal Krol |
2006-05-05 | Release temporary | Keith Whitwell |
2006-04-25 | Remove carriage returns. | Michal Krol |
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-20 | error_attrib() should generate GL_INVALID_VALUE, not GL_INVALID_ENUM. | Brian Paul |
2006-04-17 | Add .note.GNU-stack section to assembler files to avoid the default behavior | Kristian Høgsberg |
2006-04-14 | Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]Units | Brian Paul |
2006-04-13 | silence minor warnings | Brian Paul |
2006-04-11 | More GLSL code: | Michal Krol |
2006-04-06 | Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value | Brian Paul |
2006-04-06 | Fix line clipping bug 6512. | Brian Paul |
2006-04-02 | Coverity #476: Avoid walking off the end of ->vtx.attrsz, it's declared to | Adam Jackson |
2006-03-21 | GLSL fixes: | Michal Krol |
2006-03-03 | fix up the emit_func list in the experimental arbprogram sse code. | Roland Scheidegger |
2006-03-02 | Add position_invarient support | Keith Whitwell |
2006-02-27 | More GLSL code: | Michal Krol |
2006-02-22 | include proper header file, remove local extern declarations | Brian Paul |
2006-02-21 | Committing in . | Jouk Jansen |
2006-02-18 | More GLSL code. | Michal Krol |
2006-02-15 | Get arbfslight demo running. | Michal Krol |
2006-02-13 | Add ARB_vertex_shader stage just before render stage. | Michal Krol |
2006-02-02 | use calloc instead of malloc so try_codegen field is initialized to zero (bug... | Brian Paul |
2006-02-02 | add some assertions to check emit_func[] table validity | Brian Paul |
2005-12-08 | do away with 'long long' usage | Brian Paul |
2005-12-08 | use 64-bit typedefs for portability | Karl Schultz |
2005-12-06 | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul |