summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen/glX_proto_send.py
AgeCommit message (Expand)AuthorFilesLines
2016-06-08glapi/glx: Add overflow checks to the client-side indirect codeAdam Jackson1-0/+9
2016-05-17glapi: Harden GLX request size processing (v2)Adam Jackson1-2/+0
2016-05-17glapi: Add the safe_{add,mul,pad} functions from xserverAdam Jackson1-0/+24
2015-05-22glapi: glX_proto_send.py: use a main function.Dylan Baker1-1/+6
2015-05-22glapi: glX_proto_send.py: use argparse instead of getoptDylan Baker1-31/+28
2015-04-27Fix a few typosZoë Blade1-1/+1
2014-05-23Fix build of appleglxJon TURNEY1-0/+3
2014-03-03mesa: remove empty glthread.h fileBrian Paul1-1/+0
2014-01-06glx: Add missing null check in __glXNewIndirectAPI()Juha-Pekka Heikkila1-0/+2
2013-02-19glx: fix glGetTexLevelParameteriv for indirect renderingStefan Brüns1-1/+3
2012-10-10glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry1-732/+732
2012-10-09glx: Remove the last user of -DUSE_XCB.Eric Anholt1-2/+0
2012-09-28glx: Fix compile warnings since 99fee476a102be898a1a093c037e06382f90a5b9Eric Anholt1-1/+1
2012-09-06glapi/glx: rename 'table' variable to 'disp_table'Brian Paul1-2/+2
2012-09-05glX_proto_send.py: Don't cast the return value of mallocMatt Turner1-1/+1
2012-09-05glX_proto_send.py: Remove deprecated Xmalloc/Xfree callsMatt Turner1-3/+3
2012-08-27glapi/glx: call __glEmptyImage if USE_XCB, not memcpy directlyJulien Cristau1-10/+25
2012-08-08glx: Don't use glapitable.h at allIan Romanick1-1/+4
2012-08-08glx: Don't rely on struct _glapi_tableIan Romanick1-14/+21
2012-01-24Revert "Always build shared glapi"Matt Turner1-0/+6
2012-01-20Always build shared glapiMatt Turner1-6/+0
2011-12-13glapi/glx: For GLX code, use the existing _X_HIDDEN and _X_INTERNAL definesIan Romanick1-8/+8
2011-01-20glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu1-0/+53
2010-10-27glapi: Do not use glapioffsets.h.Chia-I Wu1-0/+3
2010-10-27glapi: Do not use glapidispatch.h.Chia-I Wu1-2/+1
2010-08-30glapi: fix generator which got out of sync with the codebaseLuca Barbieri1-3/+3
2010-07-28glx: Move bind and unbind to context vtableKristian Høgsberg1-1/+1
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg1-9/+9
2010-05-11glapi: fix generator scripts w.r.t. GLX_USE_APPLEGLBrian Paul1-1/+1
2010-05-07glapi: Move to src/mapi/.Chia-I Wu1-0/+1042