Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Less FEATURE_ARB_sync tests. | Chia-I Wu | 2010-09-14 | 1 | -0/+15 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | mesa: Fix calling conventions of sync object api callbacks. | Michal Krol | 2009-09-07 | 1 | -6/+6 |
* | mesa: rename gl_sync_object::Status to StatusFlag | Brian Paul | 2009-09-03 | 1 | -5/+5 |
* | Don't dereference function pointers in calls. | Ian Romanick | 2009-09-03 | 1 | -7/+7 |
* | Whitespace and include file clean-up. | Ian Romanick | 2009-09-03 | 1 | -14/+0 |
* | Use MIN2 instead of open-coded version | Ian Romanick | 2009-09-03 | 1 | -1/+2 |
* | ARB sync: Fix delete behavior and context destruction behavior | Ian Romanick | 2009-09-03 | 1 | -23/+73 |
* | ARB sync: Add support for GL_ARB_sync to swrast | Ian Romanick | 2009-09-03 | 1 | -0/+372 |