index
:
~anholt/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XPRINT
bcook-backend
dmx-2
dri-0-1-branch
dri2-reallocate-revert
ephyr-continue-deleting
ephyr-fixes
ephyr-rebase-works
ephyr-warnings
glamor
glamor-anholt-filter-dir
glamor-anholt-filter-rebase
glamor-ca
glamor-cleanups
glamor-core-profile
glamor-delay-shareable
glamor-delay-shareable-2
glamor-external-rebase
glamor-extra-after-keithp
glamor-flushing
glamor-gl-context-2
glamor-map-zero
glamor-new-glyphs
glamor-original-in-tree
glamor-prepare-for-keithp
glamor-quads
glamor-rebase-wip
glamor-render-program
glamor-rgba-8
glamor-server
glamor-testing-patch-from-ken
glamor-xephyr
glamor-xephyr-egl
glamor-xephyr-gl-context
global-glx-context
glucose-2
glx-arg
gsr-current
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
modesetting-dri2
modesetting-dri2-no-pageflip
modesetting-gbm
modesetting-glamor
modesetting-import
modesetting-import-2
modesetting-present-no-pageflip
no-pci-rework
old-glamor
orib-soc-2006
panning-for-server-1.6
randr-1.2-for-server-1.2
randr-dpms
raspbian-backport
sco_port_update
server-1.2-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_0-branch
server-1_1-branch
transform-proposal
travis-ci
wonderland-dev
xephyr-xcb-rebase
xf-4_0_2-branch
xf-4_1-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
xserver-driinterface-versions
xserver-unifdef
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
/
glxcmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-31
glx: Lie about GLX_Y_INVERTED_EXT
Adam Jackson
1
-1
/
+2
2013-10-29
glx: convert to direct GL dispatch (v2)
Adam Jackson
1
-9
/
+5
2013-10-29
glx: Simplify glXDestroyContext
Adam Jackson
1
-3
/
+1
2013-10-29
glx: Fix memory leak in context garbage collection (v2)
Adam Jackson
1
-7
/
+7
2013-10-29
glx: Only take a Pixmap reference if creating the GLXPixmap succeeded
Adam Jackson
1
-1
/
+2
2013-09-11
glx: Fill in some missing attributes from DoGetFBConfigs
Adam Jackson
1
-2
/
+12
2013-09-11
glx: Catch another failure case in drawable creation
Adam Jackson
1
-0
/
+4
2013-09-11
glx: realloc style fix in RenderLarge
Adam Jackson
1
-9
/
+6
2013-09-11
glx: Eliminate a small malloc from QueryContext
Adam Jackson
1
-15
/
+8
2013-09-11
glx: Handle failure to create the pixmap backing the pbuffer
Adam Jackson
1
-0
/
+2
2013-09-11
glx: Implement GLX_PRESERVED_CONTENTS drawable attribute
Adam Jackson
1
-2
/
+10
2013-09-11
glx: Implement GLX_FBCONFIG_ID in GetDrawableAttributes
Adam Jackson
1
-1
/
+4
2013-09-11
glx: Implement GLX_{WIDTH,HEIGHT} in GetDrawableAttributes
Adam Jackson
1
-1
/
+7
2013-09-11
glx: Compute number of attributes in GetDrawableAttributes on the fly
Adam Jackson
1
-9
/
+11
2013-09-11
glx: Pull GLX vendor string out of __GLXscreen
Adam Jackson
1
-1
/
+3
2013-03-18
Full support of sRGB capable fbconfigs.
Tomasz Lis
1
-4
/
+22
2012-07-09
Use C99 designated initializers in glx Replies
Alan Coopersmith
1
-43
/
+59
2012-07-09
Use calloc to zero fill buffers being allocated for replies & events
Alan Coopersmith
1
-2
/
+2
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-16
/
+13
2012-07-05
glx: Track the reset notification strategy for a context
Ian Romanick
1
-0
/
+10
2012-05-23
glx: Make several functions available outside the glxcmds.c compilation unit
Ian Romanick
1
-4
/
+4
2012-05-23
glx: Use one function to add a context to all global tables
Ian Romanick
1
-4
/
+2
2012-05-23
glx: Initialize remaining context fields
Ian Romanick
1
-0
/
+7
2012-05-23
glx: Initialize all context fields together
Ian Romanick
1
-17
/
+9
2012-05-23
glx: Extend __GLXscreen::createContext to take attributes
Ian Romanick
1
-2
/
+8
2012-05-23
glx: Don't track GLClientmajorVersion or GLClientminorVersion
Ian Romanick
1
-2
/
+0
2012-05-23
glx: Fix mishandling of shared contexts
Ian Romanick
1
-11
/
+11
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1018
/
+1089
2011-04-15
glx: Fix lifetime tracking for pixmaps
Adam Jackson
1
-4
/
+7
2011-03-28
glx: Remove some obfuscatory macros
Adam Jackson
1
-7
/
+7
2011-03-28
glx: Reimplement context tags
Adam Jackson
1
-74
/
+24
2011-02-15
glx: Work around wrong request lengths sent by mesa
Julien Cristau
1
-4
/
+15
2011-02-15
glx: fix BindTexImageEXT length check
Julien Cristau
1
-1
/
+9
2011-02-15
glx: fix request length check for CreateGLXPbufferSGIX
Julien Cristau
1
-1
/
+1
2011-01-10
glx: validate numAttribs field before using it
Julien Cristau
1
-0
/
+25
2011-01-10
glx: validate request lengths
Julien Cristau
1
-9
/
+133
2011-01-10
glx: make sure screen is non-negative in validGlxScreen
Julien Cristau
1
-1
/
+1
2010-11-30
glx: Remove swap barrier and hyperpipe support
Adam Jackson
1
-233
/
+0
2010-08-19
glx: Prevent NULL context deref in __glXGetDrawable() (bug 29184)
Chris Wilson
1
-0
/
+7
2010-06-11
Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-1
/
+1
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-2
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-13
/
+13
2010-05-11
dri2: Take an XID for tracking the DRI2 drawable
Kristian Høgsberg
1
-9
/
+14
2010-04-16
glx: Let the resource system destroy pixmaps
Kristian Høgsberg
1
-14
/
+15
2010-04-16
glx: Track GLX 1.3 style GLX drawables under their X drawable ID as well
Kristian Høgsberg
1
-0
/
+12
2010-01-11
DRI2: add support for new DRI2 protocol requests
Jesse Barnes
1
-1
/
+1
2009-10-08
Cast small-int values through intptr_t when passed as pointers
Jamey Sharp
1
-1
/
+1
2009-10-01
GLX: More clearly document the GLX protocol version handling
Ian Romanick
1
-1
/
+0
2009-09-29
GLX: Enable GLX 1.4 on DRI2
Ian Romanick
1
-3
/
+8
2009-09-21
input: define server-supported protocol versions in one single file.
Peter Hutterer
1
-2
/
+3
[next]