index
:
~vadimg/mesa
master
r600-fake
r600-geom-shaders
r600-sb
r600-sb-2
r600-sb-3
r600-sb-bfgminer
r600-sb-wip
r600-wip-sched
r600_eg_shader_opt
wip-sb-tgsi
vadimg's mesa repository
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
dri2_glx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-18
DRI2: HACK: no GLX_INTEL_swap_event if no ScheduleSwap
Rob Clark
1
-6
/
+15
2013-02-19
DRI2: Don't disable GLX_INTEL_swap_event unconditionally
Zack Rusin
1
-3
/
+12
2013-02-07
glx: Centralize the code for context flushing.
Eric Anholt
1
-45
/
+37
2013-02-07
glx: Add a little comment about what dri2FlushFrontBuffer() does.
Eric Anholt
1
-0
/
+4
2013-01-29
glx: Check that swap_buffers_reply is non-NULL before using it
Stéphane Marchesin
1
-3
/
+5
2013-01-24
glx: only advertise GLX_INTEL_swap_event if it's supported
Zack Rusin
1
-2
/
+3
2012-12-07
glx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where it should be set
Marek Olšák
1
-2
/
+4
2012-12-02
glx/dri2: add and use new driver hook flush_with_flags
Marek Olšák
1
-49
/
+92
2012-12-02
glx: move the glFlush call one layer down
Marek Olšák
1
-5
/
+13
2012-10-17
glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()
Owen W. Taylor
1
-1
/
+1
2012-10-16
glx: Fix a regression in the new XCB code
Fredrik Höglund
1
-3
/
+15
2012-10-09
glx: Replace DRI2SwapBuffers() custom protocol with XCB.
Eric Anholt
1
-4
/
+31
2012-10-09
glx: Fix some indentation.
Eric Anholt
1
-5
/
+5
2012-10-09
glx: Replace DRI2SwapInterval custom protocol with XCB.
Eric Anholt
1
-7
/
+2
2012-10-09
glx: Reuse setSwapInterval for setting initial swap interval.
Eric Anholt
1
-5
/
+2
2012-10-09
glx: Allow glXSwapInterval(0) when vblank_mode=0.
Eric Anholt
1
-1
/
+3
2012-10-09
glx: Replace DRI2GetMSC custom protocol with XCB.
Eric Anholt
1
-16
/
+10
2012-10-09
glx: Replace DRI2WaitForMSC custom protocol with XCB.
Eric Anholt
1
-16
/
+21
2012-10-09
glx: Replace DRI2WaitForSBC custom protocol with XCB.
Eric Anholt
1
-9
/
+34
2012-10-09
glx: Unifdef some dri_interface.h defines.
Eric Anholt
1
-14
/
+1
2012-10-03
glx/dri2: use uint64_t instead of double to represent time for FPS calculation
Marek Olšák
1
-5
/
+6
2012-09-05
Use calloc instead of malloc/memset-0
Matt Turner
1
-8
/
+4
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
-26
/
+26
2012-08-08
glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.
Kenneth Graunke
1
-1
/
+1
2012-07-11
glx/dri2: Add support for GLX_ARB_create_context_robustness
Ian Romanick
1
-2
/
+21
2012-03-11
Set close on exec flag FD_CLOEXEC
David Fries
1
-1
/
+9
2012-02-08
dri: Emit a critical error if a named driver fails to load.
Carl Worth
1
-0
/
+2
2012-01-05
glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2)
Marek Olšák
1
-1
/
+34
2012-01-02
glx: Enable GLX_EXT_create_context_es2_profile
Ian Romanick
1
-0
/
+6
2012-01-02
glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contexts
Ian Romanick
1
-1
/
+91
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
-4
/
+19
2011-10-14
dri2: Implement a throttle dri extension.
Thomas Hellstrom
1
-3
/
+50
2011-09-19
Remove unneeded xdamages header from dri2_glx.c.
Matt Turner
1
-1
/
+0
2011-09-14
glx/dri2: Don't call X server for SwapBuffers when there's no back buffer.
Michel Dänzer
1
-0
/
+4
2011-09-14
GLX: Say something if we cannot connect via DRI2
Andrew Deason
1
-0
/
+1
2011-08-18
glx: Don't flush twice if we fallback to dri2CopySubBuffer
Kristian Høgsberg
1
-11
/
+10
2011-08-09
glx: move declarations before code
Brian Paul
1
-3
/
+7
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
-3
/
+2
2011-06-06
dri2: protect dri2FlushFrontBuffer against NULL buffers.
Stéphane Marchesin
1
-0
/
+6
2011-06-03
glx: Fix use-before-null-check in dri2InvalidateBuffers().
Eric Anholt
1
-1
/
+6
2011-05-06
glx: Check flush DRI extension version at runtime
nobled
1
-2
/
+3
2011-04-10
glx: Destroy dri2Hash on DRI2 display destruction.
Henri Verbeet
1
-0
/
+3
2011-02-26
dri2: Don't call the dri2 flush hook for swapbuffers unless we have a context.
Eric Anholt
1
-2
/
+7
2011-01-31
glx: Properly check for a valid fd in dri2CreateScreen().
Henri Verbeet
1
-1
/
+3
2011-01-31
glx: Fix leaks in DRI2 screen creation error paths.
Henri Verbeet
1
-4
/
+10
[next]