index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
/
glxdriswrast.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-08
glx: remove unused systemTimeExtension
Emil Velikov
1
-1
/
+0
2017-07-31
glx: don't export __glXDRISWRastProvider
Emil Velikov
1
-1
/
+1
2017-06-20
glx/drisw: Use scratch GCs for swrastPutImage
Adam Jackson
1
-28
/
+5
2017-06-20
glx/drisw: Remove unused glx_enable_bits
Adam Jackson
1
-2
/
+0
2017-06-20
glx: Remove some indirection around EXT_texture_from_pixmap
Adam Jackson
1
-6
/
+2
2016-10-05
glx: drisw is not accelerated IGLX, reflect that in log messages
Emil Velikov
1
-3
/
+3
2016-09-28
glx: Always enable EXT_texture_from_pixmap for DRI swrast glx
Hans de Goede
1
-2
/
+1
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
[next]