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
Commit message (
Expand
)
Author
Age
Files
Lines
*
make: Use C++ compiler to link stdc++ library.
Brian Paul
2010-08-24
1
-2
/
+3
*
glx: Move deref after NULL check
Kristian Høgsberg
2010-08-04
1
-1
/
+2
*
glx: Fix use after free in drisw error path
Kristian Høgsberg
2010-08-04
1
-2
/
+1
*
glx: We no longer need screen extensions for drisw
Kristian Høgsberg
2010-08-04
1
-2
/
+0
*
glx: dri2InvalidateBuffers() needs the X drawable XID not the GLX one
Kristian Høgsberg
2010-08-04
1
-2
/
+2
*
glx: Drop _Xglobal_lock while we create and initialize glx display
Kristian Høgsberg
2010-08-02
1
-21
/
+39
*
glx: Fix copy/paste bug in glXWaitX and glXWaitGL
Kristian Høgsberg
2010-07-29
1
-2
/
+2
*
glx: Compare old ctx against dummyCtx, not NULL
Kristian Høgsberg
2010-07-29
3
-2
/
+4
*
glx: Fix linked list deletion in __glXCloseDisplay()
Kristian Høgsberg
2010-07-29
1
-1
/
+1
*
glx: Split indirect and applegl implementations into different files
Kristian Høgsberg
2010-07-28
7
-547
/
+624
*
glx: Move bind and unbind to context vtable
Kristian Høgsberg
2010-07-28
11
-275
/
+205
*
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
2010-07-28
28
-757
/
+770
*
glx: Rename __GLXscreenConfigs to struct glx_screen
Kristian Høgsberg
2010-07-28
10
-101
/
+99
*
glx: Use _X_EXPORT instead of our own PUBLIC macro
Kristian Høgsberg
2010-07-28
7
-101
/
+74
*
glx: Rename glcontextmodes.[ch] to glxconfig.[ch]
Kristian Høgsberg
2010-07-28
7
-7
/
+4
*
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
2010-07-28
17
-289
/
+258
*
glx: Delete unused glcontextmodes.c functions
Kristian Høgsberg
2010-07-28
3
-101
/
+0
*
glx: Stop using glcore.h and glxint.h in glx
Kristian Høgsberg
2010-07-28
3
-93
/
+90
*
Avoid a compiler warning about a potentially unused variable.
Carl Worth
2010-07-28
1
-1
/
+1
*
Avoid compiler warning for unused glx_dpy variable.
Carl Worth
2010-07-28
1
-1
/
+1
*
glx: Remove function prototypes no longer necessary
Kristian Høgsberg
2010-07-26
1
-7
/
+0
*
glx: Drop debug fprintf that snug in with the previous commit
Kristian Høgsberg
2010-07-26
1
-2
/
+0
*
glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #defined
Kristian Høgsberg
2010-07-26
1
-1
/
+3
*
glx: Drop duplicate psc field in dri context struct
Kristian Høgsberg
2010-07-26
1
-3
/
+2
*
glx: Drop duplicate psc field in drisw context struct
Kristian Høgsberg
2010-07-24
1
-3
/
+3
*
glx: Fix another case of confusing driContext and dri2_context *
Eric Anholt
2010-07-23
1
-1
/
+1
*
glx: Correctly look up the dri2 context pointer for SetTexBuffer.
Eric Anholt
2010-07-23
1
-1
/
+1
*
glx: Don't destroy context with XID 0
Kristian Høgsberg
2010-07-23
4
-4
/
+9
*
glx: Fix use after free case when destroying screens
Kristian Høgsberg
2010-07-23
1
-1
/
+0
*
glx: zero out drawable structs after allocation
Kristian Høgsberg
2010-07-23
3
-0
/
+3
*
glx: Refactor and simplify context creation
Kristian Høgsberg
2010-07-23
6
-205
/
+185
*
glx: Fix indirect screen initialization
Kristian Høgsberg
2010-07-23
1
-2
/
+7
*
glx: Move context destroy to context vtable
Kristian Høgsberg
2010-07-23
7
-105
/
+83
*
glx: Don't try to swap a front buffer if we don't have one.
Eric Anholt
2010-07-23
1
-1
/
+2
*
glx: Drop screen argument to GetGLXDRIDrawable
Kristian Høgsberg
2010-07-22
4
-43
/
+33
*
glx: Move WaitGL, WaitX, UseXFont to context vtable functions
Kristian Høgsberg
2010-07-22
6
-101
/
+97
*
glx: Allocate the __GLXcontext in the DRI drivers
Kristian Høgsberg
2010-07-22
6
-124
/
+136
*
glx: Use _Xglobal_lock for protecting extension display list
Kristian Høgsberg
2010-07-22
3
-126
/
+86
*
glx: Move last few dri_interface.h types out of glxclient.h and drop include
Kristian Høgsberg
2010-07-21
4
-12
/
+19
*
glx: Move __driContext field out of __GLXcontextRec
Kristian Høgsberg
2010-07-21
2
-4
/
+3
*
Revert "dri2: Remove an unused variable."
Jerome Glisse
2010-07-21
1
-0
/
+1
*
dri2: Remove an unused variable.
Carl Worth
2010-07-21
1
-1
/
+0
*
glx: #ifdef DRI specific prototype
Kristian Høgsberg
2010-07-20
1
-0
/
+2
*
glx/dri2: Fix dri2CopySubBuffer() again.
Michel Dänzer
2010-07-20
1
-3
/
+4
*
glx: Move DRI CopySubBuffer extension to DRI1 code
Kristian Høgsberg
2010-07-19
6
-39
/
+14
*
glx: Move driver_configs to DRI screen privates
Kristian Høgsberg
2010-07-19
7
-12
/
+22
*
glx: Move drawHash to display private
Kristian Høgsberg
2010-07-19
5
-41
/
+27
*
glx: Don't use __glXInitialize() when we might be holding __glXLock()
Kristian Høgsberg
2010-07-19
3
-5
/
+5
*
glx: Workaround mismatch in signedness between extensions and protocol
Kristian Høgsberg
2010-07-19
1
-7
/
+32
*
glx: Move __DRIdrawable pointers to DRI drawable privates
Kristian Høgsberg
2010-07-19
5
-64
/
+88
[next]