summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-04move SWIZZLE_ZERO/ONE tokens to program.hBrian Paul
2003-09-04import 5.0.2 infoBrian Paul
2003-09-04Added new opcodes for ARB_fragment_program, like ABS, CMP, TXB, etc.Brian Paul
2003-09-03a little more MiniGLX infoBrian Paul
2003-09-03assorted updatesBrian Paul
2003-09-03added fbdev/DRI and MiniGLX infoBrian Paul
2003-09-03fix a few typos for linux-soloBrian Paul
2003-09-03ARB_point_sprite is not part of OpenGL 1.5Brian Paul
2003-09-03include math.hBrian Paul
2003-09-03add -lCrun for sunos5, added sunos5-smp (Greg M)Brian Paul
2003-09-02Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick
2003-09-02remove -malign-loops=2 -malign-functions=2 (bug 738020)Brian Paul
2003-09-02added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)Brian Paul
2003-09-02pbuffer infoBrian Paul
2003-09-02fix-up CXXFLAGS (bug 757292)Brian Paul
2003-09-02add missing glNormal, glVertex calls (Michal Wozniak)Brian Paul
2003-09-02update from Daniel BorcaBrian Paul
2003-09-02fix fog.End errorBrian Paul
2003-08-31s/DP4/DP3/Brian Paul
2003-08-31s/DP4/DP3/Brian Paul
2003-08-31always assign texcoord[i][3] to silence valgrindBrian Paul
2003-08-31update parameter indexingBrian Paul
2003-08-31added program.c plus minor fixesBrian 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-29s/GLuint/GLint/Brian Paul
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-28Updates from Daniel BorcaBrian Paul
2003-08-28remove unused bytes variableBrian Paul
2003-08-28added GL_EXT_texture_lod_bias to OpenGL 1.4 feature listBrian Paul
2003-08-28remove a bunch of the extension definitions from the legacy sectionBrian Paul
2003-08-28space bar to toggle animationBrian Paul
2003-08-28Added OpenGL 1.4's per-texture LOD bias.Brian Paul
2003-08-27make _glapi_get_proc_address() return NULL if function doesn't start with gl ...Brian Paul
2003-08-27 Committing in .Jouk Jansen
2003-08-24latest extensions and updatesBrian Paul
2003-08-24fix PFNGLMULTIMODEDRAWARRAYSIBMPROCBrian Paul
2003-08-24regenerated for GL_IBM_multimode_draw_arraysBrian Paul
2003-08-24Fix compile problems with `glMultiModeDrawArraysIBM'Jon Smirl
2003-08-23indentation fixBrian Paul
2003-08-23test program to exercise glDraw/ReadPixels(GL_DEPTH_COMPONENT) and pixel zoomingBrian Paul
2003-08-23glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't workBrian Paul
2003-08-23Add missing assembly file from radeon buildJon Smirl
2003-08-23Remove files not used in current MGA driverJon Smirl
2003-08-23update fb makefile for new directory structure, add dependsJon Smirl
2003-08-23Rename Makefile to Makefile.X11, add depend supportJon Smirl