Commit Graph

723 Commits

Author SHA1 Message Date
Brian Paul 69ddf6cc41 more 6.5.1 additions 2006-07-19 15:09:42 +00:00
Brian Paul d9eff8ba19 download/install updates 2006-07-12 20:14:43 +00:00
Brian Paul 3cb56804ca fix glut/freeglut links 2006-06-23 15:27:32 +00:00
Brian Paul 4df010b296 fix glVertexAttribPointerARB's normalized behaviour 2006-06-13 17:17:32 +00:00
Brian Paul a3feff414f GL_APPLE_vertex_array_object is new 2006-06-12 20:02:45 +00:00
Brian Paul 5dbd0a400a added info about prerequisites for building DRI drivers 2006-06-08 23:42:07 +00:00
Brian Paul 11ea8cb0a2 fix glBegin error test 2006-06-08 23:12:58 +00:00
Brian Paul 0c65604eeb links to ClosedGL and S3TC library 2006-06-08 19:59:41 +00:00
Brian Paul 808809b061 updated Pixmap vs. XImage info 2006-06-07 14:01:31 +00:00
Brian Paul 79d8db77b9 fix depth-format rectangular textures 2006-06-02 12:47:42 +00:00
Brian Paul 4d3ab19abf document MESA_TEX/TNL_PROG env vars 2006-06-01 20:22:30 +00:00
Brian Paul 55ad3cc055 fix bug 7077 - mem leak 2006-05-30 22:26:21 +00:00
Michal Krol 44d5c8668a First draft. 2006-05-30 09:35:36 +00:00
Brian Paul acc9566b86 GL_INDEX_OFFSET fix 2006-05-22 17:41:59 +00:00
Brian Paul 226d0187b5 glxinfo -l expanded, fixed bug 6863 2006-05-20 15:18:23 +00:00
Brian Paul e35b9058ce updated docs for off-screen rendering 2006-05-19 03:42:16 +00:00
Brian Paul ab13ec10eb 16/32-bit chan fixes, texture compression fixes 2006-05-09 14:41:08 +00:00
Ian Romanick 6e2ab82f5c Fix some silly spelling errors. 2006-05-03 17:12:12 +00:00
Brian Paul cb0ae25a4e vertex attrib alias change, glPopAttrib/GL_DRAW_BUFFER bug fix 2006-04-25 00:55:47 +00:00
Brian Paul 6e542f11c9 minor updates 2006-04-19 16:55:27 +00:00
Brian Paul 12ad488e59 Replace old README.X11 with updated xlibdriver.html 2006-04-19 03:25:06 +00:00
Brian Paul 780155ab31 6.5.1 fixes 2006-04-14 02:26:40 +00:00
Brian Paul 0a605f93db fixed line clipping bug 6512 2006-04-06 22:15:27 +00:00
Brian Paul dc32eb8f93 fix render to depth texture bugs 2006-04-06 04:25:48 +00:00
Brian Paul 32cd166971 remove duplicated framebuffer attachment test 2006-04-05 19:58:37 +00:00
Brian Paul 900da88dae first 6.5.1 bug fix - bug 6498 2006-04-05 03:25:05 +00:00
Daniel Borca 75f81ad5f9 Assorted updates. 2006-04-01 13:38:45 +00:00
Brian Paul 57b61638af added MD5 checksums for 6.5 files 2006-04-01 02:29:40 +00:00
Brian Paul 09b6b9e9c3 added 6.5 relnotes 2006-04-01 01:49:31 +00:00
Brian Paul e3f41ce611 6.5 updates 2006-03-31 23:10:21 +00:00
Daniel Borca 3a3e63dc4f DMesa now uses OSMesa as a back-end. 2006-03-31 20:53:12 +00:00
Karl Schultz 18b72d184c updated again for 6.5. 2006-03-31 06:54:11 +00:00
Adam Jackson 48547ee129 Clarify which version of Mesa we're talking about 2006-03-30 19:26:54 +00:00
Adam Jackson 8982697981 Update the install docs to make explicit note of libdrm version dependency.
Change pdx.fd.o to {anon,}cvs.fd.o as appropriate.
2006-03-30 19:21:20 +00:00
Karl Schultz e43edd3c70 Updated for Mesa 6.5 2006-03-29 23:53:43 +00:00
Brian Paul a85fbb1d36 prep for 6.5 release 2006-03-29 04:53:02 +00:00
Brian Paul e44499480f added known issue: render to depth textures not working 2006-03-28 15:25:44 +00:00
Brian Paul 9227bca103 added GL_EXT_framebuffer_blit, etc 2006-03-02 04:12:34 +00:00
Brian Paul 5b2ee9c1e9 update Blender link 2006-02-23 14:29:03 +00:00
Brian Paul 49ad2d4ed1 updated GLUT link 2006-02-22 15:50:57 +00:00
Brian Paul ea970da0b6 bring in changes from 6.4 branch 2006-02-03 17:21:54 +00:00
Brian Paul 5e9d73153c misc updates 2006-01-27 20:12:06 +00:00
Brian Paul 3086efe357 remove bogus wings3d link 2005-12-30 19:15:40 +00:00
Brian Paul 1add059bd1 Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
done with fragment programs nowadays.
2005-12-14 03:04:58 +00:00
Brian Paul 8894a55d5f added MESA_GLX_ALPHA_BITS env var 2005-11-05 03:12:06 +00:00
Adam Jackson d78834b306 s/dri.sourceforge.net/dri.freedesktop.org/ 2005-11-03 20:49:07 +00:00
Brian Paul 7e4cc1c29f updates from 6.4 branch 2005-10-24 23:33:27 +00:00
Roland Scheidegger 2d61d30117 add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fallback) yet. May cause a tcl fallback if fog coord is used together with separate specular lighting. Fog factors are precomputed and then submitted instead of the raw coords (chip limitation, same as on r200). 2005-10-17 00:54:12 +00:00
Roland Scheidegger 247f3b3e81 enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just generates vfmt fallback). Code by Andreas Stenglein, some small adjustments by me. 2005-10-15 23:45:53 +00:00
Jouk Jansen d997b90433 Committing in .
1) change compilation on VMS to use IEEE floating points

 2) one more problem with _mesa_sprintf solved

 Modified Files:
 	Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms
 	Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms
 	Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms
 	Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms
 	Mesa/src/mesa/array_cache/descrip.mms
 	Mesa/src/mesa/drivers/common/descrip.mms
 	Mesa/src/mesa/drivers/osmesa/descrip.mms
 	Mesa/src/mesa/drivers/x11/descrip.mms
 	Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms
 	Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms
 	Mesa/src/mesa/shader/descrip.mms
 	Mesa/src/mesa/shader/grammar/descrip.mms
 	Mesa/src/mesa/shader/slang/descrip.mms
 	Mesa/src/mesa/swrast/descrip.mms
 	Mesa/src/mesa/swrast_setup/descrip.mms
 	Mesa/src/mesa/tnl/descrip.mms
 ----------------------------------------------------------------------
