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
/
glxcmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove GetMSC DriverAPI function.
Kristian Høgsberg
2008-02-25
1
-10
/
+2
*
remove drawable from hash table when window is deleted (see bug 13091)
WuNian
2007-11-27
1
-0
/
+1
*
Fix compilation for !GLX_DIRECT_RENDERING.
Kristian Høgsberg
2007-11-06
1
-59
/
+69
*
Remove a couple of "deprecated" fields from __GLXcontextRec.
Kristian Høgsberg
2007-11-06
1
-7
/
+7
*
Pass the visual id to XF86DRICreateContextWithConfig(), not fbconfig id.
Kristian Høgsberg
2007-11-06
1
-1
/
+1
*
Lookup visual in visual list, not fbconfig list.
Kristian Høgsberg
2007-11-05
1
-11
/
+15
*
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Jesse Barnes
2007-10-29
1
-0
/
+1
|
\
|
*
Remember to call XSync() before resetting X error handler.
Chris Rankin
2007-10-29
1
-0
/
+1
*
|
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
1
-17
/
+26
|
/
*
Handle fbconfigs and glx visuals separately.
Kristian Høgsberg
2007-10-16
1
-3
/
+4
*
Dont add fbconfigs to array that we didn't allocate for.
Kristian Høgsberg
2007-10-15
1
-2
/
+4
*
Convert a left-over private void * to __DRIcontext *.
Kristian Høgsberg
2007-10-11
1
-2
/
+2
*
Move media stream counter entry points to new extension.
Kristian Høgsberg
2007-10-11
1
-30
/
+25
*
Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.
Kristian Høgsberg
2007-10-11
1
-22
/
+18
*
Move GLX_MESA_allocate_memory related functions to new extension mechanism.
Kristian Høgsberg
2007-10-11
1
-20
/
+14
*
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2007-10-10
1
-14
/
+11
*
Move the copySubBuffer extension over to the new mechanism.
Kristian Høgsberg
2007-10-10
1
-3
/
+3
*
Convert all DRI entrypoints to take pointers to __DRI* types.
Kristian Høgsberg
2007-10-10
1
-23
/
+19
*
Drop mostly unused __DRIid typedef.
Kristian Høgsberg
2007-10-10
1
-1
/
+1
*
Avoid deadlock in GarbageCollectDRIDrawables.
Kristian Høgsberg
2007-10-10
1
-8
/
+2
*
Drop createContext and destroyContext from DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
1
-0
/
+14
*
Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
1
-2
/
+3
*
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-10
1
-30
/
+30
*
Remove XIDs from DRI interface (see #5714).
Kristian Høgsberg
2007-10-05
1
-76
/
+77
*
Add reporting of damage by DRI drivers when the extension support is available.
Eric Anholt
2007-01-05
1
-1
/
+2
*
Add missing parenthesis so that glXSwapIntervalSGI protocol is
Ian Romanick
2006-08-30
1
-1
/
+1
*
Clean up GLX function exports.
Ian Romanick
2006-08-29
1
-233
/
+72
*
Update function signatures for EXT_tfp entrypoints.
Adam Jackson
2006-05-01
1
-12
/
+8
*
Add attrib_list to glXBindTexImageEXT
David Reveman
2006-04-11
1
-2
/
+25
*
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2006-03-31
1
-9
/
+61
*
s/GLint/int/, to fit GLX conventions
Brian Paul
2006-03-09
1
-2
/
+3
*
David Reveman's GLX_EXT_texture_from_pixmap extension patch
Brian Paul
2006-02-07
1
-0
/
+84
*
fix X #includes so they're relative to X11/ directory (bug 4047)
Brian Paul
2005-08-11
1
-3
/
+3
*
In order to create the set of available extensions, we have to know if
Ian Romanick
2005-08-05
1
-1
/
+1
*
Major rip-up of internal function insertion interface. The old
mesa_6_3_1
Ian Romanick
2005-07-28
1
-2
/
+2
*
Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of
Ian Romanick
2005-07-26
1
-137
/
+99
*
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-26
1
-29
/
+4
*
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-07-24
1
-114
/
+13
*
Follow the GLX_SGIX_fbconfig spec and return the complete list of
Ian Romanick
2005-04-07
1
-1
/
+1
*
Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. This
Ian Romanick
2005-02-22
1
-2
/
+0
*
Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).
Adam Jackson
2005-01-08
1
-0
/
+4
*
Fix up glx/x11 to work when built with -fvisibility=hidden.
Adam Jackson
2004-12-15
1
-95
/
+144
*
Import the GLX client side library, formerly from xc/lib/GL/glx. Build it
Adam Jackson
2004-10-25
1
-0
/
+3082