index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
x11
/
glxext.c
Age
Commit message (
Expand
)
Author
2008-08-20
glx: free driScreen in FreeScreenConfigs()
Kristof Ralovich
2008-08-20
fix mem leak (free psc->visuals)
Kristof Ralovich
2008-08-08
glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protection
Jeremy Huddleston
2008-07-07
glx: add LIBGL_ALWAYS_SOFTWARE
George Sapountzis
2008-06-13
glx: load swrast_dri.so
George Sapountzis
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-12
Add another missing check for uninitialized DRI.
Kristian Høgsberg
2008-03-10
Only try to call DRI function if DRI got initialized properly.
Kristian Høgsberg
2008-03-10
remove extra #include of assert.h (bug 14932)
Brian
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
Convert driCreateScreen and driDestroyScreen to function pointers.
Kristian Høgsberg
2008-03-08
Abstract __DRIdisplayPrivateRec away in dri_glx.c.
Kristian Høgsberg
2008-03-08
Make __glXCloseDisplay static instead of prototyping it to avoid warning.
Kristian Høgsberg
2008-03-08
Simplify dri loading code by eliminating dlopen "cache".
Kristian Høgsberg
2008-03-08
libGL: Consolidate DRI initialization in dri_glx.c
Kristian Høgsberg
2008-02-29
Update libGL DRI loader to latest DRI interface changes.
Kristian Høgsberg
2007-11-06
Fix compilation for !GLX_DIRECT_RENDERING.
Kristian Høgsberg
2007-11-06
Don't return 0 in a void function.
Kristian Høgsberg
2007-11-05
Filter both visuals and fbconfigs against driver supported configs.
Kristian Høgsberg
2007-10-30
Fix some build warnings, mostly with XCB.
Michel Dänzer
2007-10-17
Pull workaround for unset GLX_DRAWABLE_TYPE back in.
Kristian Høgsberg
2007-10-16
Handle fbconfigs and glx visuals separately.
Kristian Høgsberg
2007-10-11
Move enabling of DRI extensions into glxextensions.c
Kristian Høgsberg
2007-10-11
Remove now unused getProcAddress from DRIinterfaceMethods.
Kristian Høgsberg
2007-10-11
Add a DRI_ReadDrawable marker extension to signal read drawable capability.
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
Implement new screen extension API.
Kristian Høgsberg
2007-10-10
Stop passing in unused fbconfigs to createNewScreen.
Kristian Høgsberg
2007-10-10
Convert all DRI entrypoints to take pointers to __DRI* types.
Kristian Høgsberg
2007-10-10
Remove screenConfigs from __DRIscreen.
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-08-16
suppress warning about ncon visuals (bug #6689)
Roland Scheidegger
2007-04-09
remove unneeded initialization code (see bug 10569)
Brian
2007-04-09
allocate __GLXdisplayPrivate w/ Xcalloc instead of Xmalloc (bug 10569)
Brian
2007-04-08
Make sure GLX entrypoints are marked PUBLIC.
Adam Jackson
2007-02-05
fix mem leaks
Panagiotis Papadakos
2007-02-01
fix mem leak in __glXReportDamage (Panagiotis Papadakos)
Brian
[next]