aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/GL
Commit message (Expand)AuthorAgeFilesLines
* glxext.c: fix another memory leakUlrich Sibiller2019-06-191-3/+1
* Use calloc to zero fill buffers being allocated for replies & eventsUlrich Sibiller2019-02-281-2/+2
* reduce usage of uninitialised bytesUlrich Sibiller2017-12-281-14/+14
* Xserver/GL/glx/glxcmds.c: Cast small-int values through intptr_t when passed ...Mike Gabriel2017-12-141-1/+1
* glx: warning fixesMike Gabriel2017-12-141-1/+1
* Xserver/GL/glx/glxfb.c: Fix compiler warning: pointer-sign.Mike Gabriel2017-12-141-1/+1
* fix broken path due to missing /Ulrich Sibiller2017-11-171-10/+10
* glxext.c/NXglxext.c: merge two functions into oneUlrich Sibiller2017-11-171-49/+5
* Mesa subtree: Adapt build process for building against Mesa that gets pulled ...Mike Gabriel2017-06-153-0/+33
* Xserver/GL/glx/glxext.c: Fix for previous commit, re-adding a comment starter...Mike Gabriel2017-04-191-0/+1
* Clearing comments from $XFree86$ (et al.) header lines.Mike Gabriel2017-04-1913-13/+0
* Xserver/GL/glx/glxcmd.c: Fix uninitialized xGLXQueryVersionReply.Mike Gabriel2017-03-031-0/+2
* Drop xf86glx.h, so we can finally drop Xserver/GL/include/ entirely.Kristian Høgsberg2016-12-043-40/+0
* Drop glx_ansic.h wrapper and call malloc, realloc, free and str-funcs directly.Kristian Høgsberg2016-12-0415-336/+148
* Remove libcwrapper usage from xorg server modules. The libcwrapper is not use...Eric Anholt2016-12-048-12/+14
* add .gitignore filesUlrich Sibiller2016-11-171-0/+341
* remove *-def.cppUlrich Sibiller2016-11-022-2123/+0
* Imake: drop DoLoadableServer, MakeDllModules and IHaveModulesUlrich Sibiller2016-11-0217-1462/+0
* Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of...Mike Gabriel2016-10-3123-48/+0
* nx-X11/programs/Xserver/GL/glx/Imakefile: typo fix, leading to glcontextmodes...Mihai Moldovan2016-10-141-1/+1
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-0642-42/+0
* remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-0518-18/+0
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-056-38/+38
* Replace INITARGS with voidTomas Carnecky2016-07-051-1/+1
* nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead.Mike Gabriel2016-07-023-3/+3
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-024-8/+8
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-025-9/+9
* Xserver/include/protocol-versions.h: Switch to having an Xserver-specific hea...Mike Gabriel2016-07-021-3/+3
* Xserver Imakefiles: Make sure NXAGENT_SERVER is defined for all extensions.Mike Gabriel2016-07-021-2/+8
* hw/nxagent/NXglxext.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-252-2/+16
* Xserver/GL/glx/Imakefile: Serialize parameters and make Imakefile changes mor...Mike Gabriel2016-06-251-23/+82
* pixman-devel: Build against shared library pkg-config(pixman-1).Mike Gabriel2016-05-022-2/+4
* Clear header file namespace separation (<X11/...> vs. <nx-X11/...>).Mike Gabriel2015-12-282-4/+4
* Replace 'pointer' type with 'void *'Keith Packard2015-12-284-10/+10
* nx-X11/config/cf: Drop unnecessary xf86site.def, xf86.tmpl, xfree86.cf.Mike Gabriel2015-06-211-7/+0
* imake clean-up: Enforce build of Mesa GLX extension. Drop all other GLX build...Mike Gabriel2015-06-1612-45/+1
* Drop unused / untested Xserver GLX extension support / build logic.Mike Gabriel2015-06-1612-167/+2
* Drop nx-X11/lib/GL and move Imakefile.inc include files into Xserver code tree.Mike Gabriel2015-06-1634-244/+1505
* library clean-up: Don't build and link libXfont.a anymore. Use system's libXf...pr/libxfont-cleanupMike Gabriel2015-04-221-1/+1
* glx: Pass remaining request length into ->varsize (v2) [CVE-2014-8098 8/8] (V3)Adam Jackson2015-02-144-107/+121
* glx: Length checking for RenderLarge requests (v2) [CVE-2014-8098 3/8] (v3)Adam Jackson2015-02-142-46/+71
* glx: Length checking for non-generated single requests (v2) [CVE-2014-8098 7/8]Adam Jackson2015-02-144-20/+52
* glx: Top-level length checking for swapped VendorPrivate requests [CVE-2014-8...Adam Jackson2015-02-141-0/+4
* glx: Integer overflow protection for non-generated render requests (v3) [CVE-...Adam Jackson2015-02-141-31/+37
* glx: Length checking for GLXRender requests (v2) [CVE-2014-8098 2/8] (v3)Julien Cristau2015-02-142-20/+20
* glx: Add safe_{add,mul,pad} (v3) [CVE-2014-8093 4/6] (v4)Adam Jackson2015-02-141-0/+41
* glx: Additional paranoia in __glXGetAnswerBuffer / __GLX_GET_ANSWER_BUFFER (v...Adam Jackson2015-02-141-1/+2
* glx: Be more strict about rejecting invalid image sizes [CVE-2014-8093 2/6]Adam Jackson2015-02-142-14/+14
* glx: Be more paranoid about variable-length requests [CVE-2014-8093 1/6] (v2)Adam Jackson2015-02-142-4/+4
* Fix -Werror=format-security errors (056_nx-X11_Werror-format-security.full.pa...Orion Poplawski2015-02-091-2/+2