index
:
~bwidawsk/mesa
16-vs
16-vs-v2
4x4stc
aux-buf
aux-buf-v2
blits
blits-new
blitsv2
blitsv3
braswell
braswell-mocs-experiment
braswell-prefer-meta
bxt2x6
bxt_ds
captures
cnl
context_support
cpu_map_mcs
current_modifiers
fast-lod
fast-stencil
fast_jenkins
fast_stencil
float-blend
for-bernard
for-janesma
for-timo
gen9-fixes
gt1
gt4
gt4_test
gtt-map-nonblock
image_ccs_alloc
image_ccs_alloc_fbmods
integer-multiplyv2
jenkins
libunwind
master
mempcy
miptree-rework
mocs
modifier-blob
modifier-temp2
modifiers
modifiers-temp
modifiersv2
modifiersv3
modifiersv4
modifiersv6
modifiersv7
modifiersv8
modifiersv9
modv11
modv12
mul_dw
new-blits
new-system-routine
non-block
prelocate
queued
qw-mul
random-lris
reorg-array-optv2
reorg-map
rework_ddchkclr
scanout-y
serial-pipecontrol
simd16
skl-fast-clear
stencil-blits
system_routine
system_routine_temp
test-non-block
texture-array-opt
texture-array-optv2
texture-array-optv3
texture-array-optv4
throttle-cheat
vec4-more-spill
vec4-more-spill2
vec4-more-spill3
vf_comp_pack
workarounds
ytile
Unnamed repository; edit this file to name it for gitweb.
bwidawsk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
glxcmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-16
glx: remove __glXstrdup()
Juha-Pekka Heikkila
1
-17
/
+0
2014-06-10
glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM case
Jon TURNEY
1
-1
/
+1
2014-05-23
Fix build of appleglx
Jon TURNEY
1
-2
/
+2
2014-04-02
glx: remove unused __glXClientInfo()
Juha-Pekka Heikkila
1
-13
/
+0
2014-03-11
glx: cleanup unneeded headers
Emil Velikov
1
-2
/
+0
2014-02-26
glx: Fix the GLXFBConfig attrib sort priorities
Fredrik Höglund
1
-7
/
+4
2014-02-26
glx: Fix the default values for GLXFBConfig attributes
Fredrik Höglund
1
-7
/
+2
2014-02-07
glx: Add missing null checks in glxcmds.c
Juha-Pekka Heikkila
1
-8
/
+20
2013-12-20
glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable
Lauri Kasanen
1
-4
/
+2
2013-11-21
glx: don't fail out when no configs if we have visuals
Dave Airlie
1
-1
/
+1
2013-11-07
glx: Add functions and GLX plumbing for GLX_MESA_query_renderer
Ian Romanick
1
-0
/
+6
2013-07-18
glx: Require proper drawableType in init_fbconfig_for_chooser
Tomasz Lis
1
-1
/
+6
2013-07-18
glx: Validate the GLX_RENDER_TYPE value
Tomasz Lis
1
-0
/
+27
2013-07-18
glx: Store the RENDER_TYPE in indirect rendering
Tomasz Lis
1
-1
/
+0
2013-07-18
glx: Handling RENDER_TYPE in glXCreateContext and init_fbconfig_for_chooser
Tomasz Lis
1
-4
/
+28
2013-07-18
glx: Store the value of renderType while creating context
Tomasz Lis
1
-2
/
+2
2013-06-27
glx: return True/False instead of GL_TRUE/GL_FALSE
Brian Paul
1
-11
/
+11
2013-06-27
glx: move declarations before code
Brian Paul
1
-8
/
+7
2013-04-05
Honor GLX_DONT_CARE in MATCH_MASK
Alexander Monakov
1
-1
/
+3
2013-03-14
glx: init screen = 0 to fix optimized build warning
Brian Paul
1
-1
/
+1
2012-12-02
glx: move the glFlush call one layer down
Marek Olšák
1
-7
/
+4
2012-10-09
glx: Unifdef USE_XCB.
Eric Anholt
1
-56
/
+0
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
-6
/
+6
2012-01-24
Revert "Always build shared glapi"
Matt Turner
1
-0
/
+2
2012-01-20
Always build shared glapi
Matt Turner
1
-2
/
+0
2012-01-02
glx: Connect glXCreateContextAttribsARB to glXGetProcAddress
Ian Romanick
1
-0
/
+3
2012-01-02
glx: Initial implementation of glXCreateContextAttribsARB
Ian Romanick
1
-1
/
+1
2011-12-23
glx: Propagate the glXIsDirect protocol error back to the application
Ian Romanick
1
-3
/
+26
2011-12-19
glx: Initialize share_xid in CreateContext
Ian Romanick
1
-0
/
+1
2011-12-19
glx: Send DestroyContext protocol at the correct times
Ian Romanick
1
-11
/
+31
2011-12-19
glx: Don't segfault if glXGetContextIDEXT is pased a NULL context
Ian Romanick
1
-1
/
+1
2011-12-19
glx: Fix handling of property list received from the server in glXImportConte...
Ian Romanick
1
-13
/
+32
2011-12-19
glx: Don't segfault if xcb_glx_is_direct_reply returns NULL
Ian Romanick
1
-1
/
+1
2011-08-19
glx: use a block to fix declarations after code warning
Brian Paul
1
-7
/
+9
2011-07-08
GLX/DRI2: handle swap event swap count wrapping
Jesse Barnes
1
-0
/
+57
2011-06-29
glx: Verify that drawable creation on the client side actually worked
Adam Jackson
1
-2
/
+16
2011-06-29
glx: Alias glXFreeContextEXT to glXDestroyContext
Adam Jackson
1
-14
/
+6
2011-06-20
glx: Allow a context-specific fallback for glXGetProcAddress
Jeremy Huddleston
1
-0
/
+6
2011-06-13
glx: Remove check for gc->vtable->destroy
Jeremy Huddleston
1
-2
/
+1
2011-06-07
apple: Remove apple_glx_get_proc_address
Jeremy Huddleston
1
-6
/
+0
2011-06-05
apple: Build darwin using applegl rather than indirect
Jeremy Huddleston
1
-0
/
+4
2011-06-05
apple: Rename GLXcontext
Jeremy Huddleston
1
-1
/
+1
2011-06-05
apple: Rename _gl_context_modes_find_visual to glx_config_find_visual
Jeremy Huddleston
1
-1
/
+1
2011-06-02
glx: Fix another case of using req outside of the display lock
Adam Jackson
1
-2
/
+2
2011-05-27
glx: Fix glXGetFBConfigFromVisualSGIX.
Stéphane Marchesin
1
-1
/
+1
2011-05-24
glx: More comment cleanup
Adam Jackson
1
-8
/
+3
2011-02-26
glx: Don't do the implicit glFlush in SwapBuffers if it's the wrong drawable.
Eric Anholt
1
-2
/
+6
2011-02-11
glx: Put null check before use
nobled
1
-2
/
+6
2011-01-20
glapi: Fix OpenGL and OpenGL ES interop.
Chia-I Wu
1
-1
/
+6
[next]