Revert "i965/gen9: Plugin the code for selecting YF/YS tiling on skl+"
[mesa.git] / src / mesa / drivers / osmesa /
2015-07-15 Brian Paulosmesa: fix OSMesaPixelsStore typo
2015-05-20 Jeremy Huddleston... darwin: Fix install name of libOSMesa
2015-04-01 Emil Velikovosmesa: don't try to bundle osmesa.def SConscript
2015-03-25 Jose Fonsecascons: Don't build osmesa.
2015-03-05 Brian Paulosmesa: include stdio.h
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-23 Brian Paulosmesa: add gallium include dirs to Makefile.am
2014-12-12 Matt Turnerosmesa: Add osmesa.def to distribution.
2014-12-12 Matt Turnermesa: Add scons files to distribution.
2014-09-04 Brian Paulosmesa: s/INLINE/inline/
2014-08-04 Brian Paulosmesa: link with mesautil
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-05-01 José Fonsecaosmesa: Fix typo in _MaxEnabledTexImageUnit.
2014-04-30 Eric Anholtmesa: Drop _EnabledUnits.
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-11 Emil Velikovautomake: allow only shared builds
2014-03-11 Emil Velikovautomake: do not use symbols names for static glapi.la
2014-03-11 Emil Velikovautomake: use install-lib-links.mk across all classic...
2014-02-11 Emil Velikovosmesa: drop obsolete AM_CXXFLAGS
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2013-11-18 Brian Paulosmesa: add missing comma
2013-11-18 Brian Paulosmesa: add support for postprocess filters
2013-11-11 Brian Paulosmesa: assorted code clean-ups
2013-11-11 Brian Paulosmesa: fix broken triangle/line drawing when using...
2013-08-21 Armin Kosmesa: Symlink shared library to LIB_DIR
2013-07-16 Maarten Lankhorstosmesa: link against static libglapi library too to...
2013-06-28 Ian Romanickosmesa: Don't call _mesa_enable_._._extensions and...
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-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-19 Andreas Bollosmesa: fix out-of-tree build
2013-01-29 Brian Paulosmesa: use _mesa_generate_mipmap() for mipmap generati...
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
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-16 Matt TurnerRemove OpenVMS support
2012-10-05 Brian Paulmesa: remove the driverCtx parameter to _mesa_create...
2012-10-01 Matt Turnerbuild: Add visibility CFLAGS to OSMesa
2012-10-01 Matt Turnerbuild: Link OSMesa with glapi, libdl, libstdc++
2012-09-07 Johannes ObermayrSet OSMESA_VERSION=8.
2012-08-24 Matt Turnerbuild: Only add links to .so files if we're building...
2012-08-24 Matt Turnerbuild: Add libOSMesa.so.$(VERSION) link to libdir
2012-08-24 Matt Turnerbuild: Replace OSMESA_VERSION with generic VERSION_NUMBER
2012-08-16 Matt Turnerbuild: Remove -shared from OSMesa's LDFLAGS
2012-07-31 Jon TURNEYMove installing osmesa.pc to drivers/osmesa
2012-07-25 Jon TURNEYdrivers/osmesa: Link OSMesa using -no-undefined libtool...
2012-07-13 Jon TURNEYDon't explicitly link libOsmesa with libmesa's dependen...
2012-07-13 Jon TURNEYautomake: convert libglapi
2012-07-13 Jon TURNEYautomake: convert libmesa and libmesagallium
2012-07-13 Jon TURNEYautomake: convert libglsl
2012-07-13 Laurent Carlierautomake: convert libOSmesa
2012-05-31 Brian Paulscons: add code to generate the various GL API files
2012-02-24 Brian Paulosmesa: use SWRAST_MAX_WIDTH/HEIGHT
2012-02-02 Brian PaulRevert "Fix underlinking in libOSMesa since commit...
2012-02-01 Matt TurnerRevert "automake: src/mesa/drivers/osmesa"
2012-02-01 Matt TurnerRevert "automake: src/glsl and src/glsl/glcpp"
2012-01-31 Brian Paulosmesa: set RefCount = 1 in new_osmesa_renderbuffer()
2012-01-31 Vinson Leeosmesa: Fix osmesa_context.DataType type.
2012-01-31 Matt Turnerautomake: src/glsl and src/glsl/glcpp
2012-01-31 Matt Turnerautomake: src/mesa/drivers/osmesa
2012-01-24 Brian Paulosmesa: use swrast_renderbuffer
2012-01-24 Brian Paulmesa: rename gl_renderbuffer::Data to Buffer
2012-01-24 Brian Paulmesa: remove gl_renderbuffer::DataType
2012-01-24 Brian Paulosmesa: remove obsolete GetRow/PutRow code
2012-01-23 Jon TURNEYFix underlinking in libOSMesa since commit adefee5...
2012-01-13 Brian Paulosmesa: fix renderbuffer format selection
2012-01-12 Brian Paulosmesa: fix glReadPixels, etc
2011-12-24 Brian Paulmesa: remove gl_renderbuffer::PutRowRGB()
2011-12-24 Brian Paulmesa: remove gl_renderbufer::PutMonoRow() and PutMonoVa...
2011-12-19 Alex Galakhovosmesa: fix RGB565 rendering
2011-12-08 Brian Paulmesa/drivers: use new swrast renderbuffer functions
2011-12-06 Fabio Pedrettiosmesa: remove unused bpc variable
2011-08-30 José FonsecaRemove dead Makefiles.
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Jeremy Huddlestonosmesa: Fix missing symbols when GLX_INDIRECT_RENDERING...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-23 José Fonsecaosmesa: Fix Mingw build.
2011-04-23 José Fonsecascons: Build osmesa.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-09 Brian Paulmesa: remove _mesa_initialize_context_for_api()
2011-01-31 Kenneth GraunkeRemove talloc from the make and automake build systems.
2011-01-24 Christopher James... osmesa: mklib requires arguments before objects
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Brian Paulosmesa: pass context to _mesa_update_framebuffer_visual()
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
next