Age | Commit message (Expand) | Author |
2010-08-03 | mesa: Clean up header file inclusion in m_xform.h. | Vinson Lee |
2010-08-03 | mesa: Reduce header file inclusion in m_translate.h. | Vinson Lee |
2010-08-03 | mesa: Include missing header in m_matrix.h. | Vinson Lee |
2010-07-30 | mesa: Remove unnecessary headers. | Vinson Lee |
2010-07-30 | mesa: Include macros.h in files that use symbols from macros.h. | Vinson Lee |
2010-05-13 | mesa: Remove no-op wrappers around trig functions. | Eric Anholt |
2010-03-12 | Grammar and spelling fixes | Jeff Smith |
2010-02-19 | Drop macro wrappers for the aligned memory functions | Kristian Høgsberg |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-02-19 | mesa: replace old MEMSET macro with memset | Brian Paul |
2010-02-19 | mesa: replace old MEMCPY macro with memcpy | Brian Paul |
2009-12-22 | mesa: Remove _mesa_exit wrapper for exit(). | Eric Anholt |
2009-09-08 | mesa: fix viewport_z_clip breakage | Brian Paul |
2009-09-08 | mesa: Add support for ARB_depth_clamp. | Eric Anholt |
2009-05-07 | mesa: GLvector4f:: flags is a GLbitfield, update comments too. | Brian Paul |
2009-05-07 | mesa: add storage_count field to GLvector4f. Useful for debugging. | Brian Paul |
2009-05-07 | mesa: reformatting, updated comments, const-correctness | Brian Paul |
2009-04-03 | mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i... | Brian Paul |
2009-02-26 | mesa: Fix DEBUG_MATH build on sparc. | David S. Miller |
2009-02-12 | mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c | Brian Paul |
2009-02-12 | mesa: remove unused functions in m_xform.[ch] | Brian Paul |
2009-02-12 | mesa: remove empty, unneeded mathmod.h header | Brian Paul |
2009-02-11 | mesa: get rid of _math_init() | Brian Paul |
2009-01-14 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2009-01-14 | mesa: fix incorrect transformation of GL_SPOT_DIRECTION | Brian Paul |
2008-09-21 | mesa: Replace deprecated __MSC__ macro. | José Fonseca |
2008-09-21 | Merge branch 'master' into gallium-0.2 | Keith Whitwell |
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-07-24 | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca |
2008-06-24 | mesa: Replace deprecated __MSC__ macro. | José Fonseca |
2008-06-24 | mesa: Replace abort by asserts. | José Fonseca |
2008-04-23 | glcore: drop outdated sources files intented for xorg | George Sapountzis |
2008-04-14 | only use __x86_64__, not __amd64__ (bug 15503) | Brian Paul |
2008-02-25 | Remove files of unsupported build systems. | José Fonseca |
2007-10-29 | Rename 'mms-config.' to 'mms.config'. | Michal Krol |
2007-10-03 | Update of OpenVMS makefiles for the use of "new" include file convention | Jouk |
2007-08-15 | Remove mesa include directories, be stricter about include paths. | Keith Whitwell |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian |
2006-11-21 | list header files in sources files (Dan Nicholson) | Brian Paul |
2006-10-11 | List of source (.c) files in each directory. | Brian Paul |
2006-06-13 | Rename some functions/macros to better reflect their behaviour: | Brian Paul |
2006-06-13 | Fix a few conversion bugs. For example, GLshort->GLfloat conversion | Brian Paul |
2006-04-06 | Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value | Brian Paul |
2006-04-05 | just some comments/docs | Brian Paul |
2005-10-07 | MATH_DEBUG changes from bug #4468. | Brian Paul |
2005-09-23 | Committing in . | Jouk Jansen |
2005-09-19 | additional wrapper updates, bug 4468 | Brian Paul |
2005-09-16 | use mesa import wrappers, bug 4468 | Brian Paul |
2005-08-12 | added FREXPF() macro (bug 4060) | Brian Paul |