2005-09-23 07:03:53 +00:00
Brian Paul 36d9ee1828 added XOR line optimization 2005-09-23 01:42:23 +00:00
Brian Paul a25fe61607 initial 6.5 release notes 2005-09-14 14:34:54 +00:00
Brian Paul 7909dd920d update like for MD2 viewer 2005-09-13 18:18:47 +00:00
Roland Scheidegger 8d2139e513 add GL_ATI_fragment_shader support for r200 2005-09-12 23:45:05 +00:00
Brian Paul 7f8cb30ccc bunch of updates 2005-09-10 16:57:22 +00:00
Brian Paul 93cfdfe1ef GL_EXT_timer_query 2005-09-02 14:02:44 +00:00
Roland Scheidegger 36603539cc enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for texture sampling and texture environment, optimize away texture sampling for units if the result is not used, always emit the env instructions in-order and try to eliminate GL_REPLACE env instructions. 2005-08-31 19:11:09 +00:00
Brian Paul 3a165edc9a added note about IEEE vs VAX floating point (bug 4270) 2005-08-29 14:45:30 +00:00
Brian Paul adbf932ec1 added singlebuffer demo 2005-08-25 23:26:51 +00:00
Brian Paul b8a804d24f initial 6.5 changes (reflect demo, remove GL_HP_occlusion_test) 2005-08-25 14:24:49 +00:00
Brian Paul ae27ef2219 fix typo 2005-08-19 23:44:35 +00:00
Brian Paul f350e22716 md5 sums for 6.3.2 2005-08-19 23:42:29 +00:00
Brian Paul eacd347fce update MESA_DEBUG with FP info 2005-08-19 23:34:10 +00:00
Brian Paul b7c727e500 updates for 6.3.2 release, plus other assorted clean-ups 2005-08-19 16:57:50 +00:00
Brian Paul 926a19e108 updates for 6.3.2 2005-08-16 23:12:37 +00:00
Brian Paul 960467443e SPARC, DRI interface changes for 6.3.1 2005-07-28 02:46:26 +00:00
Brian Paul fea5a428e9 added vp negative addressing bug fix 2005-07-22 02:54:14 +00:00
Brian Paul 7a37189adc 6.3.1 updates 2005-07-21 18:45:54 +00:00
Brian Paul f87bb14b0b updated with DRI building instructions 2005-07-21 18:45:44 +00:00
Brian Paul 7b5c506c0e first 6.3.1 bug fixes 2005-07-21 15:58:16 +00:00
Brian Paul 7cf480e6fe s/2004/2005/ 2005-07-21 15:57:29 +00:00
Brian Paul 18014525a1 fix some URLs 2005-07-20 18:25:01 +00:00
Brian Paul 2276679c53 added md5 checksums for 6.3 2005-07-20 18:20:45 +00:00
Brian Paul d4596584f6 more updates for 6.3 release 2005-07-20 18:07:11 +00:00
Brian Paul 6bb49eacfd updates for 6.3 release 2005-07-19 21:01:46 +00:00
Karl Schultz 5f79d27b82 Update notes with VC7 info. 2005-07-01 21:08:00 +00:00
Brian Paul 30aea49cf6 minor fixes 2005-07-01 01:04:31 +00:00
Daniel Borca 31d0cedd78 updates from Paul Garceau 2005-06-07 19:01:33 +00:00
Daniel Borca 4f923fb0bc updates from Paul Garceau 2005-06-07 05:29:38 +00:00
Karl Schultz 516546ad5b Updates for new Windows build system. 2005-06-02 23:17:02 +00:00
Brian Paul d3bd97bb14 x86_64 stuff 2005-05-07 17:27:57 +00:00
Brian Paul e3f684b753 fix a bunch of html errors 2005-05-06 22:17:24 +00:00
Brian Paul 9f8b3fac97 minor face-lift for web pages 2005-05-05 14:18:31 +00:00
Brian Paul 0355d3ff94 fix typo 2005-05-05 14:18:04 +00:00
Brian Paul e4b2356c07 Major check-in of changes for GL_EXT_framebuffer_object extension.
Main driver impacts:
- new code for creating the Mesa GLframebuffer
- new span/pixel read/write code
Some drivers not yet updated/tested.
2005-05-04 20:11:35 +00:00
Brian Paul ebef61f5c0 html fix 2005-05-04 20:05:21 +00:00
Brian Paul fd451b6d01 updated procedure for getting CVS-write access 2005-04-13 23:50:47 +00:00
Brian Paul a62fe7f5e3 obsolete 2005-03-26 19:21:07 +00:00
Daniel Borca a5f2dcb57b updated doc 2005-02-14 15:06:50 +00:00
Brian Paul f901072afb lots of updates 2005-02-10 15:18:26 +00:00
Brian Paul cb3bc2c49a document new glDeleteTextures/Buffers/Programs behaviour 2005-01-20 04:03:37 +00:00
Brian Paul 36da0459e4 Use a simple CSS style sheet. 2005-01-20 03:55:10 +00:00
Daniel Borca f4bff83c32 doc update 2005-01-14 08:31:50 +00:00
Brian Paul dd1a817c50 latest updates 2005-01-03 15:55:51 +00:00
Brian Paul 81ca616e7e DirectFB driver (Claudio Ciccani) 2005-01-03 15:35:00 +00:00
Daniel Borca 00b7aba567 misc cleanup 2004-12-20 08:09:25 +00:00
Daniel Borca 65dfab66e5 minor info update 2004-12-15 07:56:49 +00:00
Brian Paul 7af80ca8c1 typo 2004-12-09 23:23:14 +00:00
Brian Paul a8158599df bring in 6.2.1 changes 2004-12-09 23:21:36 +00:00
Brian Paul ddfd2067ae report bugs at freedesktop.org 2004-12-05 18:03:21 +00:00
Brian Paul 6bca16b877 misc updates 2004-11-27 19:42:16 +00:00
Brian Paul 65b79057b9 misc updates 2004-11-22 17:49:15 +00:00
Daniel Borca 05cb9468f3 emphasize on the contents of Glide SDK 2004-11-15 08:01:20 +00:00
Daniel Borca 8d88f826b9 small note regarding SSE under pure DOS 2004-11-12 15:00:30 +00:00
Brian Paul aea02adc7b remove PBO work from to-do list 2004-10-31 18:44:24 +00:00
Brian Paul 753476c162 finished up PBO support 2004-10-31 18:43:46 +00:00
Brian Paul 51c026b265 updated PLIB URL 2004-10-27 23:01:47 +00:00
Brian Paul 901d9b9a92 GL_OES_read_format info 2004-10-16 15:04:43 +00:00
Brian Paul f599716b93 updated fsv URL 2004-10-13 17:29:46 +00:00
Brian Paul 612d5f6e84 initial 6.3 changes 2004-10-13 15:57:55 +00:00
Philippe Houdoin fd7f62a508 Forgot a contributor.
Update build requirements since we can build with BeOS vanilla gcc *and*
more recent gcc 2.95.3 versions (recommended for best performance).
2004-10-13 00:35:55 +00:00
Daniel Borca f5e7629685 doc update 2004-10-12 06:43:00 +00:00
Brian Paul 9cef3efc29 initial stuff for 6.3 2004-10-02 15:43:14 +00:00
Brian Paul 7e73b1afa2 a few more updates for the 6.2 release 2004-10-02 15:26:25 +00:00
Brian Paul 07dead7a51 added PBO known issues 2004-10-02 14:59:29 +00:00
Brian Paul bdd3c2e44e set 6.2 release date 2004-10-02 14:56:17 +00:00
Karl Schultz 7ff3c9e4fc minor updates and improvements 2004-10-01 21:22:10 +00:00
Brian Paul 58be9e6c37 updated osmesa info 2004-09-24 20:31:02 +00:00
Daniel Borca d9873c59ef added (back!) option to use non-packedcolor 2004-09-24 07:03:53 +00:00
Brian Paul 4ebf9590c3 VBO refcount and spriteblast fixes 2004-09-16 19:33:44 +00:00
Brian Paul 8de924dbb0 fixed glDeleteTextures bug 2004-09-14 20:43:22 +00:00
Brian Paul 86cdad1b2f added GL_MAX_VERTEX_ATTRIBS_ARB bug fix 2004-09-13 19:59:06 +00:00
Brian Paul 1fcac8b1c1 adjust texcoords for texture rectangle sampling 2004-09-13 14:54:19 +00:00
Brian Paul a290fd6aa1 ggi updates 2004-09-10 19:20:56 +00:00
Brian Paul e14c225597 misc updates for 6.2 release 2004-09-10 16:42:40 +00:00
Brian Paul 5c6ede2060 fix matrix classification and program parsing error state bugs 2004-09-10 01:07:05 +00:00
Daniel Borca 2b0f589328 document MESA_FX_NOSNAP 2004-08-31 06:32:34 +00:00
Philippe Houdoin 0f539de57e Todo list updated. Build instructions detailed. 2004-08-24 08:31:57 +00:00
Brian Paul b1e178c69b release notes for 6.2 2004-08-22 17:43:31 +00:00
Brian Paul b0f08737ba IRIX fixes 2004-08-22 17:42:03 +00:00
Brian Paul edfe0fe78b enabled GL_ARB_texture_rectangle 2004-08-20 14:21:20 +00:00
Daniel Borca 14c532f767 cleanup 2004-08-20 08:29:24 +00:00
Brian Paul e4a4d04170 first bug fix for v6.2 2004-08-19 18:34:41 +00:00
Brian Paul 740cbb1559 added Mesa 6.1 release info 2004-08-18 22:41:09 +00:00
Brian Paul 6aa5b4cb91 set release date for 6.1 2004-08-17 22:58:23 +00:00
Brian Paul 51830613a9 some updated info about adding new extensions 2004-08-17 14:08:59 +00:00
Daniel Borca 153f479697 prepared for release 2004-08-16 08:47:19 +00:00
Brian Paul 4d69189ac0 minor update to intro, and some word wrapping 2004-08-14 15:23:51 +00:00
Brian Paul 946765a95f BeOS updates, memory leak fix, updated release notes 2004-08-14 15:21:17 +00:00
Philippe Houdoin b44cf6df1c Updated according to new way to build under BeOS. 2004-08-14 10:06:21 +00:00
Brian Paul d462841384 updated glext.h and glxext.h files 2004-08-10 15:40:20 +00:00
Brian Paul 0a10abf93e vtk and Paraview links updated 2004-07-28 15:55:13 +00:00
Brian Paul c2800e08ec don't use GLuint or GLvoid in function declaration 2004-07-27 16:32:37 +00:00
Brian Paul dfa5c2bfbb new MESA_GLX_DEPTH_BITS env var 2004-07-23 23:32:15 +00:00
Brian Paul 4f6b1ad952 added MESA_GLX_FORCE_ALPHA env var 2004-07-23 15:49:12 +00:00
Daniel Borca 15a0b086b4 minor doc update 2004-07-21 08:45:35 +00:00
Brian Paul 8a08853536 fixed AIX color interpolation bug 2004-07-05 14:54:16 +00:00
Brian Paul 7c1207a2ec fixed vertex program state references 2004-06-29 00:30:06 +00:00
Brian Paul 36bdb07860 glBegin/EndQueryARB bug fix 2004-06-28 22:02:23 +00:00
Brian Paul 9a47d2b7cf fix GL_HP_occlusion_test bug, use glext.h version 23 2004-06-24 16:39:53 +00:00
Brian Paul 636d4db608 latest bug fixes, etc. 2004-06-20 19:17:39 +00:00
Daniel Borca f0f23aaba8 Hack for linear fogging. Added empty routines for WGL_ARB_pixel_format WGL_ARB_render_texture WGL_ARB_pbuffer 2004-06-19 11:07:58 +00:00
Daniel Borca 3dc3cc9d40 Fixed a bug in vertex emitter (untile we move to t_vertex.c) 2004-06-14 09:11:13 +00:00
Brian Paul 694b10ca6d document recent changes/fixes 2004-06-10 20:48:46 +00:00
Daniel Borca 93c91c3863 masked out unsupported glBlendColor (some games check only the proc addr) 2004-06-03 07:14:27 +00:00
Brian Paul 254d519c6a s/core/main/ 2004-05-21 14:48:58 +00:00
Brian Paul 4a54ace195 lots of updates 2004-05-20 22:27:59 +00:00
Brian Paul 1d91a0b908 updated URL 2004-05-20 22:27:30 +00:00
Daniel Borca a863d4bffb doc update; minor changes 2004-05-20 06:11:16 +00:00
Daniel Borca 4a1d4a25e2 documentation update 2004-05-07 06:00:53 +00:00
Brian Paul 07cc9af601 documentation for TexImage code changes 2004-05-05 00:02:23 +00:00
Brian Paul 186d4d8cf4 added pointer to Vincent (OpenGL ES implementation) 2004-04-27 12:55:08 +00:00
Brian Paul fe4b966293 new CYGWIN docs from Eric Lassauge 2004-04-23 13:13:30 +00:00
Brian Paul 8be72c5b5d apply texgen/texture matrix in glRasterPos 2004-04-19 23:13:36 +00:00
Brian Paul 1fc35a44ef glTexEnviv bug fix 2004-04-19 20:26:30 +00:00
Brian Paul 4697419c43 bug fixes for ARB/NV fragment program texture instructions 2004-04-18 20:23:24 +00:00
Brian Paul f4b909bed0 updated instructions for new directory tree and makefile system 2004-04-18 20:17:14 +00:00
Daniel Borca edf4f53c15 documentation updates
Glide3 driver: POINTCAST palette fixes
2004-04-14 08:00:52 +00:00
Daniel Borca fb7766853d updated Glide driver documentation
fixed SAL/SAR in assyntax.h (NASM)
fixed a bug wrt NULL pointer assignment in t_vtx_api.c
cosmetics to t_vtx_x86.c & t_vtx_x86_gcc.S
enabled STDCALL with codegen (MinGW)
2004-04-13 07:08:34 +00:00
Daniel Borca d3746ca27e revived linux-glide build process
some small Makefile changes for MinGW & DJGPP
2004-04-07 06:37:50 +00:00
Brian Paul fbb60ede3d update revision history 2004-04-03 16:17:46 +00:00
Brian Paul 29f0190be7 minor corrections 2004-04-03 16:16:16 +00:00
Brian Paul 347f1d966e reorder 6.0 / 6.0.1 entries 2004-04-02 23:41:18 +00:00
Brian Paul 2501fa1197 merge from 6.0 branch 2004-04-02 23:37:02 +00:00
Daniel Borca 71c7c1feb6 code cleanup heheh 2004-03-29 06:51:41 +00:00
Brian Paul 26f334a679 updated Makefile info 2004-03-26 15:20:08 +00:00
Brian Paul d3b09fe29b update my email address 2004-03-25 01:42:41 +00:00
Brian Paul 57ff474cb0 added aux buffers item 2004-03-21 17:09:59 +00:00
Daniel Borca fa21787b52 workaround for crash-upon-exit in verbose mode
fxMesa now uses grQueryResolution
minor fixes to X11 and DOS drivers
2004-03-02 08:15:24 +00:00
Daniel Borca 2aa84490c0 fixed some typos 2004-02-20 09:47:42 +00:00
Brian Paul e01370271e recent bug fixes/changes (fog, glArrayElement, triangle rasterization) 2004-02-17 23:38:05 +00:00
Brian Paul 70dacabfe5 added note about kernel modules 2004-02-13 18:29:42 +00:00
Brian Paul 9ad80a475d info about precompiled libs for Solaris 2004-02-13 15:50:13 +00:00
Daniel Borca 1440f73212 reorganized DMesa to fxMesa wrapper 2004-02-09 08:46:38 +00:00
Daniel Borca 89625ef634 deal with combine_ext refactor 2004-02-09 07:39:03 +00:00
Daniel Borca d039b43e30 added NUL driver for DMesa 2004-02-07 10:54:36 +00:00
Brian Paul d761adad5d added Daniel Stone for getting CVS access 2004-02-03 23:36:59 +00:00
Brian Paul b07d6a8158 updated list of env vars 2004-02-02 22:35:55 +00:00
Daniel Borca 61bc62cc40 added glutGetProcAddress in DMesaGLUT 2004-02-02 07:47:23 +00:00
Brian Paul c9d2f4ca47 updated GLUT link 2004-01-26 00:30:08 +00:00
Brian Paul c6bf130e98 initial info for version 6.1 2004-01-24 16:53:20 +00:00
Brian Paul eaaf618bb8 added link to ORSA (per request) 2004-01-24 15:20:24 +00:00
Daniel Borca 3d06dc7581 accomodated new driver_func initialization
added DMesaGetProcAddress
some other minor fixes
updated documentation
2004-01-23 15:57:52 +00:00
Brian Paul edd1d86c74 misc updates 2004-01-23 01:56:26 +00:00
Daniel Borca d4636e74c8 fixed a bug in VGA initialization routine 2004-01-20 14:15:35 +00:00
Brian Paul d8059008a2 initial 6.1 release notes with info about recent _mesa_create_context changes, etc. 2004-01-20 02:54:51 +00:00
Brian Paul 546214f3c8 tweaks for 6.0 release 2004-01-15 15:47:57 +00:00
Daniel Borca 0849ed1275 documentation update 2004-01-15 07:17:31 +00:00
Brian Paul e6089db8c0 latest changes, bug fixes 2004-01-14 19:49:22 +00:00
Brian Paul b44d4a0d6a updated glext.h, fixed bug 876160 2004-01-13 16:18:33 +00:00
Brian Paul e96d5b9846 latest bug fixes 2004-01-12 15:30:55 +00:00
Brian Paul f7650b647a added note about mklib permissions 2004-01-12 15:30:42 +00:00
Brian Paul d7af11a041 updates for 6.0 release 2004-01-07 14:51:30 +00:00
Brian Paul a48a280e27 added Aqsis link 2004-01-06 16:36:48 +00:00
Brian Paul b4b04651f5 remove BMRT link 2004-01-06 15:33:48 +00:00
Brian Paul 4d1b773dd3 latest updates 2004-01-01 15:18:50 +00:00
Brian Paul fc528e27c6 added info about S3TC texture compression 2003-12-31 20:59:51 +00:00
Brian Paul 1fdfd54ba2 updated CVS info 2003-12-31 20:47:37 +00:00
Brian Paul 259b880bc7 Version bumps, etc for Mesa 6.0 2003-12-21 04:06:31 +00:00
Daniel Borca e9e98405e7 DMesa: removed MGA2064W driver
DMesa: added capability to query visuals
fxMesa: WGL_3DFX_gamma_control
fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...)
2003-12-19 11:26:46 +00:00
Brian Paul eee77bf82f added link to RELNOTES-5.1 2003-12-18 00:42:16 +00:00
Brian Paul 9ccc84160b added MD5 checksums for 5.1 tarballs 2003-12-18 00:32:05 +00:00
Brian Paul ede655c230 updates for 5.1 release 2003-12-17 23:54:23 +00:00
Brian Paul 829adaee79 updated location of config.h 2003-12-17 15:14:31 +00:00
Brian Paul 50f20ec7f5 Updates from Philippe Houdoin. 2003-12-13 01:26:14 +00:00
Brian Paul d7a2a7f4a8 updated list of files 2003-12-12 15:44:11 +00:00
Daniel Borca 2844285297 got rid of __FUNCTION__ :(
Texus2 functions are dynamically linked now
made getRegistryOrEnvironmentString more portable
bugfix: unnecessary total SW fallback -- glColorMask
bugfix: when shared palette was not loaded correctly
point_attenuation_stage back in business (point size/atten)
fxTexGetInfo is not required for fxIsTexSupported
fxDDChooseTextureFormat optimized for RGB/RGBA textures
accelerated Quads with Triangle_Fans
more WGL extensions/functions (also updated export file)
DXTC/S3TC -> FXT1 wrapping hack
quick & dirty fix for Quake2
2003-12-10 15:24:49 +00:00
Brian Paul 99cfc4ecbc Basic info about the glFBDev interface/driver. 2003-12-06 17:26:50 +00:00
Brian Paul 80e89c5368 added description of faster glDraw/CopyPixels code 2003-12-01 22:43:31 +00:00
Brian Paul ba9dc7ecf3 updated NetReality -> Pansophica 2003-11-28 15:06:02 +00:00
Brian Paul acbc1e0c91 added link to Chromium 2003-11-26 18:10:31 +00:00
Brian Paul 69449a9d51 updated CVS info 2003-11-26 18:10:19 +00:00
Brian Paul 7df4f95314 added SoftGL link 2003-11-25 21:13:26 +00:00
Brian Paul 76f51ca9ea updated list of new/old src files 2003-11-24 17:13:10 +00:00
Brian Paul 0dde1904c8 added GL_ARB_vertex/fragment_program and new vertex code 2003-11-24 15:39:55 +00:00
Daniel Borca ef563d011b doc updates; GLUT timer additions; fixed compilation warnings 2003-11-18 12:18:13 +00:00
Brian Paul a4e65d69dc fix texgen bug 597589 2003-11-17 15:15:18 +00:00
Brian Paul 0ce7d7725a added glAccum bug fix 2003-11-13 22:24:36 +00:00
Brian Paul 34a8bf5135 added Ville's RGBA blend fix 2003-11-12 15:39:13 +00:00
Brian Paul 6eb2547317 updated 5.0.2 tarballs 2003-11-12 15:32:57 +00:00
Brian Paul 666b0a3f6e added glTexSubImage3D bug 2003-11-07 14:53:17 +00:00
Brian Paul e83cf6ddf2 added wgl bug fix 2003-11-04 23:38:33 +00:00
Daniel Borca 1b6cca67b5 documentation update; also new makefiles for Win32 MesaFX build 2003-10-21 11:15:52 +00:00
Brian Paul 2bd4b68c5e fix CVS info 2003-10-17 14:09:54 +00:00
Daniel Borca 0219d1168e minor fixes + doc update 2003-10-14 14:56:45 +00:00
Brian Paul e4db8eb6fa added GL_ARB_point_sprite demo, texgen bug fix 2003-10-11 16:42:15 +00:00
Karl Schultz faa2b09012 Add notes about building with the mangled namespace on Windows. 2003-10-10 17:13:47 +00:00
Brian Paul a75246f8f5 updates from Daniel Borca 2003-10-02 17:36:43 +00:00
Brian Paul 9b101c34da added info about vertex/fragment program debugger 2003-09-23 15:40:57 +00:00
Brian Paul b0cde83906 enum updates 2003-09-23 14:46:11 +00:00
Brian Paul 04e6987de1 summary of Mesa's extension enum values 2003-09-19 15:07:57 +00:00
Brian Paul 361a9ac966 minor updates 2003-09-19 14:58:21 +00:00
Brian Paul effa9af9b1 added note about _TriangleCaps 2003-09-18 23:42:08 +00:00
Karl Schultz e4b40a7cf1 Updated for new Windows build system. 2003-09-18 19:10:53 +00:00
Brian Paul 65f605849a assorted updates 2003-09-17 21:36:08 +00:00
Brian Paul 83f57e32ca updated with new extension info 2003-09-17 21:22:54 +00:00
Brian Paul 438a898dcf allow glTexImage1/2/3D width/height/depth = 0 2003-09-12 15:04:12 +00:00
Brian Paul 6c57b379a4 misc updates 2003-09-05 14:53:25 +00:00
Brian Paul 1ac73bc993 update directories 2003-09-05 14:47:24 +00:00
Brian Paul 5f37abfc43 updated info for Mesa 5.1 2003-09-05 14:47:07 +00:00