summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
AgeCommit message (Collapse)Author
2006-08-30fix Xlib driver mem leaksBrian Paul
2006-08-29set 6.5.1 release to Aug 31Brian Paul
2006-08-256.5.1 bug fixesBrian Paul
2006-08-24recent bug fixesBrian Paul
2006-08-18updates for 6.5.1Brian Paul
2006-08-10latest updates for 6.5.1Brian Paul
2006-07-19more 6.5.1 additionsBrian Paul
2006-06-13fix glVertexAttribPointerARB's normalized behaviourBrian Paul
2006-06-12GL_APPLE_vertex_array_object is newBrian Paul
2006-06-08fix glBegin error testBrian Paul
2006-06-02fix depth-format rectangular texturesBrian Paul
2006-05-30fix bug 7077 - mem leakBrian Paul
2006-05-22GL_INDEX_OFFSET fixBrian Paul
2006-05-20glxinfo -l expanded, fixed bug 6863Brian Paul
2006-05-0916/32-bit chan fixes, texture compression fixesBrian Paul
2006-04-25vertex attrib alias change, glPopAttrib/GL_DRAW_BUFFER bug fixBrian Paul
2006-04-146.5.1 fixesBrian Paul
2006-04-06fixed line clipping bug 6512Brian Paul
2006-04-06fix render to depth texture bugsBrian Paul
2006-04-05remove duplicated framebuffer attachment testBrian Paul
2006-04-05first 6.5.1 bug fix - bug 6498Brian Paul
2006-03-316.5 updatesBrian Paul
2006-03-29prep for 6.5 releaseBrian Paul
2006-03-02added GL_EXT_framebuffer_blit, etcBrian Paul
2006-02-03bring in changes from 6.4 branchBrian Paul
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul
done with fragment programs nowadays.
2005-11-05added MESA_GLX_ALPHA_BITS env varBrian Paul
2005-10-24updates from 6.4 branchBrian Paul
2005-10-17add 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-15enable 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-23added XOR line optimizationBrian Paul
2005-09-12add GL_ATI_fragment_shader support for r200Roland Scheidegger
2005-09-02GL_EXT_timer_queryBrian Paul
2005-08-31enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for ↵Roland Scheidegger
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-25added singlebuffer demoBrian Paul
2005-08-25initial 6.5 changes (reflect demo, remove GL_HP_occlusion_test)Brian Paul
2005-08-19updates for 6.3.2 release, plus other assorted clean-upsBrian Paul
2005-08-16updates for 6.3.2Brian Paul
2005-07-28SPARC, DRI interface changes for 6.3.1Brian Paul
2005-07-22added vp negative addressing bug fixBrian Paul
2005-07-216.3.1 updatesBrian Paul
2005-07-21first 6.3.1 bug fixesBrian Paul
2005-07-20more updates for 6.3 releaseBrian Paul
2005-07-19updates for 6.3 releaseBrian Paul
2005-05-07x86_64 stuffBrian Paul
2005-05-05fix typoBrian Paul
2005-01-20document new glDeleteTextures/Buffers/Programs behaviourBrian Paul
2005-01-03latest updatesBrian Paul
2004-12-09bring in 6.2.1 changesBrian Paul
2004-10-31finished up PBO supportBrian Paul