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
/
indirect_glx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-05
Replace another malloc/memset-0 combination with calloc
Matt Turner
1
-2
/
+1
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
-8
/
+4
2012-09-05
Don't cast the return value of malloc/realloc
Matt Turner
1
-1
/
+1
2012-09-05
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
1
-14
/
+14
2012-01-02
glx: Implement glx_screen_vtable::create_context_attribs for indirect contexts
Ian Romanick
1
-1
/
+23
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-06-20
glx: Allow a context-specific fallback for glXGetProcAddress
Jeremy Huddleston
1
-0
/
+1
2011-06-02
glx: Remove (unused, broken) fastImageUnpack fast path
Adam Jackson
1
-3
/
+0
2010-09-08
glx: Drop broken drawable garbage collection
Kristian Høgsberg
1
-0
/
+3
2010-09-07
glx: Only clear the stored context tag when the context has been unbound
Jon TURNEY
1
-5
/
+8
2010-07-29
glx: Compare old ctx against dummyCtx, not NULL
Kristian Høgsberg
1
-1
/
+1
2010-07-28
glx: Split indirect and applegl implementations into different files
Kristian Høgsberg
1
-0
/
+456