index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
/
glxdriswrast.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-06
glx: Fix computation of GLX_X_RENDERABLE fbconfig attribute
Adam Jackson
1
-4
/
+2
2016-05-11
glx: Code motion
Adam Jackson
1
-24
/
+24
2016-03-30
glx: Implement GLX_EXT_libglvnd (v2)
Adam Jackson
1
-0
/
+3
2016-03-30
glx: Compute the GLX extension string from __glXScreenInit
Adam Jackson
1
-12
/
+0
2016-03-30
glx: Move glx_enable_bits up to the GLX screen base class
Adam Jackson
1
-9
/
+10
2016-03-30
glx: Enable GLX 1.4 unconditionally
Adam Jackson
1
-3
/
+0
2016-03-30
glx: Enable GLX_SGI_make_current_read in the core
Adam Jackson
1
-1
/
+0
2016-03-30
glx: Don't enable EXT_texture_from_pixmap unconditionally
Adam Jackson
1
-1
/
+2
2016-03-30
glx: Remove default server glx extension string
Adam Jackson
1
-2
/
+0
2016-03-10
glx: Implement GLX_EXT_fbconfig_packed_float
Adam Jackson
1
-0
/
+1
2016-01-21
glx: Fix GLX_EXT_create_context_es2_profile support
Adam Jackson
1
-0
/
+2
2015-09-23
glx: fix regression with copy sub buffer disappearing
Dave Airlie
1
-2
/
+3
2015-07-08
glx: Implement GLX_ARB_context_flush_control
Adam Jackson
1
-0
/
+8
2015-07-08
glx/swrast: Do more GLX extension setup
Adam Jackson
1
-3
/
+34
2014-09-11
glx: Fix 'y ' value in swrastGetDrawableInfo()
Maks Naumov
1
-1
/
+1
2014-04-23
glx: Make sure that DRI2/swrast calls haven't changed the GL context.
Eric Anholt
1
-0
/
+10
2013-12-30
glx: unifdef swrast dri_interface.h values from Mesa 7.1.
Eric Anholt
1
-24
/
+1
2013-12-10
drisw: Wire up GetProcAddress
Adam Jackson
1
-0
/
+5
2013-12-05
glx: Fix incorrect use of dri_interface.h version defines in driver probing.
Eric Anholt
1
-2
/
+2
2013-12-05
glx: Fix incorrect use of dri_interface.h version defines in extensions.
Eric Anholt
1
-1
/
+1
2013-10-29
glx: convert to direct GL dispatch (v2)
Adam Jackson
1
-4
/
+0
2012-05-23
glx: Extend __GLXscreen::createContext to take attributes
Ian Romanick
1
-1
/
+11
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-137
/
+123
2011-11-24
glx: don't leak driConfigs
Paulo Zanoni
1
-3
/
+11
2011-03-28
glx: Remove ->forceCurrent from the context vtable
Adam Jackson
1
-14
/
+0
2011-03-14
glx: Factor out glxProbeDriver function.
Christopher James Halse Rogers
1
-36
/
+6
2011-03-14
glx: Add texbuffer2 support to swrast
Adam Jackson
1
-0
/
+8
2010-11-30
glx: Remove swap barrier and hyperpipe support
Adam Jackson
1
-1
/
+0
2010-09-13
glxdriswrast: Use CreateGC, not CreateScratchGC.
Jamey Sharp
1
-12
/
+8
2010-06-10
glxdriswrast bugfix: configure swapgc, not gc.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-2
/
+2
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-11
/
+5
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-8
/
+8
2010-05-11
dri2: Take an XID for tracking the DRI2 drawable
Kristian Høgsberg
1
-3
/
+5
2010-04-12
glx: Set the pbuffer bit for dri2 fbconfigs
Kristian Høgsberg
1
-1
/
+4
2010-01-11
DRI2: add support for new DRI2 protocol requests
Jesse Barnes
1
-1
/
+1
2009-12-14
glx: swrast can do GLX 1.4 too
Adam Jackson
1
-0
/
+3
2009-04-20
Add newline to some LogMessage strings.
Werner LEMBERG
1
-1
/
+2
2009-04-13
glx: Fix drawable private leak on destroy
Kristian Høgsberg
1
-0
/
+2
2009-01-19
Cygwin/X: Cygwin doesn't have RTLD_LOCAL
Yaakov Selkowitz
1
-0
/
+7
2008-12-02
Fix GLX after 180bad84774493d48f2793a6281d825560944863.
Eric Anholt
1
-1
/
+1
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-7
/
+3
2008-07-24
Don't abort if swrast library is not present
Daniel Drake
1
-1
/
+1
2008-07-24
Drop the glx resize hook and stop chaining PositionWindow.
Kristian Høgsberg
1
-10
/
+0
2008-06-13
glx: drop unused cleargc
George Sapountzis
1
-7
/
+0
2008-05-23
glx: missing swrast is fatal
George Sapountzis
1
-1
/
+1
2008-05-21
Move GL/glx on level up now that it's the only thing left under GL.
Kristian Høgsberg
1
-0
/
+544