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
2007-02-26
s/pdp/prp/ in DoBindContext()
Panagiotis Papadakos
2007-02-26
add missing param to _mesa_warning()
Panagiotis Papadakos
2007-01-05
Add reporting of damage by DRI drivers when the extension support is available.
Eric Anholt
2006-12-01
Fix an infinite loop error that may occur when many contexts are bound
Thomas Hellström
2006-11-01
Merge texmem-0-3-branch.
Keith Whitwell
2006-10-16
Track the currently bound read drawable and make sure its info is up
Ian Romanick
2006-07-12
fix another memleak
Tilman Sauerbeck
2006-03-31
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2006-03-28
Revert merge of new/experimental code from texmem branch.
Keith Whitwell
2006-03-26
merge from texman branch
Brian Paul
2006-03-23
fix coverity 926: use before NULL check
Dave Airlie
2005-11-29
assorted fixes for server-side direct rendering (bug 5199)
Brian Paul
2005-09-04
just formatting clean-ups
Brian Paul
2005-08-05
Fixes bugzillla #812.
Ian Romanick
2005-07-28
Use the routines supplied in the __DRIinterfaceMethods structure to create a
Ian Romanick
2005-07-26
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-24
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-06-02
oops, undo previous change
Brian Paul
2005-06-02
start removing old (pre-renderbuffer) span code
Brian Paul
2005-05-05
Fix up origin in dri/fb driver
Jon Smirl
2005-04-13
Revert revision 1.13. This allows server-side libGLcore (in X.org) to build
Ian Romanick
2005-02-14
fix some signed vs unsigned warnings
Dave Airlie
2005-01-31
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Adam Jackson
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