summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-11-26added link to ChromiumBrian Paul1-2/+11
2003-11-26updated CVS infoBrian Paul1-17/+36
2003-11-26accomodate vtx-0-2-branchDaniel Borca12-218/+140
2003-11-25current raster color index should be GLfloatBrian Paul7-17/+17
2003-11-25added SoftGL linkBrian Paul1-6/+14
2003-11-25Otto Solares' patch to add radeon 9200Brian Paul2-1/+14
2003-11-25fix assorted g++ warningsBrian Paul10-49/+50
2003-11-25casts for g++Brian Paul4-5/+5
2003-11-25fix a lot of warnings found with g++Brian Paul1-66/+66
2003-11-25silence a warningBrian Paul1-1/+2
2003-11-25remove __FUNCTION__ hackBrian Paul1-11/+0
2003-11-25added a castBrian Paul1-1/+2
2003-11-25Remove unnecessary usage of __FUNCTION__.Brian Paul7-56/+45
2003-11-25 - New version of the syntax rules from Michal KrolKarl Rasche2-85/+62
2003-11-25added support for generic vertex attributes (ARB_vp) and their error checkingKarl Rasche2-7/+136
2003-11-24updated after APIspec fixesBrian Paul1-4/+4
2003-11-24oops, fix glitches in 1.5 functionsBrian Paul2-8/+10
2003-11-24minor cast fixesBrian Paul1-2/+2
2003-11-24generate the OpenGL 1.5 entrypointsBrian Paul5-3/+792
2003-11-24updated list of new/old src filesBrian Paul1-3/+27
2003-11-24set the VB->FogCoordPtr with the other legacy pointersBrian Paul3-0/+3
2003-11-24fix YCBCR assertion and disable assertion in auto-mipmap codeBrian Paul1-0/+3
2003-11-24remove dead filesKeith Whitwell6-3344/+0
2003-11-24whitespace and comment changesBrian Paul2-14/+11
2003-11-24minor error string improvementBrian Paul1-1/+3
2003-11-24added GL_ARB_vertex/fragment_program and new vertex codeBrian Paul2-0/+10
2003-11-24Merge vtx-0-2-branchKeith Whitwell75-7961/+6014
2003-11-24Import vtx-0-2-branchKeith Whitwell44-473/+411
2003-11-24Remove a lot of rcs tags, avoid merge conflictsKeith Whitwell25-49/+0
2003-11-24Moving NV_fragment_program tests to ARB_fragment_programKarl Rasche3-1/+365
2003-11-23- parse_alias() Was totally borkedKarl Rasche2-34/+31
2003-11-23 - Create a dummy program to keep from segfaulting when parsingKarl Rasche4-49/+91
2003-11-23Porting NV_vertex_program demos to ARB_vertex_programKarl Rasche1-0/+4
2003-11-23Porting NV_vertex_program tests to ARB_vertex_programKarl Rasche4-0/+732
2003-11-23include malloc.h to get ptrdiff_t for vertex buffer object's GLintptrBrian Paul1-1/+3
2003-11-23build fixes, rh9Keith Whitwell5-6/+10
2003-11-22added OpenGL 1.5 tokens and functions not yet put into glext.hBrian Paul1-0/+111
2003-11-22pass ctx to fetch_vector4_deriv()Brian Paul1-3/+6
2003-11-22GL_ARB_point_sprite is not part of 1.5Brian Paul1-1/+0
2003-11-22updated core makefiles to include arbparseDaniel Borca3-169/+173
2003-11-21fix some bugs in computation of DDX, DDY commandsBrian Paul1-19/+22
2003-11-21s/byte/GLubyte/ and other minor clean-upsBrian Paul1-200/+198
2003-11-21reformat comments for 80-column viewingBrian Paul1-213/+248
2003-11-21fix a bunch of warningsBrian Paul3-16/+17
2003-11-21more texture compressionDaniel Borca7-26/+100
2003-11-21 Committing in .Jouk Jansen2-1/+4
2003-11-21Caught missing parse_color_type() [Jacob Jansen]Karl Rasche1-3/+4
2003-11-20texture compression testbedDaniel Borca1-0/+389
2003-11-20small mattersDaniel Borca1-20/+9
2003-11-19Initial checkin of new ARB frag/vertex program parserKarl Rasche1-0/+1