index
:
~vlj/mesa
arlfixes
cayman-fix
codesize
constbuf
constbuf2
export
export-vs
glsl-to-llvm
glsl-to-llvm-05nov
glsl-to-llvm-sync2
glsl-to-llvm-wip
glsl-to-llvm2
glsl-to-llvm3
glsltollvm
glsltollvmdump
glsltollvmold
interp
interpolation
interpolation2
interpolation3
intrinsics
llvm-simplification
master
modprop
native
r600-llvm
Mesa clone to host some work
UNKNOWN
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
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
2010-04-01
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
1
-1
/
+1
2010-03-05
glx: Move initialization of ext_list_first_time to where it's storage is allo...
Brian Paul
1
-3
/
+0
2010-02-14
glx: Silence uninitialized variable warning.
Vinson Lee
1
-0
/
+1
2010-02-09
Retire miniglx and move the actual glx code up to src/glx
Kristian Høgsberg
1
-0
/
+751