summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/glX_proto_send.py
Commit message (Expand)AuthorAgeFilesLines
* glapi/glx: Add overflow checks to the client-side indirect codeAdam Jackson2016-06-081-0/+9
* glapi: Harden GLX request size processing (v2)Adam Jackson2016-05-171-2/+0
* glapi: Add the safe_{add,mul,pad} functions from xserverAdam Jackson2016-05-171-0/+24
* glapi: glX_proto_send.py: use a main function.Dylan Baker2015-05-221-1/+6
* glapi: glX_proto_send.py: use argparse instead of getoptDylan Baker2015-05-221-31/+28
* Fix a few typosZoë Blade2015-04-271-1/+1
* Fix build of appleglxJon TURNEY2014-05-231-0/+3
* mesa: remove empty glthread.h fileBrian Paul2014-03-031-1/+0
* glx: Add missing null check in __glXNewIndirectAPI()Juha-Pekka Heikkila2014-01-061-0/+2
* glx: fix glGetTexLevelParameteriv for indirect renderingStefan Brüns2013-02-191-1/+3
* glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry2012-10-101-732/+732
* glx: Remove the last user of -DUSE_XCB.Eric Anholt2012-10-091-2/+0
* glx: Fix compile warnings since 99fee476a102be898a1a093c037e06382f90a5b9Eric Anholt2012-09-281-1/+1
* glapi/glx: rename 'table' variable to 'disp_table'Brian Paul2012-09-061-2/+2
* glX_proto_send.py: Don't cast the return value of mallocMatt Turner2012-09-051-1/+1
* glX_proto_send.py: Remove deprecated Xmalloc/Xfree callsMatt Turner2012-09-051-3/+3
* glapi/glx: call __glEmptyImage if USE_XCB, not memcpy directlyJulien Cristau2012-08-271-10/+25
* glx: Don't use glapitable.h at allIan Romanick2012-08-081-1/+4
* glx: Don't rely on struct _glapi_tableIan Romanick2012-08-081-14/+21
* Revert "Always build shared glapi"Matt Turner2012-01-241-0/+6
* Always build shared glapiMatt Turner2012-01-201-6/+0
* glapi/glx: For GLX code, use the existing _X_HIDDEN and _X_INTERNAL definesIan Romanick2011-12-131-8/+8
* glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu2011-01-201-0/+53
* glapi: Do not use glapioffsets.h.Chia-I Wu2010-10-271-0/+3
* glapi: Do not use glapidispatch.h.Chia-I Wu2010-10-271-2/+1
* glapi: fix generator which got out of sync with the codebaseLuca Barbieri2010-08-301-3/+3
* glx: Move bind and unbind to context vtableKristian Høgsberg2010-07-281-1/+1
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-281-9/+9
* glapi: fix generator scripts w.r.t. GLX_USE_APPLEGLBrian Paul2010-05-111-1/+1
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+1042