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
*
glx: Properly check for a valid fd in dri2CreateScreen().
Henri Verbeet
2011-01-31
1
-1
/
+3
*
glx: Fix leaks in DRISW screen creation error paths.
Henri Verbeet
2011-01-31
1
-2
/
+5
*
glx: Fix leaks in DRI screen creation error paths.
Henri Verbeet
2011-01-31
1
-19
/
+20
*
glx: Fix leaks in DRI2 screen creation error paths.
Henri Verbeet
2011-01-31
3
-15
/
+29
*
glx: fix length of GLXGetFBConfigsSGIX
Julien Cristau
2011-01-31
1
-1
/
+1
*
glx: fix GLXChangeDrawableAttributesSGIX request
Julien Cristau
2011-01-31
1
-2
/
+3
*
glx: fix request lengths
Julien Cristau
2011-01-24
1
-3
/
+3
*
glapi: Fix OpenGL and OpenGL ES interop.
Chia-I Wu
2011-01-20
4
-3
/
+78
*
glapi: regenerated files
Brian Paul
2011-01-15
3
-54
/
+54
*
glapi: Regenerate for GL_ARB_ES2_compatibility.
Eric Anholt
2011-01-14
3
-54
/
+54
*
dri2: release texture image.
Juan Zhao
2011-01-09
1
-0
/
+21
*
mesa: upgrade to glext.h version 66
Brian Paul
2010-11-17
2
-17
/
+17
*
glapi: Do not use glapioffsets.h.
Chia-I Wu
2010-10-27
2
-7
/
+5
*
glapi: Do not use glapidispatch.h.
Chia-I Wu
2010-10-27
3
-41
/
+31
*
ARB_texture_rg: Add GLX protocol support
Ian Romanick
2010-10-01
3
-0
/
+3
*
glx: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-2
/
+0
*
glx: Only remove drawables from the hash when we actually delete them
Kristian Høgsberg
2010-09-29
1
-4
/
+6
*
Remove GL_MESA_packed_depth_stencil
Ian Romanick
2010-09-27
1
-8
/
+0
*
glx: Invalidate buffers after binding a drawable
Kristian Høgsberg
2010-09-22
1
-4
/
+15
*
glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x build
Luca Barbieri
2010-09-22
3
-6
/
+14
*
glx: Hold on to drawables if we're just switching to another context
Kristian Høgsberg
2010-09-21
1
-1
/
+4
*
glx: add const qualifiers to __indirect_glMultiDrawArraysEXT()
Brian Paul
2010-09-14
1
-2
/
+2
*
mesa: update to version 64 of GL/glext.h
Brian Paul
2010-09-14
3
-5
/
+5
*
glx: Don't destroy DRI2 drawables for legacy glx drawables
Kristian Høgsberg
2010-09-13
1
-1
/
+11
*
glx: Optimize out no-op make current calls
Kristian Høgsberg
2010-09-09
1
-0
/
+4
*
glx: Fix another use-after-free problem
Kristian Høgsberg
2010-09-09
1
-1
/
+3
*
glx: Destroy pixmap after destroying glx and dri drawables
Kristian Høgsberg
2010-09-08
1
-2
/
+2
*
glx: Ignore DRI2 event for drawables we've destroyed
Kristian Høgsberg
2010-09-08
1
-1
/
+1
*
glx: Fix use after free problem
Kristian Høgsberg
2010-09-08
1
-6
/
+7
*
glx: Drop broken drawable garbage collection
Kristian Høgsberg
2010-09-08
9
-59
/
+48
*
glx: Set an all NULL vtable for dummyContext
Kristian Høgsberg
2010-09-07
3
-8
/
+9
*
glx: Fix compilation with out xf86vidmode
Kristian Høgsberg
2010-09-07
1
-7
/
+1
*
glx: Use GLX_BufferSwapComplete unconditionally, we require glproto 1.4.11
Kristian Høgsberg
2010-09-07
1
-11
/
+0
*
Fix crashes when some GLX API entrypoints are called with no current context.
Michel Dänzer
2010-09-07
1
-5
/
+5
*
Make XF86VIDMODE extension optional
Jon TURNEY
2010-09-07
2
-1
/
+7
*
glx: Drop unused dri2proto.h include
Kristian Høgsberg
2010-09-07
1
-1
/
+0
*
glx: Move dpy and scr fields out of direct rendering conditional
Kristian Høgsberg
2010-09-07
1
-3
/
+3
*
Some fixes for GLX_INDIRECT_RENDERING only build
Jon TURNEY
2010-09-07
3
-5
/
+9
*
glx: Only clear the stored context tag when the context has been unbound
Jon TURNEY
2010-09-07
1
-5
/
+8
*
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
[next]