summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2003-09-12Updates to fix problems building with the Open Watcom compiler.Kendall Bennett
2003-09-12Allow glTexImage1/2/3D to specify width/height/depth = 0.Brian Paul
2003-09-09display list support for ARB_vertex/fragment_programBrian Paul
2003-09-09plug in vertex buffer object functionsBrian Paul
2003-09-09Added prototypes for internal functions to bufferobj.h.Brian Paul
2003-09-09Added most of the infrastructure required to supportIan Romanick
2003-09-05fix typoBrian Paul
2003-09-05move GL_MESA_program_debug code into program.cBrian Paul
2003-09-05 Committing in .Jouk Jansen
2003-09-04move SWIZZLE_ZERO/ONE tokens to program.hBrian Paul
2003-09-04Added new opcodes for ARB_fragment_program, like ABS, CMP, TXB, etc.Brian Paul
2003-09-03ARB_point_sprite is not part of OpenGL 1.5Brian Paul
2003-09-02Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick
2003-09-02add missing glNormal, glVertex calls (Michal Wozniak)Brian Paul
2003-09-02fix fog.End errorBrian Paul
2003-08-31added minor assertionBrian Paul
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul
2003-08-30Generate browse info for Debug version.Karl Schultz
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz
2003-08-29fix minor warnings with castsBrian Paul
2003-08-29add arbfragparse.c to project.Karl Schultz
2003-08-28Move clamping of texture LOD bias to texture application time.Brian Paul
2003-08-28Added OpenGL 1.4's per-texture LOD bias.Brian Paul
2003-08-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick
2003-08-19Fix glPixelMap: s/GLint/GLsizei/Brian Paul
2003-08-18minor code improvement in glGenTexturesBrian Paul
2003-08-17register file changesBrian Paul
2003-08-17Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul
2003-08-11 Committing in .Jouk Jansen
2003-08-06prep for OpenGL 1.5Brian Paul
2003-08-06fix a bunch of warningsBrian Paul
2003-08-06remove temporary prototypesBrian Paul
2003-08-06placeholder filesBrian Paul
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell
2003-08-05Fix samples/fog.c regression - missing test for NeedEyeCoords.Keith Whitwell
2003-08-05Updates from Daniel Borca.Brian Paul
2003-07-30replace assertion with conditionalBrian Paul
2003-07-26VC 6 Project FileKarl Schultz
2003-07-24Windows does not define HUGE_VAL, so use the IEEE hex constants.Karl Schultz
2003-07-23fix a few more glitches from last big check-inBrian Paul
2003-07-23fix GL_SGI_texture_colortable bugsBrian Paul
2003-07-22remove printfBrian Paul
2003-07-22Restore more code lost during last big merge.Brian Paul
2003-07-22Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
2003-07-18Numbered productions for ARB_vertex_program grammar (Karl Rasche)Brian Paul
2003-07-18Karl Rasche's ARB_vertex_program parserBrian Paul
2003-07-18Fix up FEATURE_* defines in config.hBrian Paul
2003-07-18Fix up some loose ends from the last big check-in.Brian Paul