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 the DRI2 commits
Alan Hourihane
2008-06-12
1
-506
/
+530
*
Bring in DRI2 changes
Alan Hourihane
2008-06-11
1
-530
/
+506
*
mesa: Add copyright headers.
José Fonseca
2008-02-27
1
-1
/
+25
*
Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch
Keith Whitwell
2007-07-31
1
-1
/
+7
|
\
|
*
fix drawables not getting freed if context is made current with new drawables
Roland Scheidegger
2007-07-19
1
-1
/
+7
*
|
Clear pointers to freed cliprects.
Michel Dänzer
2007-07-10
1
-0
/
+2
|
/
*
Add interfaces for overriding texture images with driver specific 'offsets'.
Michel Dänzer
2007-05-22
1
-0
/
+3
*
s/pdp/prp/ in DoBindContext()
Panagiotis Papadakos
2007-02-26
1
-1
/
+1
*
add missing param to _mesa_warning()
Panagiotis Papadakos
2007-02-26
1
-1
/
+1
*
Add reporting of damage by DRI drivers when the extension support is available.
Eric Anholt
2007-01-05
1
-1
/
+20
*
Fix an infinite loop error that may occur when many contexts are bound
Thomas Hellström
2006-12-01
1
-2
/
+7
*
Merge texmem-0-3-branch.
Keith Whitwell
2006-11-01
1
-1
/
+1
*
Track the currently bound read drawable and make sure its info is up
Ian Romanick
2006-10-16
1
-1
/
+9
*
fix another memleak
Tilman Sauerbeck
2006-07-12
1
-0
/
+4
*
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2006-03-31
1
-0
/
+10
*
Revert merge of new/experimental code from texmem branch.
Keith Whitwell
2006-03-28
1
-1
/
+1
*
merge from texman branch
mesa_20060325
Brian Paul
2006-03-26
1
-1
/
+1
*
fix coverity 926: use before NULL check
Dave Airlie
2006-03-23
1
-2
/
+4
*
assorted fixes for server-side direct rendering (bug 5199)
Brian Paul
2005-11-29
1
-3
/
+3
*
just formatting clean-ups
Brian Paul
2005-09-04
1
-9
/
+13
*
Fixes bugzillla #812.
Ian Romanick
2005-08-05
1
-8
/
+0
*
Use the routines supplied in the __DRIinterfaceMethods structure to create a
Ian Romanick
2005-07-28
1
-2
/
+1
*
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-26
1
-71
/
+22
*
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-07-24
1
-594
/
+35
*
oops, undo previous change
Brian Paul
2005-06-02
1
-6
/
+2
*
start removing old (pre-renderbuffer) span code
Brian Paul
2005-06-02
1
-2
/
+6
*
Fix up origin in dri/fb driver
Jon Smirl
2005-05-05
1
-0
/
+1
*
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