Age | Commit message (Expand) | Author |
2008-01-26 | gallium: Define MALLOC_STRUCT. | José Fonseca |
2008-01-18 | Unify copy_rect helpers. | Michel Dänzer |
2008-01-17 | Back-port miscellaneous fixes from internal branch (mostly portability fixes). | José Fonseca |
2008-01-15 | typedef uintptr_t for non-HAVE_POSIX_MEMALIGN build | Brian |
2008-01-15 | Don't include stdint.h or inttypes. Use the uint64 typedef instead of uint64_t. | Brian |
2007-12-13 | 965: get fragment shader compiler compiling | Keith Whitwell |
2007-12-11 | Fix align16() function to work with 32/64-bit pointers on big-endian. | Brian |
2007-12-11 | change align_malloc() alignment to uint | Brian |
2007-12-11 | Move align_malloc(), align_free() to p_util.h | Brian |
2007-12-09 | gallium: fix ordering of arguments to pack_ui32_float4 | Keith Whitwell |
2007-12-09 | temporary _mesa_printf symbol | keithw |
2007-12-09 | [pipe]: add Offset() util macro | keithw |
2007-10-29 | Make gallium compile in win32. | Michal Krol |
2007-10-28 | Use FREE and MALLOC instead of free and malloc. | Michal Krol |
2007-10-27 | Use FREE instead of free. Fix newlines. | michal |
2007-10-18 | Corrected the file permissions in src/mesa/pipe. | Oliver McFadden |
2007-08-29 | Fix ffs(). | michal |
2007-08-17 | added align16() function | Brian |
2007-08-16 | Define ffs() for __WIN32__ & __MSC__. | michal |
2007-08-16 | Remove many dependencies on mesa headers. | Brian |
2007-08-16 | Use 'f' for float suffix. | michal |
2007-08-14 | Continue reducing dependencies on core mesa include files. | Keith Whitwell |
2007-08-13 | Missing files | Keith Whitwell |