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
/
drivers
/
dri
/
common
/
dri_util.c
Age
Commit message (
Expand
)
Author
2005-01-12
Simplify usage of drmHash functions and fix bug in
Keith Whitwell
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-12-08
Use union type to avoid strict aliasing problems.
Alan Hourihane
2004-10-27
Bug #1713: Some rare libGL's have __glXFindDRIScreen defined but do not
Adam Jackson
2004-08-12
Fix dri_util.c build with new headers.
Eric Anholt
2004-06-29
First phase of TLS work. At this point SPARC assembly dispatch is
Ian Romanick
2004-06-07
Fix up some remaining include issues. Replace Xmalloc / Xfree with
Ian Romanick
2004-06-02
Removed need for sarea.h, various touch ups to get rid of type mismatches.
Jon Smirl
2004-06-02
Require libGL API version 20040602, which actually exports
Ian Romanick
2004-06-02
XF86DRIDestroyContext, XF86DRICreateDrawable, and
Ian Romanick
2004-06-02
Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with
Ian Romanick
2004-06-01
Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the
Ian Romanick
2004-06-01
Fix a couple issues related to GetDrawableInfo. In the new DRI
Ian Romanick
2004-06-01
Replace occurances of GLXDrawable and Drawable with __DRIid.
Ian Romanick
2004-06-01
Fix a couple typos that prevent building with DRI_NEW_INTERFACE_ONLY.
Ian Romanick
2004-05-27
Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without including
Ian Romanick
2004-05-27
Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
Ian Romanick