summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2003-08-23Added missing includes for standard header filesJon Smirl
2003-08-23Add file miniglx.hJon Smirl
2003-08-23Renaming Makefile to Makefile.X11, added depend support, adjusted pathsJon Smirl
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-22patch to import Jon Smirl's work from BitkeeperBrian Paul
2003-08-22restore gcc-sl configBrian Paul
2003-08-22updates from Daniel BorcaBrian Paul
2003-08-20Use correct conversions when translating array colors.Keith Whitwell
2003-08-19DOS and glide driver updates from Daniel BorcaBrian Paul
2003-08-19glPixelMap fixBrian Paul
2003-08-19Fix glPixelMap: s/GLint/GLsizei/Brian Paul
2003-08-19glPixelMap[f/ui/us]v()'s size parameter is GLsizei, not GLint.Brian Paul
2003-08-19simplify some python codeBrian 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-15fix some broken linksBrian Paul
2003-08-11 Committing in .Jouk Jansen
2003-08-06added arbfrag/vertparseBrian Paul
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-06added info about Mesa-newtreeBrian Paul
2003-08-06updated item 1.4Brian Paul
2003-08-06Shared dri driver resourcesKeith Whitwell