index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-01-21
scons: Fix dependencies of generated headers.
José Fonseca
1
-7
/
+2
2013-01-13
tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).
Johannes Obermayr
1
-5
/
+5
2013-01-10
Clean up .gitignore files
Matt Turner
1
-5
/
+0
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
5
-17
/
+35
2012-12-01
dri_glx: fix use after free report
Dave Airlie
1
-1
/
+4
2012-11-12
mesa: Standardize names of OpenGL functions.
Paul Berry
10
-364
/
+364
2012-11-01
dispatch: Include glheader.h in dispatch-related files.
Paul Berry
1
-1
/
+1
2012-10-29
glx: Add the extension string for GLX_ARB_framebuffer_sRGB
Ian Romanick
2
-0
/
+6
2012-10-29
glx: Set sRGBCapable to a default value
Ian Romanick
1
-0
/
+2
2012-10-17
glx: Add GLXBadProfileARB to the error string list
Adam Jackson
1
-0
/
+1
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
3
-52
/
+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
3
-29
/
+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
3
-52
/
+10
2012-10-09
glx: Replace DRI2WaitForMSC custom protocol with XCB.
Eric Anholt
3
-66
/
+21
2012-10-09
glx: Replace DRI2WaitForSBC custom protocol with XCB.
Eric Anholt
3
-54
/
+34
2012-10-09
glx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER code.
Eric Anholt
1
-61
/
+0
2012-10-09
glx: Unifdef some dri_interface.h defines.
Eric Anholt
1
-14
/
+1
2012-10-09
glx: Unifdef USE_XCB.
Eric Anholt
4
-248
/
+0
2012-10-03
glx/dri2: use uint64_t instead of double to represent time for FPS calculation
Marek Olšák
1
-5
/
+6
2012-10-01
build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition
Matt Turner
3
-7
/
+7
2012-10-01
build: Use PTHREAD_LIBS and PTHREAD_CFLAGS
Matt Turner
1
-1
/
+2
2012-09-24
darwin: do not create double-buffered offscreen pixel formats
Jonas Maebe
1
-1
/
+1
2012-09-06
glx: move 'prime' var into #ifdef'd code block
Brian Paul
1
-8
/
+10
2012-09-05
Replace another malloc/memset-0 combination with calloc
Matt Turner
1
-2
/
+1
2012-09-05
Remove useless memset after calloc
Matt Turner
2
-2
/
+0
2012-09-05
Use calloc instead of malloc/memset-0
Matt Turner
5
-24
/
+12
2012-09-05
Remove useless checks for NULL before freeing
Matt Turner
6
-32
/
+16
2012-09-05
Don't cast the return value of malloc/realloc
Matt Turner
11
-21
/
+21
2012-09-05
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
21
-153
/
+152
2012-09-05
Use the correct macro _WIN32 for Windows.
Vinson Lee
1
-1
/
+1
2012-08-22
build: Clean glx Makefile.am
Matt Turner
1
-4
/
+1
2012-08-16
glx/dri2: add dri2 prime support.
Dave Airlie
1
-0
/
+13
2012-08-13
build/glx: fix include paths for out-of-tree builds
Christopher James Halse Rogers
1
-0
/
+2
2012-08-13
build: fix location of generated files in src/mesa (v4)
Christopher James Halse Rogers
1
-0
/
+4
2012-08-08
glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.
Kenneth Graunke
2
-2
/
+2
2012-08-08
glx: Don't use glapitable.h at all
Ian Romanick
3
-6
/
+10
2012-08-08
glx: Don't rely on struct _glapi_table
Ian Romanick
2
-666
/
+654
2012-07-23
automake: Honor GL_LIB for mangled/custom lib names
Brad King
1
-20
/
+7
[next]