summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
AgeCommit message (Collapse)Author
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
2004-10-16GL_OES_read_format infoBrian Paul
2004-10-13initial 6.3 changesBrian Paul
2004-10-02initial stuff for 6.3Brian Paul
2004-10-02set 6.2 release dateBrian Paul
2004-09-16VBO refcount and spriteblast fixesBrian Paul
2004-09-14fixed glDeleteTextures bugBrian Paul
2004-09-13added GL_MAX_VERTEX_ATTRIBS_ARB bug fixBrian Paul
2004-09-13adjust texcoords for texture rectangle samplingBrian Paul
2004-09-10ggi updatesBrian Paul
2004-09-10misc updates for 6.2 releaseBrian Paul
2004-09-10fix matrix classification and program parsing error state bugsBrian Paul
2004-08-22IRIX fixesBrian Paul
2004-08-20enabled GL_ARB_texture_rectangleBrian Paul
2004-08-19first bug fix for v6.2Brian Paul
2004-08-17set release date for 6.1Brian Paul
2004-08-14BeOS updates, memory leak fix, updated release notesBrian Paul
2004-08-10updated glext.h and glxext.h filesBrian Paul
2004-07-23new MESA_GLX_DEPTH_BITS env varBrian Paul
2004-07-23added MESA_GLX_FORCE_ALPHA env varBrian Paul
2004-07-05fixed AIX color interpolation bugBrian Paul
2004-06-29fixed vertex program state referencesBrian Paul
2004-06-28glBegin/EndQueryARB bug fixBrian Paul
2004-06-24fix GL_HP_occlusion_test bug, use glext.h version 23Brian Paul
2004-06-20latest bug fixes, etc.Brian Paul
2004-06-10document recent changes/fixesBrian Paul
2004-04-19apply texgen/texture matrix in glRasterPosBrian Paul
2004-04-19glTexEnviv bug fixBrian Paul
2004-04-18bug fixes for ARB/NV fragment program texture instructionsBrian Paul