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