Trivial shell script to search the API definition file and print out the
[mesa.git] / src /
2004-12-13 Ian RomanickTrivial shell script to search the API definition file...
2004-12-13 Daniel Borcadisabled ClipMask usage in vb emitter (clipping bugs?)
2004-12-12 Brian Paulfix recursion problem introduced on Nov 27
2004-12-12 Brian PaulAdded driver hooks for GetTexImage() and GetCompressedT...
2004-12-10 Daniel Borcaallow GetTexImage with RGBA format and COLOR_INDEX...
2004-12-09 Brian Paulcheck if using a PBuffer in clip_for_xgetimage()
2004-12-09 Keith WhitwellGet linux-solo dependencies building correctly,
2004-12-09 Daniel Borcamake sure we're cleaning up everything
2004-12-09 Daniel Borcasimplistic ICD implementation for fx/Mesa
2004-12-09 Dave Airlieback out Keiths last checkin - for Solo the include...
2004-12-09 Dave Airliefixup pci code for Jon's last checkin for changing...
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-12-08 Alan HourihaneUse union type to avoid strict aliasing problems.
2004-12-08 Alan Hourihanesilence warnings
2004-12-08 Alan HourihaneCheck for some header defines before redefining functio...
2004-12-08 Alan Hourihanesilence warning
2004-12-08 Dave AirlieFrom: Stephane Marchesin <marchesin@icps.u-strasbg.fr>
2004-12-08 Roland Scheideggerfix depth/stencil readback if coordinates are larger...
2004-12-07 Daniel Borcafixed an include path
2004-12-06 Daniel Borcaexplicit cast in a few places
2004-12-06 Daniel Borcadisable junk for mingw
2004-12-06 Daniel Borcasmall fix for debug paths
2004-12-06 Daniel Borcasync with glut/glx
2004-12-05 Brian Pauldirect bug reports to freedesktop.org
2004-12-03 Ian RomanickMove common GLX code to glX_XML.py. This will make...
2004-12-03 Ian RomanickFix a minor bug in glXEnumFunction::PrintUsingTable...
2004-12-03 Brian Paulmask color indexes against palette size, per the spec
2004-12-03 Roland Scheideggeronly enable GL_MESA_ycbcr_texture for real r200 chips...
2004-12-03 Roland Scheideggerenable GL_EXT_stencil_wrap (patch from idr), including...
2004-12-03 Brian PaulUse the GL datatypes. Lots of assorted clean-ups.
2004-12-03 Brian Paulsilence warning
2004-12-03 Brian Paulre-disable TRACE
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-12-02 Alan Hourihanesilence warnings
2004-12-02 Alan Hourihanereverse some debug that slipped through
2004-12-02 Alan HourihaneFix some warnings
2004-12-02 Ian RomanickUpdated the schema. Added comments explaining some...
2004-12-01 Ian RomanickCorrected a problem with the sizes of the MAP[12]_...
2004-12-01 Ian RomanickAdded a couple missing always_array annotations and...
2004-12-01 Ian RomanickRefactor ExtractDir and OpenDriver to be a bit more...
2004-12-01 Ian RomanickUse indirect_size.c and indirect_size.h generated by...
2004-12-01 Ian RomanickSlightly tweak the format of the size prototypes.
2004-12-01 Ian RomanickUse the indirect_init.c generate by using src/mesa...
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickPython script to generate various bits of client-side...
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickAdded the ability to get the size of a parameter as...
2004-12-01 Ian RomanickAdded enums for GL_OES_read_format.
2004-12-01 Ian RomanickAdd trivial support ARB_texture_rectangle and OES_read_...
2004-12-01 Ian RomanickMissed GL_OES_read_format_bit in last commit.
2004-11-30 Ian RomanickSince we know the problem with HP_occlusion_test is...
2004-11-30 Ian RomanickPrioritizeTextures, GetClipPlane, and WindowPos3fMESA...
2004-11-29 Brian Paulsilence a warning
2004-11-29 Brian Pauladded __glXFindDRIScreen to glXGetProcAddress (bug...
2004-11-29 Brian Paulupdate from Jouk
2004-11-28 Brian Paulfix missing width/height error
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-27 Brian Paulnew comments and assertions
2004-11-27 Brian PaulRemove the redundant width, height fields in xmesa_buff...
2004-11-27 Brian Paulremove _glapi_add_entrypoint() calls, they're already...
2004-11-27 Brian Pauladd a few functions in add_newer_entrypoints()
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-11-27 Brian PaulSet symbol visibility to 'default', if supported by...
2004-11-27 Brian Pauluse new PUBLIC macro for symbol export
2004-11-27 Brian Pauldon't need glut_fbc.c
2004-11-27 Brian Paulnew GetOverlayInfo() function to reduce code and silenc...
2004-11-27 Brian PaulHave OSMesaGetProcAddress() return new OSMESAproc typedef.
2004-11-27 Brian Paulclean up code related to dispatch table initialization
2004-11-27 Brian Paulclean up 'depend' commands
2004-11-27 Brian Paultypedef GLUTproc, return it from glutGetProcAddress()
2004-11-27 Brian Pauluse @ to silence some unneeded output
2004-11-27 Brian Paulmake get_static_proc_address() return a _glapi_proc
2004-11-27 Brian Pauluse _glapi_proc
2004-11-27 Brian PaulUse new _glapi_proc typedef instead of void * for funct...
2004-11-27 Brian Paulfix typo, update version/date
2004-11-27 Brian Paulremove the GLAPI/GLAPIENTRY defines - they're already...
2004-11-27 Brian Paulremoved a bunch of #define cruft, in case anyone still...
2004-11-27 Brian PaulRemoved GLCALLBACK stuff - apparently never used anywhere.
2004-11-26 Brian Pauladded X11 and OSMESA source to ALL_SOURCES, updated...
2004-11-26 Brian Paulupdate some type names
2004-11-25 Brian PaulUse a generic function typedef instead of void * to...
2004-11-25 Brian PaulUse __GLXextFuncPtr type instead of void * for generic...
2004-11-25 Brian PaulSome new comments, clean-up formatting, etc.
2004-11-25 Brian PaulStarted some assorted clean-ups in #defines, typedefs...
2004-11-25 Keith WhitwellUpdate expected DRM version to 2.0.0
2004-11-24 Ian RomanickAdded support for several additional enum-only extensions:
2004-11-24 Ian RomanickAdded information about numerous enums to aid the devel...
2004-11-23 Brian Paulupdate _mesa_store_teximageXd() comments and minor...
2004-11-23 Roland Scheideggerrevert enabling of hw quads for swtcl. It lead to probl...
2004-11-23 Ian RomanickSet the "ignore" flag for any functions that the open...
2004-11-22 Brian PaulDon't allow queries/etc of buffer object 0 - it's invis...
2004-11-22 Brian Pauladded GL_RED/GREEN/BLUE to is_color_format()
2004-11-22 Brian Paulsilence warning, minor clean-up
2004-11-22 Brian Paulapplied SPARC patch (freedesktop bug 1898)
next