summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)AuthorFilesLines
2005-07-28Fix SPARC assembly for 64-bitIan Romanick2-21/+22
2005-07-18Missed this on the previous commit.Ian Romanick1-0/+2498
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick3-12/+102
2005-07-02Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick2-4/+314
2005-07-01Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, andBrian Paul1-3/+3
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2-0/+293
2005-06-24Ignore files generated as part of the build process.Ian Romanick1-0/+11
2005-06-24Fix non-x86 specific builds. The changes from glTexImage3DEXT toIan Romanick5-109/+117
2005-06-24Fixed the XCB implementation when always_array is true, thanks to Ian Romanic...Jeremy Kolb1-1/+2
2005-06-22Mark GenQueriesARB at 'always_array="true"'. This eliminates the needIan Romanick2-2/+2
2005-06-22Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou...Jeremy Kolb1-1/+1
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick19-3448/+3832
2005-06-20ran "make" after update to glX_proto_send.py.Jeremy Kolb1-397/+397
2005-06-20Fixed some issues where XCB replies were being freed and data was not being c...Jeremy Kolb1-4/+2
2005-05-26Fix gl_enums.py so that enums that are listed with the same name inIan Romanick1-2/+9
2005-05-26Minor correction to EXT_framebuffer_object XML. Fix gl_table.py so that itIan Romanick4-7/+7
2005-05-26Make a couple minor corrections to gl_API.xml. Fixes the name of anIan Romanick3-11/+11
2005-05-25Fix a couple typeos in enum names.Ian Romanick1-2/+2
2005-05-24moved to windows build dirKarl Schultz1-124/+0
2005-05-16another GLX / XCB patch (Jeremy Kolb)Brian Paul1-4/+4
2005-05-07Patches for XCB (Jeremy Kolb)Brian Paul1-5/+60
2005-04-28Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell1-1/+1
2005-04-28Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell1-1/+1
2005-04-18If the file name passed to parse_GL_API is None or "-", read from standardIan Romanick1-1/+7
2005-04-18Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick12-141/+29
2005-04-18Fill-in function offsets and correct a couple typos.Ian Romanick1-25/+28
2005-04-18Convert all Python scripts to use XML namespaces.Ian Romanick12-92/+106
2005-04-18Move the DTD to its own file.Ian Romanick2-122/+121
2005-04-15Reverted the last change back to fix bug 3035Ben Crossman1-1/+1
2005-04-14Convert 'variable_param' from a CDATA attribute to a NMTOKENS attribute.Ian Romanick2-5/+5
2005-04-14Refactor the handling of the '(true | false)' enumerated attributes.Ian Romanick2-54/+27
2005-04-14Modify the DTD to use NMTOKEN, enumerants, and explicit default valuesIan Romanick1-57/+56
2005-04-14In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of theIan Romanick2-3/+28
2005-04-14A few getenv() that werent using the mesa wrapper versionBen Crossman1-1/+1
2005-04-13Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick4-61/+220
2005-03-17xmllint fixes. Revert 'note_unflushed' changes that were accidetnallyIan Romanick1-4/+6
2005-03-17Enable the generation of server-side __glGetBooleanv_size and relatedIan Romanick4-450/+1443
2005-03-17Minor refactoring and code tweaking. The only notable chage is thatIan Romanick2-13/+9
2005-03-17Refactored some of the code for PrintGlxReqSize_[ch]. This ensures that theIan Romanick1-19/+44
2005-03-17Fix the handling of zero-sized output parameters (i.e., those with typeIan Romanick2-2/+6
2005-03-11Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocolIan Romanick1-29/+43
2005-03-06Actually *use* the count_scale value associated with a parameter.Ian Romanick1-3/+11
2005-03-03Fix some errors in the parameter descriptions in serveral vertex / fragmentIan Romanick1-11/+11
2005-03-03Check for some common function parameter description errors in theIan Romanick1-0/+34
2005-02-26Fairly significant changes to enums.c and the way it is generated. enums.cIan Romanick2-43/+124
2005-02-25Add GLX protocol support for ARB_fragement_program,Ian Romanick1-333/+481
2005-02-25Convert the static functions read_pixel_reply, read_reply,Ian Romanick1-13/+33
2005-02-23Sort the enums in the Python code, instead of at runtime. (Zack Rusin)Brian Paul1-56/+36
2005-02-23Corrected the value for X_GLrop_SecondaryColor3svEXT.Ian Romanick1-1/+1
2005-02-22generate enums.c file (Zack Rusin)Brian Paul3-0/+190