summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2003-09-02added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)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-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
Implemented new program_parameter_list type and functions for dealing with named program parameters, constants and GL state references. New state_index enum for describing GL state referenced within ARB vertex/ fragment programs. Plus, functions for fetching named GL state.
2003-08-30Generate browse info for Debug version.Karl Schultz
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ↵Karl Schultz
explicit casts and/or tweaking constant and variable definitions.
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-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
prefix
2003-08-27 Committing in .Jouk Jansen
Added a type cast to silence the OpenVMS DECC compiler Modified Files: Mesa-newtree/src/mesa/swrast/s_nvfragprog.c ----------------------------------------------------------------------
2003-08-24regenerated for GL_IBM_multimode_draw_arraysBrian Paul
2003-08-24Fix compile problems with `glMultiModeDrawArraysIBM'Jon Smirl
Adjust makefiles to create depends and not store it in CVS Remove dependency on kernel pci_ids.h
2003-08-23indentation fixBrian 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-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick
subset of GL_NV_point_sprite (which was already supported).
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick
Added non-static entrypoints and the name string for GL_SUN_multi_draw_arrays (identical to GL_EXT_multi_draw_arrays). Made add_newer_entrypoints (in src/mesa/main/context.c) table driven. This reduced the size of context.o by about 3KB.
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian 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-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
hook in global state references, etc. for ARB programs.
2003-08-11 Committing in .Jouk Jansen
Update OpenVMS makefile due to new source files. Modified Files: Mesa-newtree/src/mesa/main/descrip.mms ----------------------------------------------------------------------
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-06Shared dri driver resourcesKeith Whitwell
2003-08-06Not-quite-functional swrast-only dri driverKeith Whitwell
2003-08-06Shared radeon/r200 init codeKeith Whitwell
2003-08-06mga driver, brought over by Jon SmirlKeith Whitwell
2003-08-06r200 driver, brought over by Jon SmirlKeith Whitwell
2003-08-06Newer version of this fileKeith Whitwell