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
/
glx
/
x11
/
glxext.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: disable visual warning unless LIBGL_DEBUG is defined
Brian Paul
2008-06-06
1
-2
/
+4
*
Remove CVS keywords.
José Fonseca
2008-05-26
1
-1
/
+0
*
remove unneeded initialization code (see bug 10569)
Brian
2007-04-09
1
-6
/
+1
*
allocate __GLXdisplayPrivate w/ Xcalloc instead of Xmalloc (bug 10569)
Brian
2007-04-09
1
-1
/
+1
*
Make sure GLX entrypoints are marked PUBLIC.
Adam Jackson
2007-04-08
1
-2
/
+2
*
fix mem leaks
Panagiotis Papadakos
2007-02-05
1
-0
/
+4
*
fix mem leak in __glXReportDamage (Panagiotis Papadakos)
Brian
2007-02-01
1
-0
/
+1
*
Track rename of DamagePost -> DamageAdd.
Eric Anholt
2007-01-09
1
-1
/
+1
*
Add reporting of damage by DRI drivers when the extension support is available.
Eric Anholt
2007-01-05
1
-0
/
+66
*
remove drm stuff from libGL, this is now in libdrm 2.3.0
Dave Airlie
2006-11-08
1
-62
/
+0
*
disable debug printf
Brian Paul
2006-11-01
1
-3
/
+4
*
merge the (rest of) texmem branch
Keith Whitwell
2006-11-01
1
-3
/
+66
*
Fix bug #8563.
Ian Romanick
2006-10-16
1
-1
/
+1
*
added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521)
Brian Paul
2006-10-09
1
-1
/
+1
*
Updates for XCB. Bug 8560.
Brian Paul
2006-10-09
1
-1
/
+1
*
Major clean up of MakeContextCurrent
Ian Romanick
2006-10-07
1
-151
/
+87
*
in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), b...
Brian Paul
2006-10-04
1
-1
/
+1
*
Update to use the new XCB naming convention.
Jeremy Kolb
2006-09-26
1
-6
/
+6
*
Clean up GLX function exports.
Ian Romanick
2006-08-29
1
-1
/
+1
*
fix a memleak (that code block has been commented out for years for unknown r...
Tilman Sauerbeck
2006-07-15
1
-1
/
+1
*
fix a memleak
Tilman Sauerbeck
2006-07-12
1
-0
/
+1
*
FBConfig support for EXT_tfp
David Reveman
2006-04-11
1
-0
/
+15
*
Coverity #468: Fill in the rest of the error_list to match the error codes
Adam Jackson
2006-04-03
1
-0
/
+4
*
fix X #includes so they're relative to X11/ directory (bug 4047)
Brian Paul
2005-08-11
1
-2
/
+2
*
Remove _glapi_check_multithread from the interface exported by the loader to
Ian Romanick
2005-08-10
1
-2
/
+3
*
Fixes bugzilla #1730.
Ian Romanick
2005-08-05
1
-1
/
+2
*
Convert all instances of XTHREADS to USE_XTHREADS. This fixes one of
Ian Romanick
2005-08-03
1
-2
/
+2
*
Fix build problems related to finding Xthreads.h.
Ian Romanick
2005-08-01
1
-5
/
+0
*
Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of
Ian Romanick
2005-07-26
1
-2
/
+1
*
No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.
Ian Romanick
2005-07-26
1
-0
/
+4
*
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-26
1
-0
/
+37
*
Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedef
Ian Romanick
2005-07-24
1
-1
/
+1
*
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-07-24
1
-169
/
+19
*
Patches for XCB (Jeremy Kolb)
Brian Paul
2005-05-07
1
-2
/
+21
*
Add support for pthreads and TLS to libGL for __glXLock / __glXUnlock and
Ian Romanick
2005-04-18
1
-3
/
+76
*
Minor vertex array support tweaks. Most of these are in preparation for the
Ian Romanick
2005-03-17
1
-0
/
+1
*
Missed the commit of glxext.c yesterday.
Ian Romanick
2005-02-23
1
-4
/
+13
*
Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).
Adam Jackson
2005-01-08
1
-4
/
+6
*
Used GCC's __builtin_expect when available. Change the way code is
Ian Romanick
2004-12-21
1
-13
/
+13
*
Use GLX protocol code generated by glX_proto_send.py.
Ian Romanick
2004-12-20
1
-1
/
+1
*
Fix up glx/x11 to work when built with -fvisibility=hidden.
Adam Jackson
2004-12-15
1
-6
/
+7
*
Import the GLX client side library, formerly from xc/lib/GL/glx. Build it
Adam Jackson
2004-10-25
1
-0
/
+1872