Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-11 | Fix strange white space that gcc didn't like. | Felix Kuehling | |
2004-10-11 | Enable draw_buffers only if GL_ARB_draw_buffers string is | Michal Krol | |
present in GL_EXTENSIONS string. Parse OPTION ARB_draw_buffers. | |||
2004-10-04 | ARB_fp support for GL_ARB_draw_buffers (Karl Rasche) | Brian Paul | |
2004-09-10 | reset error state before parsing (David Reveman) | Brian Paul | |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | |
1015696) | |||
2004-08-22 | cast to fix a warning (in disabled code anyway) | Brian Paul | |
2004-08-20 | enabled GL_ARB_texture_rectangle | Brian Paul | |
2004-07-20 | error message fixups and some debug code | Brian Paul | |
2004-07-20 | fix compare w/ zero warnings (bug #988766) | Brian Paul | |
2004-06-08 | fix parse error in sign of exponents (bug 968323) | Brian Paul | |
2004-05-04 | Fix minor warnings found with g++. | Brian Paul | |
2004-04-05 | Committing in . | Jouk Jansen | |
Correction on last commit (My FTP-server on linux is playing games with <CR>'s) Modified Files: Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/shader/arbprogparse.c Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | |||
2004-04-05 | Committing in . | Jouk Jansen | |
Updated OpenVMS compile support due to shader directory. Removed <CR>'s in arbprogparse.c Modified Files: Mesa/src/mesa/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/shader/arbprogparse.c Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | |||
2004-03-30 | Reorder some code so we don't upset program state when there's a parsing error. | Brian Paul | |
Be sure to assign program.Base.String pointer. | |||
2004-03-29 | Accomodate ARB_fp XPD opcode separately from NV_fp's X2D. | Keith Whitwell | |
2004-03-10 | Fixed a number of typos. | Michal Krol | |
2004-03-04 | Initial changes after moving from src/mesa/main/. | Michal Krol | |
Needs testing - it havent been even compiled yet. |