summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell
first step to reviving/rescuing the 'vtx' rework from the old mesa tree.
2003-08-05Fix samples/fog.c regression - missing test for NeedEyeCoords.Keith Whitwell
2003-08-05Updates from Daniel Borca.Brian Paul
2003-08-01Fix typo (& instead of &&) to fix olympic.c bugKeith Whitwell
2003-07-30replace assertion with conditionalBrian Paul
2003-07-26Moved.Karl Schultz
2003-07-26Add the C++ and response files to the project so that they show up in the ↵Karl Schultz
project file list.
2003-07-26VC 6 Project FileKarl Schultz
2003-07-25minor option tweakKarl Schultz
2003-07-25Compiler/Linker "response" file containing compiler options and list of ↵Karl Schultz
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.
2003-07-25Add documentation.Karl Schultz
2003-07-25Project now builds the C++ sources (with great difficulty). Add module ↵Karl Schultz
definition file (glu.def) to project.
2003-07-25cleanup - add comments and sort names.Karl Schultz
2003-07-24don't include malloc.h (bug 776574)Brian Paul
2003-07-24add symbols needed by osmesa.Karl Schultz
2003-07-24Project file for osmesaKarl Schultz
2003-07-24moved to top of tree.Karl Schultz
2003-07-24if texture color table is enabled, use the color table's format to evaluate ↵Brian Paul
the texture env function
2003-07-24fix location of mesa.defKarl Schultz