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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-9
/
+9
2013-06-26
glx: Fix another missed glMultiDrawElementsEXT const change.
Eric Anholt
1
-1
/
+1
2013-06-05
mesa: remove outdated version lines in comments
Rico Schüller
1
-1
/
+0
2013-05-30
integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2]
Alan Coopersmith
1
-3
/
+5
2013-05-30
integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2]
Alan Coopersmith
1
-1
/
+6
2013-04-23
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
1
-3
/
+4
2013-04-23
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
1
-1
/
+1
2013-04-23
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
1
-1
/
+1
2013-04-15
build: Rename sources.mak -> Makefile.sources
Matt Turner
1
-1
/
+1
2013-04-05
Honor GLX_DONT_CARE in MATCH_MASK
Alexander Monakov
1
-1
/
+3
2013-03-21
glx: Build with VISIBILITY_CFLAGS in automake
Adam Jackson
1
-0
/
+1
2013-03-18
DRI2: HACK: no GLX_INTEL_swap_event if no ScheduleSwap
Rob Clark
1
-6
/
+15
2013-03-14
glx: init screen = 0 to fix optimized build warning
Brian Paul
1
-1
/
+1
2013-02-27
glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefined
Jon TURNEY
1
-1
/
+1
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
[next]