updated some printfs, added comment about sched_yield
[mesa.git] / src / mesa / glapi /
2006-03-14 Brian PaulSet always_array=true for glGenProgramsNV (Dave Reveman)
2006-03-06 Ian RomanickLater versions of Python handle formats like '% 5u...
2006-03-06 Ian RomanickGenerate server-side GLX protocol decode functions...
2006-03-01 Brian PaulNew comments. Use tuples () instead of lists [] in...
2006-03-01 Brian PaulAdded glBlitFramebufferEXT function.
2006-02-10 Dave Airliecommit to fixup MGL namespacing for XGL
2006-01-25 Brian Pauladded wglGetExtensionsStringARB
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-12-02 Ian RomanickFix build issues on x86-64 due to missing include path in
2005-11-04 Brian Paulremove unneeded HIDDEN definition (bug 4956)
2005-11-02 Brian Paulimplement USE_MGL_NAMESPACE for x86-64 dispatch code...
2005-10-20 Brian Paulrestore FASTCALL stuff
2005-10-20 Brian PaulDisable the FASTCALL optimization because it still...
2005-10-11 Ian Romanickifdef out some code to make glapi.c linkable in libglx...
2005-10-10 Ian RomanickAdd 'get' data for glGetFramebufferAttachmentParameteri...
2005-10-03 Ian RomanickChange the 'count' for COMPRESSED_TEXTURE_FORMATS from...
2005-10-03 Ian RomanickRemove the non-existant --get-alias-set option from...
2005-09-23 Jouk Jansen Committing in .
2005-09-05 Karl Schultzremove _swrast_DrawBuffer
2005-08-26 Adam Jackson/dri/msg
2005-08-26 Alan HourihaneFix the scripts for the cygwin & mingw changes
2005-08-11 Ian RomanickRemove the logic that determines at compile time whethe...
2005-08-10 Ian RomanickRemove _glapi_check_multithread from the interface...
2005-08-09 Ian RomanickAdd rules and target to build src/mesa/x86-64/glapi_x86...
2005-08-08 Brian Pauls/Disaptch/Dispatch/ (bug 3918)
2005-08-05 Ian RomanickFix recent problems with display lists and other parts...
2005-08-03 Ian RomanickConvert all instances of XTHREADS to USE_XTHREADS....
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-28 Ian RomanickFix SPARC assembly for 64-bit
2005-07-18 Ian RomanickMissed this on the previous commit.
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-07-02 Ian RomanickAdd support for assembly (static) dispatch functions...
2005-07-01 Brian PaulMove the PYTHON2 and PYTHON_FLAGS assignments to config...
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-06-24 Ian RomanickIgnore files generated as part of the build process.
2005-06-24 Ian RomanickFix non-x86 specific builds. The changes from glTexIma...
2005-06-24 Jeremy KolbFixed the XCB implementation when always_array is true...
2005-06-22 Ian RomanickMark GenQueriesARB at 'always_array="true"'. This...
2005-06-22 Jeremy KolbFixed a bug where GenQueriesARB was generating the...
2005-06-21 Ian RomanickMammoth update to the Python code generator scripts...
2005-06-20 Jeremy Kolbran "make" after update to glX_proto_send.py.
2005-06-20 Jeremy KolbFixed some issues where XCB replies were being freed...
2005-05-26 Ian RomanickFix gl_enums.py so that enums that are listed with...
2005-05-26 Ian RomanickMinor correction to EXT_framebuffer_object XML. Fix...
2005-05-26 Ian RomanickMake a couple minor corrections to gl_API.xml. Fixes...
2005-05-25 Ian RomanickFix a couple typeos in enum names.
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-16 Brian Paulanother GLX / XCB patch (Jeremy Kolb)
2005-05-07 Brian PaulPatches for XCB (Jeremy Kolb)
2005-04-28 Keith WhitwellStop gcc-4.0 complaining about "type qualifiers ignored...
2005-04-28 Keith WhitwellStop gcc-4.0 complaining about "type qualifiers ignored...
2005-04-18 Ian RomanickIf the file name passed to parse_GL_API is None or...
2005-04-18 Ian RomanickRefactor a bunch of common code from the "leaf" scripts...
2005-04-18 Ian RomanickFill-in function offsets and correct a couple typos.
2005-04-18 Ian RomanickConvert all Python scripts to use XML namespaces.
2005-04-18 Ian RomanickMove the DTD to its own file.
2005-04-15 Ben CrossmanReverted the last change back to fix bug 3035
2005-04-14 Ian RomanickConvert 'variable_param' from a CDATA attribute to...
2005-04-14 Ian RomanickRefactor the handling of the '(true | false)' enumerate...
2005-04-14 Ian RomanickModify the DTD to use NMTOKEN, enumerants, and explicit...
2005-04-14 Ian RomanickIn GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use...
2005-04-14 Ben CrossmanA few getenv() that werent using the mesa wrapper version
2005-04-13 Ian RomanickAdd TLS support to libGL and, by virtue of using glthre...
2005-03-17 Ian Romanickxmllint fixes. Revert 'note_unflushed' changes that...
2005-03-17 Ian RomanickEnable the generation of server-side __glGetBooleanv_si...
2005-03-17 Ian RomanickMinor refactoring and code tweaking. The only notable...
2005-03-17 Ian RomanickRefactored some of the code for PrintGlxReqSize_[ch...
2005-03-17 Ian RomanickFix the handling of zero-sized output parameters (i...
2005-03-11 Ian RomanickAdd support for ARB_draw_buffers and ARB_occlusion_quer...
2005-03-06 Ian RomanickActually *use* the count_scale value associated with...
2005-03-03 Ian RomanickFix some errors in the parameter descriptions in server...
2005-03-03 Ian RomanickCheck for some common function parameter description...
2005-02-26 Ian RomanickFairly significant changes to enums.c and the way it...
2005-02-25 Ian RomanickAdd GLX protocol support for ARB_fragement_program,
2005-02-25 Ian RomanickConvert the static functions read_pixel_reply, read_reply,
2005-02-23 Brian PaulSort the enums in the Python code, instead of at runtim...
2005-02-23 Ian RomanickCorrected the value for X_GLrop_SecondaryColor3svEXT.
2005-02-22 Brian Paulgenerate enums.c file (Zack Rusin)
2005-02-09 Ian RomanickGenerate GLX protocol for pixel single commands.
2005-02-08 Ian RomanickCorrect a couple problems / omissions in the DTD.
2005-02-08 Brian PaulAdd new entrypoints for GL_EXT_framebuffer_object.
2005-02-08 Ian RomanickDefinitions for EXT_framebuffer_object. Just <include...
2005-02-08 Ian RomanickAdd the ability to include other XML files by using a
2005-02-05 Ian RomanickFix some mixed spaces / tabs issues in generated code...
2005-02-04 Ian RomanickEnable client-side GLX support for texture compression...
2005-02-03 Ian RomanickAdded a bunch of extensions that were previously suppor...
2005-02-02 Ian RomanickSmall refactor. Add glXFunctionIterator, which derrive...
2005-02-01 Ian RomanickSmall refactor. Move several utility functions from...
2005-02-01 Ian RomanickAdd GlxProto::createEnumFunction and add a 'context...
2005-01-28 Ian RomanickRefactor the code to emit multiple-inclusion protection to
2005-01-28 Ian RomanickProperly annotate variable-length output parameters...
2005-01-28 Ian RomanickFix some get / set errors with COLOR_TABLE_*. SCALE...
2005-01-28 Ian RomanickSlightly modify the meaning of the 'handcode' attribute...
2005-01-28 Ian RomanickAdd an option to emit extra debug code in the generated...
2005-01-27 Ian RomanickMark a couple more function parameters as counters.
2005-01-27 Ian RomanickAdd numerous 'get'-type functions to most of the enums...
2005-01-27 Ian RomanickThe 'mode' setting of a function within an 'enum' eleme...
2005-01-25 Ian RomanickAdd a glFunctionIterator class to iterate over the...
2005-01-25 Ian RomanickStupid text editor...convert wayward tabs to spaces.
2005-01-25 Ian RomanickAdd a "count" attribute to "enums" elements to set...
next