Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-30 | fix Xlib driver mem leaks | Brian Paul | |
2006-08-29 | set 6.5.1 release to Aug 31 | Brian Paul | |
2006-08-25 | 6.5.1 bug fixes | Brian Paul | |
2006-08-24 | recent bug fixes | Brian Paul | |
2006-08-18 | updates for 6.5.1 | Brian Paul | |
2006-08-10 | latest updates for 6.5.1 | Brian Paul | |
2006-07-19 | more 6.5.1 additions | Brian Paul | |
2006-06-13 | fix glVertexAttribPointerARB's normalized behaviour | Brian Paul | |
2006-06-12 | GL_APPLE_vertex_array_object is new | Brian Paul | |
2006-06-08 | fix glBegin error test | Brian Paul | |
2006-06-02 | fix depth-format rectangular textures | Brian Paul | |
2006-05-30 | fix bug 7077 - mem leak | Brian Paul | |
2006-05-22 | GL_INDEX_OFFSET fix | Brian Paul | |
2006-05-20 | glxinfo -l expanded, fixed bug 6863 | Brian Paul | |
2006-05-09 | 16/32-bit chan fixes, texture compression fixes | Brian Paul | |
2006-04-25 | vertex attrib alias change, glPopAttrib/GL_DRAW_BUFFER bug fix | 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-03-31 | 6.5 updates | Brian Paul | |
2006-03-29 | prep for 6.5 release | Brian Paul | |
2006-03-02 | added GL_EXT_framebuffer_blit, etc | Brian Paul | |
2006-02-03 | bring in changes from 6.4 branch | 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-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 | added XOR line optimization | Brian Paul | |
2005-09-12 | add GL_ATI_fragment_shader support for r200 | Roland Scheidegger | |
2005-09-02 | GL_EXT_timer_query | Brian Paul | |
2005-08-31 | enable 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-25 | added singlebuffer demo | Brian Paul | |
2005-08-25 | initial 6.5 changes (reflect demo, remove GL_HP_occlusion_test) | Brian Paul | |
2005-08-19 | updates for 6.3.2 release, plus other assorted clean-ups | Brian Paul | |
2005-08-16 | updates for 6.3.2 | Brian Paul | |
2005-07-28 | SPARC, DRI interface changes for 6.3.1 | Brian Paul | |
2005-07-22 | added vp negative addressing bug fix | Brian Paul | |
2005-07-21 | 6.3.1 updates | Brian Paul | |
2005-07-21 | first 6.3.1 bug fixes | Brian Paul | |
2005-07-20 | more updates for 6.3 release | Brian Paul | |
2005-07-19 | updates for 6.3 release | Brian Paul | |
2005-05-07 | x86_64 stuff | Brian Paul | |
2005-05-05 | fix typo | Brian Paul | |
2005-01-20 | document new glDeleteTextures/Buffers/Programs behaviour | Brian Paul | |
2005-01-03 | latest updates | Brian Paul | |
2004-12-09 | bring in 6.2.1 changes | Brian Paul | |
2004-10-31 | finished up PBO support | Brian Paul | |