Commit Graph

85652 Commits

Author SHA1 Message Date
Jon Smirl 724c2c7f6f Add file miniglx.h 2003-08-23 01:25:30 +00:00
Jon Smirl ae530c2ff9 Renaming Makefile to Makefile.X11, added depend support, adjusted paths 2003-08-23 01:12:35 +00:00
Ian Romanick 6373672367 Trivial changes to add support for GL_ARB_point_sprite, which is a
subset of GL_NV_point_sprite (which was already supported).
2003-08-23 00:12:46 +00:00
Ian Romanick 3baefe663b Added support for GL_IBM_multimode_draw_arrays.
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-22 23:28:03 +00:00
Brian Paul 5df82c82bd patch to import Jon Smirl's work from Bitkeeper 2003-08-22 20:11:43 +00:00
Brian Paul 1a84876d79 restore gcc-sl config 2003-08-22 18:06:59 +00:00
Brian Paul 4778beb761 updates from Daniel Borca 2003-08-22 13:47:08 +00:00
Keith Whitwell 12c037dbff Use correct conversions when translating array colors. 2003-08-20 07:21:41 +00:00
Brian Paul 9ec58c2c5b DOS and glide driver updates from Daniel Borca 2003-08-19 15:52:51 +00:00
Brian Paul 3dc8cc4ebc glPixelMap fix 2003-08-19 01:09:57 +00:00
Brian Paul 9d73b81068 Fix glPixelMap: s/GLint/GLsizei/ 2003-08-19 01:08:24 +00:00
Brian Paul d4576154e6 glPixelMap[f/ui/us]v()'s size parameter is GLsizei, not GLint. 2003-08-19 01:07:26 +00:00
Brian Paul bb93870133 simplify some python code 2003-08-19 01:06:24 +00:00
Brian Paul 8a033fa135 minor code improvement in glGenTextures 2003-08-18 19:45:42 +00:00
Brian Paul 01bb309cce register file changes 2003-08-17 17:12:35 +00:00
Brian Paul f2dd273322 Re-org of register files for vertex/fragment programs. Will be easier to
hook in global state references, etc. for ARB programs.
2003-08-17 17:11:50 +00:00
Brian Paul 4f12be0249 fix some broken links 2003-08-15 19:10:47 +00:00
Jouk Jansen 3bbe68510f Committing in .
Update OpenVMS makefile due to new source files.

 Modified Files:
 	Mesa-newtree/src/mesa/main/descrip.mms
 ----------------------------------------------------------------------
2003-08-11 11:46:36 +00:00
Brian Paul e17c1abd67 added arbfrag/vertparse 2003-08-06 19:24:44 +00:00
Brian Paul b5a41d6050 prep for OpenGL 1.5 2003-08-06 19:24:02 +00:00
Brian Paul 2c50b922d6 fix a bunch of warnings 2003-08-06 19:23:20 +00:00
Brian Paul 49555d14a8 remove temporary prototypes 2003-08-06 19:22:59 +00:00
Brian Paul 8f44286b29 placeholder files 2003-08-06 19:22:37 +00:00
Brian Paul 1b252a4f6f added info about Mesa-newtree 2003-08-06 19:16:48 +00:00
Brian Paul 824a4fc34f updated item 1.4 2003-08-06 19:05:26 +00:00
Keith Whitwell 93a458840c Shared dri driver resources 2003-08-06 18:12:22 +00:00
Keith Whitwell b32a036059 Not-quite-functional swrast-only dri driver 2003-08-06 18:11:57 +00:00
Keith Whitwell b93652d67e Shared radeon/r200 init code 2003-08-06 18:10:59 +00:00
Brian Paul 676cf71852 Added TOP to point to top of tree to find includes and libs 2003-08-06 18:04:32 +00:00
Keith Whitwell 848ff108a0 mga driver, brought over by Jon Smirl 2003-08-06 18:01:13 +00:00
Keith Whitwell adbec39bbf r200 driver, brought over by Jon Smirl 2003-08-06 17:59:57 +00:00
Keith Whitwell a7ea785a10 miniglx test programs 2003-08-06 17:47:15 +00:00
Keith Whitwell fb4d5492e0 Newer version of this file 2003-08-06 17:15:29 +00:00
Keith Whitwell ff56908e09 Store material attributes in an Attrib[] style array. This is a
first step to reviving/rescuing the 'vtx' rework from the old mesa
tree.
2003-08-05 18:55:49 +00:00
Keith Whitwell e6dea091c0 Fix samples/fog.c regression - missing test for NeedEyeCoords. 2003-08-05 18:12:55 +00:00
Brian Paul 304d11e0e1 Updates from Daniel Borca. 2003-08-05 15:54:08 +00:00
Keith Whitwell 2880669853 Fix typo (& instead of &&) to fix olympic.c bug 2003-08-01 20:30:20 +00:00
Brian Paul 1a615070ed replace assertion with conditional 2003-07-30 23:13:39 +00:00
Karl Schultz f88d846255 Moved. 2003-07-26 12:44:37 +00:00
Karl Schultz acad0fae7f Add the C++ and response files to the project so that they show up in the project file list. 2003-07-26 12:43:39 +00:00
Karl Schultz e7d9b3fdd7 Reorganized projects so there is one project for each Mesa source subdir, and put the actual project files in each subdir. 2003-07-26 12:42:45 +00:00
Karl Schultz 1b41c0d3d8 VC 6 Project File 2003-07-26 12:38:06 +00:00
Karl Schultz 4894df6cf2 minor option tweak 2003-07-25 16:43:31 +00:00
Karl Schultz b9d9c1f40d 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. 2003-07-25 16:38:17 +00:00
Karl Schultz 9b0bb3d052 Add documentation. 2003-07-25 16:35:25 +00:00
Karl Schultz fd5889f975 Project now builds the C++ sources (with great difficulty). Add module definition file (glu.def) to project. 2003-07-25 16:35:05 +00:00
Karl Schultz c2b39d0312 add a dependency so that osmesa builds 2003-07-25 16:32:50 +00:00
Karl Schultz 00d7f16dbd cleanup - add comments and sort names. 2003-07-25 14:44:57 +00:00
Brian Paul c2aee04666 don't include malloc.h (bug 776574) 2003-07-24 22:41:17 +00:00
Karl Schultz 838bb33fe1 add osdemo project 2003-07-24 17:45:27 +00:00