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
/
glxcmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
glx: Remove check for gc->vtable->destroy
Jeremy Huddleston
2011-06-13
1
-2
/
+1
*
apple: Remove apple_glx_get_proc_address
Jeremy Huddleston
2011-06-07
1
-6
/
+0
*
apple: Build darwin using applegl rather than indirect
Jeremy Huddleston
2011-06-05
1
-0
/
+4
*
apple: Rename GLXcontext
Jeremy Huddleston
2011-06-05
1
-1
/
+1
*
apple: Rename _gl_context_modes_find_visual to glx_config_find_visual
Jeremy Huddleston
2011-06-05
1
-1
/
+1
*
glx: Fix another case of using req outside of the display lock
Adam Jackson
2011-06-02
1
-2
/
+2
*
glx: Fix glXGetFBConfigFromVisualSGIX.
Stéphane Marchesin
2011-05-27
1
-1
/
+1
*
glx: More comment cleanup
Adam Jackson
2011-05-24
1
-8
/
+3
*
glx: Don't do the implicit glFlush in SwapBuffers if it's the wrong drawable.
Eric Anholt
2011-02-26
1
-2
/
+6
*
glx: Put null check before use
nobled
2011-02-11
1
-2
/
+6
*
glapi: Fix OpenGL and OpenGL ES interop.
Chia-I Wu
2011-01-20
1
-1
/
+6
*
glx: Drop broken drawable garbage collection
Kristian Høgsberg
2010-09-08
1
-50
/
+0
*
glx: Set an all NULL vtable for dummyContext
Kristian Høgsberg
2010-09-07
1
-5
/
+5
[next]