xlib: remove MESA_GLX_VISUAL_HACK
[mesa.git] / src / mesa / drivers / x11 /
2016-04-15 John Sheuxlib: remove MESA_GLX_VISUAL_HACK
2016-04-15 John Sheuxlib: fix leaks of returned values from XGetVisualInfo
2016-04-15 John Sheuxlib: fix memory leak of and remove vishandle from...
2016-04-15 John Sheuxlib: do not cache return value of glXChooseVisual...
2016-04-13 Jose Fonsecascons: Allow building with Address Sanitizer.
2016-04-12 John Sheuxlib: fix memory leak on Display close
2016-03-30 Brian Paulxlib: add support for GLX_ARB_create_context
2016-03-09 Emil Velikovxmesa: do not wrap header inclusion in extern "C"
2016-01-26 Emil Velikovnir: move shader_enums.[ch] to compiler
2015-11-29 Emil Velikovdrivers/x11: scons: partially revert b9b40ef9b76
2015-10-19 Jose Fonsecascons: Build nir/glsl_types.cpp once.
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-06-23 Emil Velikovdrivers/x11: drop unneeded HAVE_X11_DRIVER check
2015-06-23 Emil Velikovdrivers/x11: fix the build against shared_glapi
2015-04-27 Zoë BladeFix a few typos
2015-04-01 Emil Velikovconfigure: nuke --with-max-{width,height}
2015-03-11 Brian Paulxlib: use strdup() instead of _mesa_strdup()
2015-03-05 Brian Paulxlib: include stdio.h
2015-02-26 Brian Paulmesa: don't include math.h in compiler.h
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-20 Brian Pauldrivers/x11: add gallium include dirs to Makefile.am
2014-12-12 Matt Turnerdrivers/x11: Add headers to distribution.
2014-12-12 Matt Turnermesa: Add scons files to distribution.
2014-12-09 Matt TurnerDon't cast the return value of malloc/realloc
2014-09-24 Matt Turnermesa: Drop _mesa_getenv() wrapper.
2014-09-24 Matt Turnermesa: Use realloc() instead of _mesa_realloc() and...
2014-09-04 Brian Paulxlib: s/INLINE/inline/
2014-08-04 Brian Paulxlib: fix missing mesautil build breakage
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-05-20 Kenneth Graunkemeta: Split _swrast_BlitFramebuffer out of the meta...
2014-04-30 Eric Anholtmesa: Drop _EnabledUnits.
2014-04-10 Brian Paulxlib: s/FREE/free/
2014-04-05 Jonathan Grayautomake: don't enable -Wl,--no-undefined on OpenBSD
2014-03-31 Emil Velikovautomake: ask the linker to do garbage collection
2014-03-31 Emil Velikovautomake: add -Wl,--no-undefined to all libraries
2014-03-31 Emil Velikovdrivers/x11: GL_LIB_DEPS is not a linker/libtool flag...
2014-03-11 Emil Velikovautomake: allow only shared builds
2014-03-11 Emil Velikovautomake: use install-lib-links.mk across all classic...
2014-03-03 Brian Paulmesa: remove empty glthread.h file
2014-03-03 Brian Paulxlib: remove unneeded context tracking code
2014-03-03 Brian Paulxlib: simplify context handling
2014-03-03 Brian Paulxlib: remove unused realglx.[ch] files
2014-03-03 Brian Paulxlib: switch to c11 mutex functions
2014-02-25 Marek Olšákmesa: allow buffers to be mapped multiple times
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::Viewport
2013-07-21 José Fonsecascons: Don't use -z defs ld option on Mac.
2013-07-19 José Fonsecascons: Disallow undefined symbols in Xlib libGL.so.
2013-07-18 Tomasz Lisglx: Validate the GLX_RENDER_TYPE value
2013-07-18 Tomasz Lisglx: Changes to visual configs initialization.
2013-06-28 Ian Romanickx11: Don't call _mesa_enable_._._extensions and _mesa_e...
2013-06-26 Eric Anholtmesa: Remove the Initialized field from framebuffers.
2013-06-26 Eric Anholtmesa: Remove Driver.GetBufferSize and its callers.
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-24 Brian Paulxlib: add null ctx check in glXDestroyContext()
2013-05-21 Brian Paulxlib: check for null ctx pointer in glXIsDirect()
2013-05-01 Andreas Bollbuild: remove unused API_DEFINES
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-13 Matt Turnermesa: Replace MESA_VERSION with PACKAGE_VERSION.
2013-01-29 Brian Paulxlib: use _mesa_generate_mipmap() for mipmap generation...
2013-01-29 Brian Paulxlib: stop use _mesa_enable_extension(), just set the...
2013-01-29 Brian Paulxlib: fix incorrect GL_ANGLE_texture_compression_dxt...
2013-01-24 Ian Romanickmesa: Use a single flag for the S3TC extensions that...
2013-01-22 Eric Anholtmesa: Make the drivers call a non-code-generated dispat...
2013-01-21 José Fonsecascons: Fix dependencies of generated headers.
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-04 Brian Paulxlib: allow GLX_DONT_CARE for glXChooseFBConfig() attri...
2013-01-01 Brian Paulxlib: handle _mesa_initialize_visual()'s return value
2012-12-17 Brian Paulxlib: include headers to fix errors/warnings
2012-12-17 Jordan Justenmesa osmesa/x11: fix build error introduced in 4bea4cb9
2012-12-16 Jordan Justendrivers: compute version and then initialize exec table
2012-11-30 Brian Paulmesa: pass context parameter to gl_renderbuffer::Delete()
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-22 Vinson Leescons: Append x11 library path if linking x11 library.
2012-11-16 Matt TurnerRemove OpenVMS support
2012-10-30 Vinson Leexlib: Do not undefine _R, _G, and _B.
2012-10-26 José Fonsecascons: Build xlib swrast too.
2012-10-05 Brian Paulmesa: remove the driverCtx parameter to _mesa_create...
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-06 Matt TurnerRemove Xcalloc/Xmalloc/Xfree calls
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/MALLOC/malloc/
2012-08-24 Brian Paulxlib: remove texture compression hackery
2012-08-24 Matt Turnerbuild: Only add links to .so files if we're building...
2012-08-22 Matt Turnerbuild/x11: Force usage of C++ linker
2012-08-22 Matt Turnerbuild/x11: Don't link against shared-glapi
2012-07-26 Brian Paulxlib: add X error handler around XGetImage() call
2012-07-25 Jon TURNEYUpdate mesa/drivers/x11/Makefile.am for xm_image.h...
2012-07-25 Jon TURNEYdrivers/X11: Link X11 libGL with -no-undefined libtool...
2012-07-24 Brad Kingautomake: Honor GL_LIB for mangled/custom lib names
2012-07-13 Jon TURNEYautomake: convert libglapi
2012-07-13 Jon TURNEYautomake: convert libmesa and libmesagallium
2012-06-21 Eric Anholtautomake: Convert src/mesa/drivers/x11/Makefile to...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
next