Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix Xlib driver mem leaks | Brian Paul | 2006-08-30 | 1 | -0/+1 |
| | |||||
* | set 6.5.1 release to Aug 31 | Brian Paul | 2006-08-29 | 1 | -1/+1 |
| | |||||
* | 6.5.1 bug fixes | Brian Paul | 2006-08-25 | 1 | -0/+2 |
| | |||||
* | recent bug fixes | Brian Paul | 2006-08-24 | 1 | -0/+5 |
| | |||||
* | updates for 6.5.1 | Brian Paul | 2006-08-18 | 1 | -0/+3 |
| | |||||
* | latest updates for 6.5.1 | Brian Paul | 2006-08-10 | 1 | -0/+3 |
| | |||||
* | more 6.5.1 additions | Brian Paul | 2006-07-19 | 1 | -0/+3 |
| | |||||
* | fix glVertexAttribPointerARB's normalized behaviour | Brian Paul | 2006-06-13 | 1 | -0/+1 |
| | |||||
* | GL_APPLE_vertex_array_object is new | Brian Paul | 2006-06-12 | 1 | -0/+1 |
| | |||||
* | fix glBegin error test | Brian Paul | 2006-06-08 | 1 | -0/+1 |
| | |||||
* | fix depth-format rectangular textures | Brian Paul | 2006-06-02 | 1 | -0/+1 |
| | |||||
* | fix bug 7077 - mem leak | Brian Paul | 2006-05-30 | 1 | -0/+1 |
| | |||||
* | GL_INDEX_OFFSET fix | Brian Paul | 2006-05-22 | 1 | -0/+1 |
| | |||||
* | glxinfo -l expanded, fixed bug 6863 | Brian Paul | 2006-05-20 | 1 | -1/+2 |
| | |||||
* | 16/32-bit chan fixes, texture compression fixes | Brian Paul | 2006-05-09 | 1 | -0/+3 |
| | |||||
* | vertex attrib alias change, glPopAttrib/GL_DRAW_BUFFER bug fix | Brian Paul | 2006-04-25 | 1 | -0/+3 |
| | |||||
* | 6.5.1 fixes | Brian Paul | 2006-04-14 | 1 | -0/+2 |
| | |||||
* | fixed line clipping bug 6512 | Brian Paul | 2006-04-06 | 1 | -0/+1 |
| | |||||
* | fix render to depth texture bugs | Brian Paul | 2006-04-06 | 1 | -0/+1 |
| | |||||
* | remove duplicated framebuffer attachment test | Brian Paul | 2006-04-05 | 1 | -1/+2 |
| | |||||
* | first 6.5.1 bug fix - bug 6498 | Brian Paul | 2006-04-05 | 1 | -0/+7 |
| | |||||
* | 6.5 updates | Brian Paul | 2006-03-31 | 1 | -1/+4 |
| | |||||
* | prep for 6.5 release | Brian Paul | 2006-03-29 | 1 | -2/+14 |
| | |||||
* | added GL_EXT_framebuffer_blit, etc | Brian Paul | 2006-03-02 | 1 | -0/+3 |
| | |||||
* | bring in changes from 6.4 branch | Brian Paul | 2006-02-03 | 1 | -0/+27 |
| | |||||
* | Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be | Brian Paul | 2005-12-14 | 1 | -0/+1 |
| | | | | done with fragment programs nowadays. | ||||
* | added MESA_GLX_ALPHA_BITS env var | Brian Paul | 2005-11-05 | 1 | -0/+1 |
| | |||||
* | updates from 6.4 branch | Brian Paul | 2005-10-24 | 1 | -1/+35 |
| | |||||
* | add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses ↵ | Roland Scheidegger | 2005-10-17 | 1 | -1/+2 |
| | | | | 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). | ||||
* | enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just ↵ | Roland Scheidegger | 2005-10-15 | 1 | -0/+1 |
| | | | | generates vfmt fallback). Code by Andreas Stenglein, some small adjustments by me. | ||||
* | added XOR line optimization | Brian Paul | 2005-09-23 | 1 | -0/+1 |
| | |||||
* | add GL_ATI_fragment_shader support for r200 | Roland Scheidegger | 2005-09-12 | 1 | -0/+1 |
| | |||||
* | GL_EXT_timer_query | Brian Paul | 2005-09-02 | 1 | -2/+3 |
| | |||||
* | enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for ↵ | Roland Scheidegger | 2005-08-31 | 1 | -0/+2 |
| | | | | 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. | ||||
* | added singlebuffer demo | Brian Paul | 2005-08-25 | 1 | -0/+1 |
| | |||||
* | initial 6.5 changes (reflect demo, remove GL_HP_occlusion_test) | Brian Paul | 2005-08-25 | 1 | -0/+9 |
| | |||||
* | updates for 6.3.2 release, plus other assorted clean-ups | Brian Paul | 2005-08-19 | 1 | -0/+1 |
| | |||||
* | updates for 6.3.2 | Brian Paul | 2005-08-16 | 1 | -2/+10 |
| | |||||
* | SPARC, DRI interface changes for 6.3.1 | Brian Paul | 2005-07-28 | 1 | -0/+4 |
| | |||||
* | added vp negative addressing bug fix | Brian Paul | 2005-07-22 | 1 | -1/+1 |
| | |||||
* | 6.3.1 updates | Brian Paul | 2005-07-21 | 1 | -1/+3 |
| | |||||
* | first 6.3.1 bug fixes | Brian Paul | 2005-07-21 | 1 | -1/+8 |
| | |||||
* | more updates for 6.3 releasemesa_6_3 | Brian Paul | 2005-07-20 | 1 | -1/+18 |
| | |||||
* | updates for 6.3 release | Brian Paul | 2005-07-19 | 1 | -1/+3 |
| | |||||
* | x86_64 stuff | Brian Paul | 2005-05-07 | 1 | -0/+2 |
| | |||||
* | fix typo | Brian Paul | 2005-05-05 | 1 | -1/+1 |
| | |||||
* | document new glDeleteTextures/Buffers/Programs behaviour | Brian Paul | 2005-01-20 | 1 | -0/+3 |
| | |||||
* | latest updates | Brian Paul | 2005-01-03 | 1 | -4/+5 |
| | |||||
* | bring in 6.2.1 changes | Brian Paul | 2004-12-09 | 1 | -0/+17 |
| | |||||
* | finished up PBO support | Brian Paul | 2004-10-31 | 1 | -1/+3 |
| |