index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
syncobj.c
Age
Commit message (
Expand
)
Author
2011-01-07
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-05
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-09-14
mesa: Less FEATURE_ARB_sync tests.
Chia-I Wu
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2009-09-07
mesa: Fix calling conventions of sync object api callbacks.
Michal Krol
2009-09-03
mesa: rename gl_sync_object::Status to StatusFlag
Brian Paul
2009-09-03
Don't dereference function pointers in calls.
Ian Romanick
2009-09-03
Whitespace and include file clean-up.
Ian Romanick
2009-09-03
Use MIN2 instead of open-coded version
Ian Romanick
2009-09-03
ARB sync: Fix delete behavior and context destruction behavior
Ian Romanick
2009-09-03
ARB sync: Add support for GL_ARB_sync to swrast
Ian Romanick