- c86eab8 added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223) by Brian Paul · 21 years ago
- 08dbe56 add missing glNormal, glVertex calls (Michal Wozniak) by Brian Paul · 21 years ago
- 77e85f1 update from Daniel Borca by Brian Paul · 21 years ago
- 0d4da52 fix fog.End error by Brian Paul · 21 years ago
- 2b7a01a always assign texcoord[i][3] to silence valgrind by Brian Paul · 21 years ago
- 7961e67 update parameter indexing by Brian Paul · 21 years ago
- 1c5ff57 added program.c plus minor fixes by Brian Paul · 21 years ago
- bd7a3de added minor assertion by Brian Paul · 21 years ago
- 04a81da Moved some shared vertex/fragment program code into new program.c file. by Brian Paul · 21 years ago
- e38a55e Generate browse info for Debug version. by Karl Schultz · 21 years ago
- dc24230 Silence compiler warnings about implicit casts or conversions by supplying explicit casts and/or tweaking constant and variable definitions. by Karl Schultz · 21 years ago
- d12a871 s/GLuint/GLint/ by Brian Paul · 21 years ago
- e39a334 fix minor warnings with casts by Brian Paul · 21 years ago
- c769a7f add arbfragparse.c to project. by Karl Schultz · 21 years ago
- f5515cb Move clamping of texture LOD bias to texture application time. by Brian Paul · 21 years ago
- 7609600 Updates from Daniel Borca by Brian Paul · 21 years ago
- 781fb93 Added OpenGL 1.4's per-texture LOD bias. by Brian Paul · 21 years ago
- a6ed6f4 make _glapi_get_proc_address() return NULL if function doesn't start with gl prefix by Brian Paul · 21 years ago
- d49acd6 by Jouk Jansen · 21 years ago
- f9dbd07 regenerated for GL_IBM_multimode_draw_arrays by Brian Paul · 21 years ago
- dc22a65 Fix compile problems with `glMultiModeDrawArraysIBM' by Jon Smirl · 21 years ago
- d620015 indentation fix by Brian Paul · 21 years ago
- 4be6c0f glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't work by Brian Paul · 21 years ago
- a3a10e6 Add missing assembly file from radeon build by Jon Smirl · 21 years ago
- e28a4c1 Remove files not used in current MGA driver by Jon Smirl · 21 years ago
- 1da1f1e update fb makefile for new directory structure, add depends by Jon Smirl · 21 years ago
- 6373672 Trivial changes to add support for GL_ARB_point_sprite, which is a by Ian Romanick · 21 years ago
- 3baefe6 Added support for GL_IBM_multimode_draw_arrays. by Ian Romanick · 21 years ago
- 5df82c8 patch to import Jon Smirl's work from Bitkeeper by Brian Paul · 21 years ago
- 4778beb updates from Daniel Borca by Brian Paul · 21 years ago
- 12c037d Use correct conversions when translating array colors. by Keith Whitwell · 21 years ago
- 9ec58c2 DOS and glide driver updates from Daniel Borca by Brian Paul · 21 years ago
- 9d73b81 Fix glPixelMap: s/GLint/GLsizei/ by Brian Paul · 21 years ago
- d457615 glPixelMap[f/ui/us]v()'s size parameter is GLsizei, not GLint. by Brian Paul · 21 years ago
- bb93870 simplify some python code by Brian Paul · 21 years ago
- 8a033fa minor code improvement in glGenTextures by Brian Paul · 21 years ago
- 01bb309 register file changes by Brian Paul · 21 years ago
- f2dd273 Re-org of register files for vertex/fragment programs. Will be easier to by Brian Paul · 21 years ago
- 3bbe685 by Jouk Jansen · 21 years ago
- e17c1ab added arbfrag/vertparse by Brian Paul · 21 years ago
- b5a41d6 prep for OpenGL 1.5 by Brian Paul · 21 years ago
- 2c50b92 fix a bunch of warnings by Brian Paul · 21 years ago
- 49555d1 remove temporary prototypes by Brian Paul · 21 years ago
- 8f44286 placeholder files by Brian Paul · 21 years ago
- 93a4588 Shared dri driver resources by Keith Whitwell · 21 years ago
- b32a036 Not-quite-functional swrast-only dri driver by Keith Whitwell · 21 years ago
- b93652d Shared radeon/r200 init code by Keith Whitwell · 21 years ago
- 848ff10 mga driver, brought over by Jon Smirl by Keith Whitwell · 21 years ago
- adbec39 r200 driver, brought over by Jon Smirl by Keith Whitwell · 21 years ago
- fb4d549 Newer version of this file by Keith Whitwell · 21 years ago
- ff56908 Store material attributes in an Attrib[] style array. This is a by Keith Whitwell · 21 years ago
- e6dea09 Fix samples/fog.c regression - missing test for NeedEyeCoords. by Keith Whitwell · 21 years ago
- 304d11e Updates from Daniel Borca. by Brian Paul · 21 years ago
- 2880669 Fix typo (& instead of &&) to fix olympic.c bug by Keith Whitwell · 21 years ago
- 1a61507 replace assertion with conditional by Brian Paul · 21 years ago
- f88d846 Moved. by Karl Schultz · 21 years ago
- acad0fa Add the C++ and response files to the project so that they show up in the project file list. by Karl Schultz · 21 years ago
- 1b41c0d VC 6 Project File by Karl Schultz · 21 years ago
- 4894df6 minor option tweak by Karl Schultz · 21 years ago
- b9d9c1f Compiler/Linker "response" file containing compiler options and list of files to compile/link for the C++ files in the glu library. It is easier to edit and maintain this infomation in flat files instead of trying to enter it into the VC project menus. The C++ files are compiled as a "pre-link" step. by Karl Schultz · 21 years ago
- 9b0bb3d Add documentation. by Karl Schultz · 21 years ago
- fd5889f Project now builds the C++ sources (with great difficulty). Add module definition file (glu.def) to project. by Karl Schultz · 21 years ago
- 00d7f16 cleanup - add comments and sort names. by Karl Schultz · 21 years ago
- c2aee04 don't include malloc.h (bug 776574) by Brian Paul · 21 years ago
- a328649 add symbols needed by osmesa. by Karl Schultz · 21 years ago
- bd36e5f Project file for osmesa by Karl Schultz · 21 years ago
- 4e245c3 moved to top of tree. by Karl Schultz · 21 years ago
- 3a25e23 if texture color table is enabled, use the color table's format to evaluate the texture env function by Brian Paul · 21 years ago
- df03f8e fix location of mesa.def by Karl Schultz · 21 years ago
- adb5e0b linker exports defs by Karl Schultz · 21 years ago
- c06ff13 Project file to build GLUT32.DLL by Karl Schultz · 21 years ago
- 5c04693 Project file to build GLU32.DLL by Karl Schultz · 21 years ago
- b6a74a4 Source code for GDI driver. by Karl Schultz · 21 years ago
- fbd052e Project file to build gdi driver and OPENGL32.DLL. by Karl Schultz · 21 years ago
- 9baab01 Project file to build tnl - creates static LIB that is later linked to make a DLL. by Karl Schultz · 21 years ago
- bff1bf9 Project file to build swrast - creates static LIB that is later linked to make a DLL. by Karl Schultz · 21 years ago
- b1bc0dc Project file to build core mesa - creates static LIB that is later linked to make a DLL. by Karl Schultz · 21 years ago
- 341313b Visual Studio Workspace file for building Mesa. This workspace contains projects for building core mesa, backend drivers (e.g., gdi, dx7, ...), GLU, and GLUT. The project files are placed in the appropriate places in the Mesa tree. by Karl Schultz · 21 years ago
- f78311e Removing from this directory. Will be added to new gdi driver directory. by Karl Schultz · 21 years ago
- 6ff00f9 Remove obsolete file. by Karl Schultz · 21 years ago
- 6b4716c Windows does not define HUGE_VAL, so use the IEEE hex constants. by Karl Schultz · 21 years ago
- 9c7b816 fix a few more glitches from last big check-in by Brian Paul · 21 years ago
- 9f9bed9 fix GL_SGI_texture_colortable bugs by Brian Paul · 21 years ago
- ad6ecf0 remove printf by Brian Paul · 21 years ago
- 05944c0 Restore more code lost during last big merge. by Brian Paul · 21 years ago
- f7fda86 Implement debugger callback, etc for vertex programs. Misc clean-ups. by Brian Paul · 21 years ago
- 08ff059 Initial implementation of GL_MESA_program_debug - a vertex/fragment program by Brian Paul · 21 years ago
- 190c11e Numbered productions for ARB_vertex_program grammar (Karl Rasche) by Brian Paul · 21 years ago
- 9a0d97a Karl Rasche's ARB_vertex_program parser by Brian Paul · 21 years ago
- f44898c Fix up FEATURE_* defines in config.h by Brian Paul · 21 years ago
- 702ca20 Fix up some loose ends from the last big check-in. by Brian Paul · 21 years ago
- c19cbb5 more DOS updates from Daniel Borca by Brian Paul · 21 years ago
- 6dc8557 Merge Jose's documentation and core Mesa changes from embedded branch by Keith Whitwell · 21 years ago
- 44c6999 DOS updates from Daniel Borca by Brian Paul · 22 years ago
- f6e76fe fix conformance glitch introduced with NPOT extension by Brian Paul · 22 years ago
- ef751eb minor fixes in _mesa_TexGen[id]v() to silence valgrind by Brian Paul · 22 years ago
- 92d3164 fix int/float conversion for GL_TEXTURE_PRIORITY in gl[Get]TexParameteri[v] by Brian Paul · 22 years ago
- 887e2cf Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation). by Brian Paul · 22 years ago
- 32bac60 tweak checks for display list zero by Brian Paul · 22 years ago
- de4f460 Simplify extension string handling. by Brian Paul · 22 years ago