index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
common
/
dri_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert revision 1.13. This allows server-side libGLcore (in X.org) to build
Ian Romanick
2005-04-13
1
-1
/
+1
*
fix some signed vs unsigned warnings
Dave Airlie
2005-02-14
1
-1
/
+1
*
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Adam Jackson
2005-01-31
1
-4
/
+0
*
Simplify usage of drmHash functions and fix bug in
Keith Whitwell
2005-01-12
1
-35
/
+10
*
uint*t -> u_int*t changes
Alan Hourihane
2004-12-14
1
-1
/
+4
*
Use union type to avoid strict aliasing problems.
Alan Hourihane
2004-12-08
1
-20
/
+34
*
Bug #1713: Some rare libGL's have __glXFindDRIScreen defined but do not
Adam Jackson
2004-10-27
1
-6
/
+26
*
Fix dri_util.c build with new headers.
Eric Anholt
2004-08-12
1
-1
/
+1
*
First phase of TLS work. At this point SPARC assembly dispatch is
Ian Romanick
2004-06-29
1
-0
/
+8
*
Fix up some remaining include issues. Replace Xmalloc / Xfree with
Ian Romanick
2004-06-07
1
-43
/
+50
*
Removed need for sarea.h, various touch ups to get rid of type mismatches.
Jon Smirl
2004-06-02
1
-4
/
+4
*
Require libGL API version 20040602, which actually exports
Ian Romanick
2004-06-02
1
-2
/
+4
*
XF86DRIDestroyContext, XF86DRICreateDrawable, and
Ian Romanick
2004-06-02
1
-3
/
+3
*
Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with
Ian Romanick
2004-06-02
1
-5
/
+5
*
Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the
Ian Romanick
2004-06-01
1
-25
/
+25
*
Fix a couple issues related to GetDrawableInfo. In the new DRI
Ian Romanick
2004-06-01
1
-0
/
+6
*
Replace occurances of GLXDrawable and Drawable with __DRIid.
Ian Romanick
2004-06-01
1
-11
/
+11
*
Fix a couple typos that prevent building with DRI_NEW_INTERFACE_ONLY.
Ian Romanick
2004-06-01
1
-2
/
+2
*
Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without including
Ian Romanick
2004-05-27
1
-0
/
+4
*
Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
Ian Romanick
2004-05-27
1
-0
/
+1654