summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2003-09-05 Committing in .Jouk Jansen1-0/+1
2003-09-04implement SWZ and TXB. some code clean-upBrian Paul1-46/+55
2003-09-04move SWIZZLE_ZERO/ONE tokens to program.hBrian Paul2-5/+4
2003-09-04Added new opcodes for ARB_fragment_program, like ABS, CMP, TXB, etc.Brian Paul2-21/+89
2003-09-03ARB_point_sprite is not part of OpenGL 1.5Brian Paul1-2/+0
2003-09-02Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick4-56/+68
2003-09-02added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)Brian Paul1-1/+1
2003-09-02add missing glNormal, glVertex calls (Michal Wozniak)Brian Paul1-1/+3
2003-09-02update from Daniel BorcaBrian Paul1-20/+48
2003-09-02fix fog.End errorBrian Paul1-1/+1
2003-08-31always assign texcoord[i][3] to silence valgrindBrian Paul1-0/+2
2003-08-31update parameter indexingBrian Paul1-4/+5
2003-08-31added program.c plus minor fixesBrian Paul2-3/+8
2003-08-31added minor assertionBrian Paul1-1/+2
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul18-596/+1216
2003-08-30Generate browse info for Debug version.Karl Schultz11-18/+18
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz17-70/+103
2003-08-29s/GLuint/GLint/Brian Paul1-1/+1
2003-08-29fix minor warnings with castsBrian Paul2-8/+15
2003-08-29add arbfragparse.c to project.Karl Schultz1-2/+10
2003-08-28Move clamping of texture LOD bias to texture application time.Brian Paul2-6/+9
2003-08-28Updates from Daniel BorcaBrian Paul6-30/+57
2003-08-28Added OpenGL 1.4's per-texture LOD bias.Brian Paul6-2/+27
2003-08-27make _glapi_get_proc_address() return NULL if function doesn't start with gl ...Brian Paul1-1/+5
2003-08-27 Committing in .Jouk Jansen1-1/+1
2003-08-24regenerated for GL_IBM_multimode_draw_arraysBrian Paul2-54/+54
2003-08-24Fix compile problems with `glMultiModeDrawArraysIBM'Jon Smirl4-15/+71
2003-08-23indentation fixBrian Paul1-1/+1
2003-08-23glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't workBrian Paul3-36/+92
2003-08-23Add missing assembly file from radeon buildJon Smirl1-0/+492
2003-08-23Remove files not used in current MGA driverJon Smirl3-584/+0
2003-08-23update fb makefile for new directory structure, add dependsJon Smirl1-9/+5
2003-08-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick9-42/+70
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick14-166/+345
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul169-2491/+57574
2003-08-22updates from Daniel BorcaBrian Paul4-3/+78
2003-08-20Use correct conversions when translating array colors.Keith Whitwell6-247/+191
2003-08-19DOS and glide driver updates from Daniel BorcaBrian Paul24-2140/+1524
2003-08-19Fix glPixelMap: s/GLint/GLsizei/Brian Paul2-10/+10
2003-08-19glPixelMap[f/ui/us]v()'s size parameter is GLsizei, not GLint.Brian Paul3-10/+27
2003-08-19simplify some python codeBrian Paul1-14/+7
2003-08-18minor code improvement in glGenTexturesBrian Paul1-7/+3
2003-08-17register file changesBrian Paul1-16/+16
2003-08-17Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul13-631/+561
2003-08-11 Committing in .Jouk Jansen1-0/+6
2003-08-06added arbfrag/vertparseBrian Paul1-0/+2
2003-08-06prep for OpenGL 1.5Brian Paul2-1/+11
2003-08-06fix a bunch of warningsBrian Paul1-49/+51
2003-08-06remove temporary prototypesBrian Paul1-18/+2
2003-08-06placeholder filesBrian Paul2-0/+79