| Commit message (Expand) | Author | Age | Files | Lines |
* | osmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions | Ian Romanick | 2013-06-28 | 1 | -5/+0 |
* | mesa: Remove the Initialized field from framebuffers. | Eric Anholt | 2013-06-25 | 1 | -1/+0 |
* | mesa: Remove Driver.GetBufferSize and its callers. | Eric Anholt | 2013-06-25 | 1 | -1/+0 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | build: remove unused API_DEFINES | Andreas Boll | 2013-05-01 | 1 | -2/+1 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | osmesa: fix out-of-tree build | Andreas Boll | 2013-03-19 | 1 | -0/+1 |
* | osmesa: use _mesa_generate_mipmap() for mipmap generation, not meta | Brian Paul | 2013-01-29 | 1 | -0/+3 |
* | mesa: Make the drivers call a non-code-generated dispatch table setup. | Eric Anholt | 2013-01-21 | 1 | -1/+1 |
* | scons: Fix dependencies of generated headers. | José Fonseca | 2013-01-21 | 1 | -2/+1 |
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 1 | -1/+0 |
* | mesa osmesa/x11: fix build error introduced in 4bea4cb9 | Jordan Justen | 2012-12-17 | 1 | -5/+5 |
* | drivers: compute version and then initialize exec table | Jordan Justen | 2012-12-16 | 1 | -0/+9 |
* | mesa: pass context parameter to gl_renderbuffer::Delete() | Brian Paul | 2012-11-30 | 1 | -2/+2 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -1/+1 |
* | Remove OpenVMS support | Matt Turner | 2012-11-16 | 1 | -45/+0 |
* | mesa: remove the driverCtx parameter to _mesa_create/initialize_context() | Brian Paul | 2012-10-05 | 1 | -1/+1 |
* | build: Add visibility CFLAGS to OSMesa | Matt Turner | 2012-10-01 | 1 | -2/+4 |
* | build: Link OSMesa with glapi, libdl, libstdc++ | Matt Turner | 2012-10-01 | 1 | -5/+12 |
* | Set OSMESA_VERSION=8. | Johannes Obermayr | 2012-09-07 | 2 | -3/+3 |
* | build: Only add links to .so files if we're building them | Matt Turner | 2012-08-24 | 1 | -0/+2 |
* | build: Add libOSMesa.so.$(VERSION) link to libdir | Matt Turner | 2012-08-24 | 1 | -0/+1 |
* | build: Replace OSMESA_VERSION with generic VERSION_NUMBER | Matt Turner | 2012-08-24 | 1 | -1/+1 |
* | build: Remove -shared from OSMesa's LDFLAGS | Matt Turner | 2012-08-16 | 1 | -1/+1 |
* | Move installing osmesa.pc to drivers/osmesa | Jon TURNEY | 2012-07-31 | 2 | -2/+15 |
* | drivers/osmesa: Link OSMesa using -no-undefined libtool flag | Jon TURNEY | 2012-07-25 | 1 | -1/+1 |
* | Don't explicitly link libOsmesa with libmesa's dependency libglsl | Jon TURNEY | 2012-07-13 | 1 | -2/+1 |
* | automake: convert libglapi | Jon TURNEY | 2012-07-13 | 1 | -1/+1 |
* | automake: convert libmesa and libmesagallium | Jon TURNEY | 2012-07-13 | 1 | -1/+1 |
* | automake: convert libglsl | Jon TURNEY | 2012-07-13 | 1 | -1/+1 |
* | automake: convert libOSmesa | Laurent Carlier | 2012-07-13 | 3 | -51/+51 |
* | scons: add code to generate the various GL API files | Brian Paul | 2012-05-31 | 1 | -0/+2 |
* | osmesa: use SWRAST_MAX_WIDTH/HEIGHT | Brian Paul | 2012-02-24 | 1 | -4/+4 |
* | Revert "Fix underlinking in libOSMesa since commit adefee5 "Always build shar... | Brian Paul | 2012-02-02 | 1 | -2/+0 |
* | Revert "automake: src/mesa/drivers/osmesa" | Matt Turner | 2012-01-31 | 4 | -101/+53 |
* | Revert "automake: src/glsl and src/glsl/glcpp" | Matt Turner | 2012-01-31 | 1 | -1/+1 |
* | osmesa: set RefCount = 1 in new_osmesa_renderbuffer() | Brian Paul | 2012-01-31 | 1 | -0/+1 |
* | osmesa: Fix osmesa_context.DataType type. | Vinson Lee | 2012-01-31 | 1 | -1/+1 |
* | automake: src/glsl and src/glsl/glcpp | Matt Turner | 2012-01-30 | 1 | -1/+1 |
* | automake: src/mesa/drivers/osmesa | Matt Turner | 2012-01-30 | 4 | -53/+101 |
* | osmesa: use swrast_renderbuffer | Brian Paul | 2012-01-24 | 1 | -42/+45 |
* | mesa: rename gl_renderbuffer::Data to Buffer | Brian Paul | 2012-01-24 | 1 | -7/+7 |
* | mesa: remove gl_renderbuffer::DataType | Brian Paul | 2012-01-24 | 1 | -19/+15 |
* | osmesa: remove obsolete GetRow/PutRow code | Brian Paul | 2012-01-24 | 1 | -430/+1 |
* | Fix underlinking in libOSMesa since commit adefee5 "Always build shared glapi" | Jon TURNEY | 2012-01-23 | 1 | -0/+2 |
* | osmesa: fix renderbuffer format selection | Brian Paul | 2012-01-13 | 1 | -46/+42 |
* | osmesa: fix glReadPixels, etc | Brian Paul | 2012-01-12 | 1 | -1/+57 |
* | mesa: remove gl_renderbuffer::PutRowRGB() | Brian Paul | 2011-12-24 | 1 | -16/+0 |