index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
/
glxcmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx: apple specific occurences of dummyContext check
Tapani Pälli
2016-08-15
1
-1
/
+1
*
glx: fix error code when there is no context bound
Bernard Kilarski
2016-08-15
1
-15
/
+15
*
glx: fix crash with bad fbconfig
Daniel Czarnowski
2016-06-09
1
-0
/
+23
*
mesa_glinterop: remove mesa_glinterop typedefs
Emil Velikov
2016-05-30
1
-3
/
+3
*
glx: Implement the libglvnd interface.
Kyle Brenneman
2016-05-30
1
-39
/
+39
*
mesa_glinterop: make GL interop version field bidirectional
Emil Velikov
2016-05-24
1
-1
/
+1
*
mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbols
Emil Velikov
2016-05-24
1
-2
/
+2
*
glxcmds: glXGetFBConfigs, fix screen bounds
Jiri Slaby
2016-05-23
1
-1
/
+1
*
glx: implement GLX part of interop interface (v2)
Marek Olšák
2016-04-20
1
-0
/
+54
*
glx: Fix build errors with --enable-mangling (v2)
Kyle Brenneman
2015-10-02
1
-0
/
+4
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
glx: remove __glXstrdup()
Juha-Pekka Heikkila
2014-12-16
1
-17
/
+0
*
glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM case
Jon TURNEY
2014-06-10
1
-1
/
+1
*
Fix build of appleglx
Jon TURNEY
2014-05-23
1
-2
/
+2
*
glx: remove unused __glXClientInfo()
Juha-Pekka Heikkila
2014-04-02
1
-13
/
+0
*
glx: cleanup unneeded headers
Emil Velikov
2014-03-11
1
-2
/
+0
*
glx: Fix the GLXFBConfig attrib sort priorities
Fredrik Höglund
2014-02-26
1
-7
/
+4
*
glx: Fix the default values for GLXFBConfig attributes
Fredrik Höglund
2014-02-26
1
-7
/
+2
*
glx: Add missing null checks in glxcmds.c
Juha-Pekka Heikkila
2014-02-07
1
-8
/
+20
*
glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable
Lauri Kasanen
2013-12-20
1
-4
/
+2
*
glx: don't fail out when no configs if we have visuals
Dave Airlie
2013-11-21
1
-1
/
+1
*
glx: Add functions and GLX plumbing for GLX_MESA_query_renderer
Ian Romanick
2013-11-07
1
-0
/
+6
*
glx: Require proper drawableType in init_fbconfig_for_chooser
Tomasz Lis
2013-07-18
1
-1
/
+6
*
glx: Validate the GLX_RENDER_TYPE value
Tomasz Lis
2013-07-18
1
-0
/
+27
*
glx: Store the RENDER_TYPE in indirect rendering
Tomasz Lis
2013-07-18
1
-1
/
+0
*
glx: Handling RENDER_TYPE in glXCreateContext and init_fbconfig_for_chooser
Tomasz Lis
2013-07-18
1
-4
/
+28
*
glx: Store the value of renderType while creating context
Tomasz Lis
2013-07-18
1
-2
/
+2
*
glx: return True/False instead of GL_TRUE/GL_FALSE
Brian Paul
2013-06-27
1
-11
/
+11
*
glx: move declarations before code
Brian Paul
2013-06-27
1
-8
/
+7
*
Honor GLX_DONT_CARE in MATCH_MASK
Alexander Monakov
2013-04-05
1
-1
/
+3
*
glx: init screen = 0 to fix optimized build warning
Brian Paul
2013-03-14
1
-1
/
+1
*
glx: move the glFlush call one layer down
Marek Olšák
2012-12-02
1
-7
/
+4
*
glx: Unifdef USE_XCB.
Eric Anholt
2012-10-09
1
-56
/
+0
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-1
/
+1
*
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
2012-09-05
1
-6
/
+6
*
Revert "Always build shared glapi"
Matt Turner
2012-01-24
1
-0
/
+2
*
Always build shared glapi
Matt Turner
2012-01-20
1
-2
/
+0
*
glx: Connect glXCreateContextAttribsARB to glXGetProcAddress
Ian Romanick
2012-01-02
1
-0
/
+3
*
glx: Initial implementation of glXCreateContextAttribsARB
Ian Romanick
2012-01-02
1
-1
/
+1
*
glx: Propagate the glXIsDirect protocol error back to the application
Ian Romanick
2011-12-23
1
-3
/
+26
*
glx: Initialize share_xid in CreateContext
Ian Romanick
2011-12-19
1
-0
/
+1
*
glx: Send DestroyContext protocol at the correct times
Ian Romanick
2011-12-19
1
-11
/
+31
*
glx: Don't segfault if glXGetContextIDEXT is pased a NULL context
Ian Romanick
2011-12-19
1
-1
/
+1
*
glx: Fix handling of property list received from the server in glXImportConte...
Ian Romanick
2011-12-19
1
-13
/
+32
*
glx: Don't segfault if xcb_glx_is_direct_reply returns NULL
Ian Romanick
2011-12-19
1
-1
/
+1
*
glx: use a block to fix declarations after code warning
Brian Paul
2011-08-19
1
-7
/
+9
*
GLX/DRI2: handle swap event swap count wrapping
Jesse Barnes
2011-07-08
1
-0
/
+57
*
glx: Verify that drawable creation on the client side actually worked
Adam Jackson
2011-06-29
1
-2
/
+16
*
glx: Alias glXFreeContextEXT to glXDestroyContext
Adam Jackson
2011-06-29
1
-14
/
+6
*
glx: Allow a context-specific fallback for glXGetProcAddress
Jeremy Huddleston
2011-06-20
1
-0
/
+6
[next]