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
*
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-1
/
+0
|
\
|
*
revert the DRI2 commits
Alan Hourihane
2008-06-12
1
-155
/
+1043
|
*
Bring in DRI2 changes
Alan Hourihane
2008-06-11
1
-1043
/
+155
|
*
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
*
|
glx: free driScreen in FreeScreenConfigs()
Kristof Ralovich
2008-08-20
1
-0
/
+3
*
|
fix mem leak (free psc->visuals)
Kristof Ralovich
2008-08-20
1
-3
/
+6
*
|
glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protection
Jeremy Huddleston
2008-08-08
1
-1
/
+1
*
|
glx: add LIBGL_ALWAYS_SOFTWARE
George Sapountzis
2008-07-07
1
-2
/
+9
*
|
glx: load swrast_dri.so
George Sapountzis
2008-06-13
1
-1
/
+13
*
|
glx: split out current context code
George Sapountzis
2008-04-23
1
-495
/
+16
*
|
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-31
1
-24
/
+42
*
|
glx: Add isDirect back to __GLXcontextRec. It is needed
Xiang, Haihao
2008-03-18
1
-2
/
+2
*
|
libGL: Pull the drawable hash back out in the generic code.
Kristian Høgsberg
2008-03-12
1
-2
/
+17
*
|
Add another missing check for uninitialized DRI.
Kristian Høgsberg
2008-03-12
1
-1
/
+2
*
|
Only try to call DRI function if DRI got initialized properly.
Kristian Høgsberg
2008-03-10
1
-1
/
+2
*
|
remove extra #include of assert.h (bug 14932)
Brian
2008-03-10
1
-1
/
+0
*
|
Use _X_HIDDEN to hide a bunch of leaked symbols.
Kristian Høgsberg
2008-03-08
1
-22
/
+22
*
|
Move DRI context functions into dri_glx.c.
Kristian Høgsberg
2008-03-08
1
-45
/
+20
*
|
Move DRI drawable creation into dri_glx.c.
Kristian Høgsberg
2008-03-08
1
-39
/
+6
*
|
Introduce __GLXDRIscreen so we can start moving function pointers in there.
Kristian Høgsberg
2008-03-08
1
-8
/
+8
*
|
Convert driCreateScreen and driDestroyScreen to function pointers.
Kristian Høgsberg
2008-03-08
1
-2
/
+2
*
|
Abstract __DRIdisplayPrivateRec away in dri_glx.c.
Kristian Høgsberg
2008-03-08
1
-8
/
+5
*
|
Make __glXCloseDisplay static instead of prototyping it to avoid warning.
Kristian Høgsberg
2008-03-08
1
-9
/
+1
*
|
Simplify dri loading code by eliminating dlopen "cache".
Kristian Høgsberg
2008-03-08
1
-10
/
+1
*
|
libGL: Consolidate DRI initialization in dri_glx.c
Kristian Høgsberg
2008-03-08
1
-406
/
+2
*
|
Update libGL DRI loader to latest DRI interface changes.
Kristian Høgsberg
2008-02-29
1
-7
/
+22
*
|
Fix compilation for !GLX_DIRECT_RENDERING.
Kristian Høgsberg
2007-11-06
1
-1
/
+1
*
|
Don't return 0 in a void function.
Kristian Høgsberg
2007-11-06
1
-2
/
+2
*
|
Filter both visuals and fbconfigs against driver supported configs.
Kristian Høgsberg
2007-11-05
1
-6
/
+3
*
|
Fix some build warnings, mostly with XCB.
Michel Dänzer
2007-10-30
1
-1
/
+2
*
|
Pull workaround for unset GLX_DRAWABLE_TYPE back in.
Kristian Høgsberg
2007-10-17
1
-0
/
+2
*
|
Handle fbconfigs and glx visuals separately.
Kristian Høgsberg
2007-10-16
1
-140
/
+127
*
|
Move enabling of DRI extensions into glxextensions.c
Kristian Høgsberg
2007-10-11
1
-68
/
+1
*
|
Remove now unused getProcAddress from DRIinterfaceMethods.
Kristian Høgsberg
2007-10-11
1
-15
/
+0
*
|
Add a DRI_ReadDrawable marker extension to signal read drawable capability.
Kristian Høgsberg
2007-10-11
1
-0
/
+7
*
|
Move media stream counter entry points to new extension.
Kristian Høgsberg
2007-10-11
1
-1
/
+14
*
|
Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.
Kristian Høgsberg
2007-10-11
1
-3
/
+8
*
|
Move GLX_MESA_allocate_memory related functions to new extension mechanism.
Kristian Høgsberg
2007-10-11
1
-0
/
+11
*
|
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2007-10-10
1
-0
/
+12
*
|
Move the copySubBuffer extension over to the new mechanism.
Kristian Høgsberg
2007-10-10
1
-1
/
+9
*
|
Implement new screen extension API.
Kristian Høgsberg
2007-10-10
1
-0
/
+14
*
|
Stop passing in unused fbconfigs to createNewScreen.
Kristian Høgsberg
2007-10-10
1
-3
/
+1
*
|
Convert all DRI entrypoints to take pointers to __DRI* types.
Kristian Høgsberg
2007-10-10
1
-4
/
+4
*
|
Remove screenConfigs from __DRIscreen.
Kristian Høgsberg
2007-10-10
1
-1
/
+0
*
|
Drop createContext and destroyContext from DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
1
-25
/
+3
*
|
Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.
Kristian Høgsberg
2007-10-10
1
-29
/
+13
*
|
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-10
1
-59
/
+96
*
|
Remove XIDs from DRI interface (see #5714).
Kristian Høgsberg
2007-10-05
1
-12
/
+64
*
|
suppress warning about ncon visuals (bug #6689)
Roland Scheidegger
2007-08-16
1
-2
/
+5
|
/
[next]