Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-21 | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | |
2008-09-18 | mesa: fix asst path/include mistakes in prev commits | Chris Rankin | |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2008-06-13 | dri/swrast: make unbind a noop | George Sapountzis | |
This is for loading swrast_dri.so from libGL. MakeContextCurrent() seems to unbind the context right after binding it and DRI drivers also have a noop DriverAPI.UnbindContext ... | |||
2008-06-13 | dri/swrast: add OpenGL 2.1 functions | George Sapountzis | |
2008-06-09 | dri/swrast: minor cosmetic | George Sapountzis | |
2008-05-23 | dri/swrast: cosmetic, mainly generic vs. xorg terminology | George Sapountzis | |
2008-05-23 | dri/swrast: add support for r3g3b2 | George Sapountzis | |
2008-05-23 | dri/swrast: drop TODO list | George Sapountzis | |
2008-05-21 | dri/swrast: fb configs tweaks | George Sapountzis | |
@32: provide configs with depth=0, stencil=8 @16: provide configs with depth=0, stencil=8 and depth=16, stencil=8 | |||
2008-05-21 | dri/swrast: re-indent FillInModes | George Sapountzis | |
2008-05-20 | Add DRI driver that uses the mesa swrast module. | George Sapountzis | |