Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-12 | GL_APPLE_vertex_array_object is new | Brian Paul | |
2006-06-08 | added info about prerequisites for building DRI drivers | Brian Paul | |
2006-06-08 | fix glBegin error test | Brian Paul | |
2006-06-08 | links to ClosedGL and S3TC library | Brian Paul | |
2006-06-07 | updated Pixmap vs. XImage info | Brian Paul | |
2006-06-02 | fix depth-format rectangular textures | Brian Paul | |
2006-06-01 | document MESA_TEX/TNL_PROG env vars | Brian Paul | |
2006-05-30 | fix bug 7077 - mem leak | Brian Paul | |
2006-05-30 | First draft. | Michal Krol | |
2006-05-22 | GL_INDEX_OFFSET fix | Brian Paul | |
2006-05-20 | glxinfo -l expanded, fixed bug 6863 | Brian Paul | |
2006-05-19 | updated docs for off-screen rendering | Brian Paul | |
2006-05-09 | 16/32-bit chan fixes, texture compression fixes | Brian Paul | |
2006-05-03 | Fix some silly spelling errors. | Ian Romanick | |
2006-04-25 | vertex attrib alias change, glPopAttrib/GL_DRAW_BUFFER bug fix | Brian Paul | |
2006-04-19 | minor updates | Brian Paul | |
2006-04-19 | Replace old README.X11 with updated xlibdriver.html | Brian Paul | |
2006-04-14 | 6.5.1 fixes | Brian Paul | |
2006-04-06 | fixed line clipping bug 6512 | Brian Paul | |
2006-04-06 | fix render to depth texture bugs | Brian Paul | |
2006-04-05 | remove duplicated framebuffer attachment test | Brian Paul | |
2006-04-05 | first 6.5.1 bug fix - bug 6498 | Brian Paul | |
2006-04-01 | Assorted updates. | Daniel Borca | |
2006-04-01 | added MD5 checksums for 6.5 files | Brian Paul | |
2006-04-01 | added 6.5 relnotes | Brian Paul | |
2006-03-31 | 6.5 updates | Brian Paul | |
2006-03-31 | DMesa now uses OSMesa as a back-end. | Daniel Borca | |
2006-03-31 | updated again for 6.5. | Karl Schultz | |
2006-03-30 | Clarify which version of Mesa we're talking about | Adam Jackson | |
2006-03-30 | Update the install docs to make explicit note of libdrm version dependency. | Adam Jackson | |
Change pdx.fd.o to {anon,}cvs.fd.o as appropriate. | |||
2006-03-29 | Updated for Mesa 6.5 | Karl Schultz | |
2006-03-29 | prep for 6.5 release | Brian Paul | |
2006-03-28 | added known issue: render to depth textures not working | Brian Paul | |
2006-03-02 | added GL_EXT_framebuffer_blit, etc | Brian Paul | |
2006-02-23 | update Blender link | Brian Paul | |
2006-02-22 | updated GLUT link | Brian Paul | |
2006-02-03 | bring in changes from 6.4 branch | Brian Paul | |
2006-01-27 | misc updates | Brian Paul | |
2005-12-30 | remove bogus wings3d link | Brian Paul | |
2005-12-14 | Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be | Brian Paul | |
done with fragment programs nowadays. | |||
2005-11-05 | added MESA_GLX_ALPHA_BITS env var | Brian Paul | |
2005-11-03 | s/dri.sourceforge.net/dri.freedesktop.org/ | Adam Jackson | |
2005-10-24 | updates from 6.4 branch | Brian Paul | |
2005-10-17 | add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses ↵ | Roland Scheidegger | |
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-15 | enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just ↵ | Roland Scheidegger | |
generates vfmt fallback). Code by Andreas Stenglein, some small adjustments by me. | |||
2005-09-23 | Committing in . | Jouk Jansen | |
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 | added XOR line optimization | Brian Paul | |
2005-09-14 | initial 6.5 release notes | Brian Paul | |
2005-09-13 | update like for MD2 viewer | Brian Paul | |
2005-09-12 | add GL_ATI_fragment_shader support for r200 | Roland Scheidegger | |