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
/
glx
/
x11
/
glxcmds.c
Age
Commit message (
Expand
)
Author
2008-04-23
glx: split out current context code
George Sapountzis
2008-03-31
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-18
glx: Add isDirect back to __GLXcontextRec. It is needed
Xiang, Haihao
2008-03-12
libGL: Pull the drawable hash back out in the generic code.
Kristian Høgsberg
2008-03-10
Only try to call DRI function if DRI got initialized properly.
Kristian Høgsberg
2008-03-08
Use _X_HIDDEN to hide a bunch of leaked symbols.
Kristian Høgsberg
2008-03-08
Move DRI context functions into dri_glx.c.
Kristian Høgsberg
2008-03-08
Move DRI drawable creation into dri_glx.c.
Kristian Høgsberg
2008-03-08
Introduce __GLXDRIscreen so we can start moving function pointers in there.
Kristian Høgsberg
2008-03-08
Move DRI specific parts of CreateContext into dri_glx.c.
Kristian Høgsberg
2008-03-08
Abstract __DRIdisplayPrivateRec away in dri_glx.c.
Kristian Høgsberg
2008-02-29
Update libGL DRI loader to latest DRI interface changes.
Kristian Høgsberg
2008-02-25
Remove GetMSC DriverAPI function.
Kristian Høgsberg
2007-11-27
remove drawable from hash table when window is deleted (see bug 13091)
WuNian
2007-11-06
Fix compilation for !GLX_DIRECT_RENDERING.
Kristian Høgsberg
2007-11-06
Remove a couple of "deprecated" fields from __GLXcontextRec.
Kristian Høgsberg
2007-11-06
Pass the visual id to XF86DRICreateContextWithConfig(), not fbconfig id.
Kristian Høgsberg
2007-11-05
Lookup visual in visual list, not fbconfig list.
Kristian Høgsberg
2007-10-29
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Jesse Barnes
2007-10-29
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
Remember to call XSync() before resetting X error handler.
Chris Rankin
2007-10-16
Handle fbconfigs and glx visuals separately.
Kristian Høgsberg
2007-10-15
Dont add fbconfigs to array that we didn't allocate for.
Kristian Høgsberg
2007-10-11
Convert a left-over private void * to __DRIcontext *.
Kristian Høgsberg
2007-10-11
Move media stream counter entry points to new extension.
Kristian Høgsberg
2007-10-11
Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.
Kristian Høgsberg
2007-10-11
Move GLX_MESA_allocate_memory related functions to new extension mechanism.
Kristian Høgsberg
2007-10-10
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2007-10-10
Move the copySubBuffer extension over to the new mechanism.
Kristian Høgsberg
2007-10-10
Convert all DRI entrypoints to take pointers to __DRI* types.
Kristian Høgsberg
2007-10-10
Drop mostly unused __DRIid typedef.
Kristian Høgsberg
2007-10-10
Avoid deadlock in GarbageCollectDRIDrawables.
Kristian Høgsberg
2007-10-10
Drop createContext and destroyContext from DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-05
Remove XIDs from DRI interface (see #5714).
Kristian Høgsberg
2007-01-05
Add reporting of damage by DRI drivers when the extension support is available.
Eric Anholt
2006-08-30
Add missing parenthesis so that glXSwapIntervalSGI protocol is
Ian Romanick
2006-08-29
Clean up GLX function exports.
Ian Romanick
2006-05-01
Update function signatures for EXT_tfp entrypoints.
Adam Jackson
2006-04-11
Add attrib_list to glXBindTexImageEXT
David Reveman
2006-03-31
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2006-03-09
s/GLint/int/, to fit GLX conventions
Brian Paul
2006-02-07
David Reveman's GLX_EXT_texture_from_pixmap extension patch
Brian Paul
2005-08-11
fix X #includes so they're relative to X11/ directory (bug 4047)
Brian Paul
2005-08-05
In order to create the set of available extensions, we have to know if
Ian Romanick
2005-07-28
Major rip-up of internal function insertion interface. The old
Ian Romanick
2005-07-26
Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of
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
[next]