index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
dri_glx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-21
include: move sarea.h next to it's only user
Emil Velikov
1
-1
/
+1
2014-06-18
glx: Add an error message when a direct renderer's createScreen() routine fails
Jon TURNEY
1
-1
/
+3
2014-04-28
glx/dri: explicitly assign struct components for glx_*_vtable
Emil Velikov
1
-13
/
+13
2014-02-23
glx/dri: use the implemented version of __DRIdamageExtension
Emil Velikov
1
-2
/
+3
2014-02-23
glx/dri: use the implemented version of __DRIgetDrawableInfoExtension
Emil Velikov
1
-2
/
+3
2014-01-27
loader: Add missing \n on message printing
Emil Velikov
1
-4
/
+4
2013-12-19
glx: Fix two identical null check errors in driSet/GetInterval
Juha-Pekka Heikkila
1
-8
/
+12
2013-10-24
glx: Add an optional function call for getting the DRI driver interface.
Eric Anholt
1
-1
/
+1
2013-10-24
dri: Allow config options to be passed to the loader through extensions.
Eric Anholt
1
-3
/
+14
2013-07-18
glx: Validate the GLX_RENDER_TYPE value
Tomasz Lis
1
-0
/
+4
2013-07-18
glx: Store the value of renderType while creating context
Tomasz Lis
1
-0
/
+2
2012-12-02
glx: move the glFlush call one layer down
Marek Olšák
1
-2
/
+10
2012-12-01
dri_glx: fix use after free report
Dave Airlie
1
-1
/
+4
2012-10-09
glx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER code.
Eric Anholt
1
-61
/
+0
2012-09-05
Remove useless memset after calloc
Matt Turner
1
-1
/
+0
2012-09-05
Use calloc instead of malloc/memset-0
Matt Turner
1
-4
/
+2
2012-09-05
Remove useless checks for NULL before freeing
Matt Turner
1
-4
/
+2
2012-09-05
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
1
-22
/
+22
2012-02-08
dri: Emit a critical error if a named driver fails to load.
Carl Worth
1
-0
/
+2
2012-01-02
glx: Add glx_screen_vtable::create_context_attribs
Ian Romanick
1
-1
/
+2
2011-12-19
glx: Send DestroyContext protocol at the correct times
Ian Romanick
1
-3
/
+0
2011-12-19
glx: Don't create a shared context if the other context isn't the same kind
Ian Romanick
1
-0
/
+7
2011-12-07
glx: Fix indirect fallback when a non-Mesa GLX extension is present.
Aaron Plattner
1
-5
/
+16
2011-08-26
dri: Remove all DRI1 drivers
Ian Romanick
1
-2
/
+2
2011-06-20
glx: Allow a context-specific fallback for glXGetProcAddress
Jeremy Huddleston
1
-0
/
+1
2011-06-17
glx: implement drawable refcounting.
Stéphane Marchesin
1
-2
/
+4
2011-01-31
glx: Fix leaks in DRI screen creation error paths.
Henri Verbeet
1
-19
/
+20
2010-09-08
glx: Drop broken drawable garbage collection
Kristian Høgsberg
1
-2
/
+2
2010-07-28
glx: Move bind and unbind to context vtable
Kristian Høgsberg
1
-31
/
+26
2010-07-28
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
1
-9
/
+9
2010-07-28
glx: Rename __GLXscreenConfigs to struct glx_screen
Kristian Høgsberg
1
-8
/
+8
2010-07-28
glx: Use _X_EXPORT instead of our own PUBLIC macro
Kristian Høgsberg
1
-2
/
+2
2010-07-28
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
1
-7
/
+7
2010-07-26
glx: Drop duplicate psc field in dri context struct
Kristian Høgsberg
1
-3
/
+2
2010-07-23
glx: Don't destroy context with XID 0
Kristian Høgsberg
1
-1
/
+2
2010-07-23
glx: zero out drawable structs after allocation
Kristian Høgsberg
1
-0
/
+1
2010-07-23
glx: Refactor and simplify context creation
Kristian Høgsberg
1
-4
/
+8
2010-07-23
glx: Move context destroy to context vtable
Kristian Høgsberg
1
-9
/
+18
2010-07-22
glx: Move WaitGL, WaitX, UseXFont to context vtable functions
Kristian Høgsberg
1
-2
/
+3
2010-07-22
glx: Allocate the __GLXcontext in the DRI drivers
Kristian Høgsberg
1
-19
/
+24
2010-07-19
glx: Move DRI CopySubBuffer extension to DRI1 code
Kristian Høgsberg
1
-4
/
+13
2010-07-19
glx: Move driver_configs to DRI screen privates
Kristian Høgsberg
1
-1
/
+3
2010-07-19
glx: Move __DRIdrawable pointers to DRI drawable privates
Kristian Høgsberg
1
-27
/
+46
2010-07-19
glx: Move __driScreen into the dri screen privates
Kristian Høgsberg
1
-10
/
+11
2010-07-19
glx: Move DRI1 specific extensions and code to DRI1 screen private
Kristian Høgsberg
1
-1
/
+123
2010-07-19
glx: Add screen privates for dri drivers and moved some fields there
Kristian Høgsberg
1
-49
/
+78
2010-07-19
glx: Rename various DRI structs away from obnoxious __GLXfooRec convention
Kristian Høgsberg
1
-14
/
+11
2010-05-21
glx: Split tfp functions out to context vtable
Kristian Høgsberg
1
-0
/
+7
2010-04-27
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
1
-1
/
+1
2010-04-01
Revert accidental commits from the xquartz tree
Jeremy Huddleston
1
-1
/
+1
[next]