free the ArrayObjects hash table
[mesa.git] / src / glx /
2006-06-22 Brian PaulNew 'install' targets in makefile. See bug 2372.
2006-06-13 Kristian HøgsbergFix all instances of calling __glXSetupForCommand befor...
2006-06-12 Brian Paulmake do_vertex_attrib_enable() static
2006-06-12 Brian Paulinclude glxclient.h to silence missing prototypes warning
2006-05-11 Brian PaulIn __glXPushArrayState() we weren't pushing the index...
2006-05-09 Brian PaulWhen error-checking 'unit' against num_texture_units...
2006-05-01 Adam JacksonUpdate function signatures for EXT_tfp entrypoints.
2006-04-11 David RevemanFBConfig support for EXT_tfp
2006-04-11 David RevemanAdd attrib_list to glXBindTexImageEXT
2006-04-11 David RevemanFix CreateDrawable
2006-04-07 Dave Airliemake miniglx use libdrm properly
2006-04-07 Adam JacksonCoverity #943: Avoid a NULL chase.
2006-04-03 Dave Airliesetup to use pci access, comment out size bumps,
2006-04-03 Dave Airliedo a drm lock/unlock sequence after the client close
2006-04-03 Dave Airlieadd width to struct for width != virtual width
2006-04-03 Dave Airliemake miniglx use libdrm and libpciaccess
2006-04-03 Adam JacksonCoverity #468: Fill in the rest of the error_list to...
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-03-14 Brian PaulSet always_array=true for glGenProgramsNV (Dave Reveman)
2006-03-09 Brian Pauls/GLint/int/, to fit GLX conventions
2006-03-09 Brian PaulInstead of adding extra flags to DEFINES with +=, defin...
2006-02-24 Brian PaulEXT_framebuffer_object (Dave Reveman)
2006-02-15 Brian Paulremove stray 'foo' line
2006-02-14 Brian Paulreplace size_t * w/ unsigned int * (Jurg Billeter)
2006-02-07 Brian PaulDavid Reveman's GLX_EXT_texture_from_pixmap extension...
2005-12-02 Brian PaulTest sizeof(drm_handle_t) instead of LONG64 when return...
2005-11-30 Ian RomanickThis is a major re-work of the __indirect_glInterleaved...
2005-10-20 Brian Paulrestore FASTCALL stuff
2005-10-20 Brian Paulfix bad loops in TransposeMatrix[fd]()
2005-10-20 Brian PaulDisable the FASTCALL optimization because it still...
2005-09-19 Brian Pauls/unsigned long/drm_handle_t/ to get compilation of...
2005-09-12 Brian Pauluse ASM_API variable, bug 4415
2005-08-31 Dave Airliecomplete fix for miniglx startup issue since driver...
2005-08-26 Adam Jackson/dri/msg
2005-08-26 Alan HourihaneFix the scripts for the cygwin & mingw changes
2005-08-25 Alan Hourihaneupdate for mingw
2005-08-24 Alan HourihaneFix Windows build problems.
2005-08-19 Adam JacksonConvert libGL and DRI drivers to require libdrm.
2005-08-19 Ian RomanickFix a realloc problem with indirect vertex arrays....
2005-08-11 Ian RomanickRemove the logic that determines at compile time whethe...
2005-08-11 Ian RomanickMakefile cleanups suggested by George Fufutos (bugzilla...
2005-08-11 Brian Paulfix X #includes so they're relative to X11/ directory...
2005-08-10 Ian RomanickRemove _glapi_check_multithread from the interface...
2005-08-08 Dave Airliefix miniglx setting virtual size of 832 for 800x600
2005-08-05 Ian RomanickFixes bugzilla #1730.
2005-08-05 Ian RomanickIn order to create the set of available extensions...
2005-08-03 Ian RomanickConvert all instances of XTHREADS to USE_XTHREADS....
2005-08-03 Dave AirlieAdd color tiling support to miniglx for radeon
2005-08-01 Ian RomanickFix build problems related to finding Xthreads.h.
2005-07-29 Ian RomanickRemove unused structures and data fields. These had...
2005-07-29 Ian RomanickAdd a new config called linux-indirect. This build...
2005-07-29 Jon SmirlCommit Ian's fixes from Bug 3877
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-26 Ian RomanickRemove the last remnants of GLX_BUILT_IN_XMESA. This...
2005-07-26 Ian RomanickNo, really, get rid of all the remaining references...
2005-07-26 Ian RomanickQuote $(CC) and $(CXX) so that 'CC=ccache gcc' and...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-25 Brian PaulAdded -linker option to mklib, used to specify a partic...
2005-07-24 Ian RomanickGut a few more dead bits. Replace uses of the CreateNe...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-23 Adam JacksonAdd two aliases for some PointParameters entrypoints...
2005-07-02 Ian RomanickAdd support for assembly (static) dispatch functions...
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-05-28 Dave Airlieuse shared-core
2005-05-26 Ian RomanickMake a couple minor corrections to gl_API.xml. Fixes...
2005-05-25 Ian RomanickCommit the changes propagated from Jeremy Kolb's change...
2005-05-07 Brian PaulPatches for XCB (Jeremy Kolb)
2005-04-18 Ian RomanickAdd support for pthreads and TLS to libGL for __glXLock...
2005-04-18 Ian RomanickSend GL_PACK_INVERT_MESA state to the server. This...
2005-04-14 Ian RomanickAdd missing includes of indirect.h.
2005-04-13 Ian RomanickAdd TLS support to libGL and, by virtue of using glthre...
2005-04-07 Ian RomanickUse the same dispatch.c source file for "normal" Mesa...
2005-04-07 Ian RomanickFollow the GLX_SGIX_fbconfig spec and return the comple...
2005-03-17 Ian RomanickMinor vertex array support tweaks. These are in prepar...
2005-03-17 Ian RomanickMinor vertex array support tweaks. Most of these are...
2005-03-17 Ian RomanickFix the handling of zero-sized output parameters (i...
2005-03-17 Ian RomanickHard-code the client-side maximum GL version. It turns...
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-05 Dave Airliefix for solo to set the mode, and make solo gcc2 friend...
2005-03-04 Ian RomanickImport fixes from X.org tree (Søren Sandmann <sandmann...
2005-03-03 Ian RomanickFix some errors in the parameter descriptions in server...
2005-02-28 Ian RomanickClean-up some warnings caused by the addition of vertex...
2005-02-25 Ian RomanickAccidentally committed wrong version with the previous...
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 Ian RomanickMissed the commit of glxext.c yesterday.
2005-02-23 Ian RomanickCorrected the value for X_GLrop_SecondaryColor3svEXT.
2005-02-23 Ian RomanickMissed the Makefile with the previous commit.
2005-02-22 Ian RomanickAdded __glExtensionBiIsEnabled and __GLXcontext::gl_ext...
2005-02-20 Dave Airlieadd more functionality to miniglx for glitz
2005-02-15 Dave Airlieadd EnableExtension so r200 enables all its extensions...
2005-02-09 Ian RomanickGenerate GLX protocol for pixel single commands.
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...
next