summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2011-01-15docs: document GL_ARB_draw_instancedBrian Paul
2011-01-14docs: skeleton file for 7.11 release notes, add missing linksBrian Paul
2011-01-10mesa: Remove GLES overlay.Chia-I Wu
With core mesa doing runtime API checks, GLES overlay is no longer needed. Make --enable-gles-overlay equivalent to --enable-gles[12]. There may still be places where compile-time checks are done. They could be fixed case by case.
2011-01-10egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu
These two drivers are small in size. Making them built-in should simplify packaging.
2011-01-08docs: fix messed up names with special characters in relnotes-7.9.1Marek Olšák
(cherry picked from commit 67aeab0b77fb6be864088e69ea74a010b6543fa1)
2011-01-08docs: fix messed up names with special characters in relnotes-7.10Marek Olšák
(cherry picked from commit 36009724fdd652ab29aa928ba78891afd650e768)
2011-01-07docs: Import 7.10 release notes from 7.10 branchIan Romanick
2011-01-07docs: Import 7.9.1 release notes from 7.9 branchIan Romanick
2011-01-04docs: Add an example for EGL_DRIVERS_PATH.Chia-I Wu
EGL_DRIVERS_PATH can be set to test EGL without installation.
2010-12-25docs/egl: Update egl.html.Chia-I Wu
Various updates and a new section about packaging.
2010-12-18mesa/swrast/st: add ARB_occlusion_query2 support.Dave Airlie
This gets my vote for most pointless extension of all time, I'm guessing some driver could possibly optimise for this instead of counting it might just get a true/false, but I'm not really sure. need this to eventually advertise 3.3 despite its total uselessness. Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-11-30docs: Fix MESA_drm_image typoKristian Høgsberg
2010-11-21docs: add GL 4.1 statusMarek Olšák
2010-11-21docs: update some GL 3.0 statusBrian Paul
2010-11-17mesa: upgrade to glext.h version 66Brian Paul
The type of the num/count parameter to glProgramParameters4[df]vNV() changed so some API dispatch code needed updates too.
2010-11-10docs: Update egl docs.Chia-I Wu
2010-11-02egl: Rework _eglGetSearchPath.Chia-I Wu
So that the directory part of EGL_DRIVER, if exists, is prepended to the search path. This commit also adds a sanity check to _eglLog.
2010-10-29docs: Update egl and openvg docs.Chia-I Wu
2010-10-27docs: add GL_EXT_separate_shader_objects to release notesIan Romanick
2010-10-23docs: updated GL3 status for primitive restartBrian Paul
2010-10-21Merge branch 'primitive-restart-cleanup'Brian Paul
Conflicts: docs/relnotes-7.10.html This branch is a re-do of the primitive-restart branch with all the intermediate/temporary stuff cleaned out.
2010-10-21docs: added GL_NV_primitive_restart extensionBrian Paul
2010-10-21docs: add GL_ARB_texture_rg to release notesBrian Paul
2010-10-21docs: update texture red/green support in GL3.txtBrian Paul
2010-10-08docs: Update status of GL 3.x related extensionsIan Romanick
2010-10-08docs: skeleton for 7.10 release notesIan Romanick
2010-10-05docs: added news item for 7.9 releaseIan Romanick
Also fix link to release notes in 7.9-rc1 news item.
2010-10-05docs: Import news updates from 7.9 branchIan Romanick
Partially cherry-picked from commit 61653b488da76ee1ca4f77363e222d3b717dd865
2010-10-05docs: Update mailing lines from sf.net to freedesktop.orgIan Romanick
(cherry picked from commit c19bc5de961fe5e1f8a17131bcfae3dbcccaca29)
2010-10-05docs: download.html does not need to be updated for each releaseIan Romanick
(cherry picked from commit 41e371e351cc4c77b2b20a545af2dfa2dab253d7)
2010-10-05docs: Import 7.8.x release notes from 7.8 branch.Ian Romanick
2010-10-05docs: Import 7.9 release notes from 7.9 branch.Ian Romanick
2010-10-05update release notes for GalliumMarek Olšák
I am trying to be exhaustive, but still I might have missed tons of other changes to Gallium. (cherry picked from commit 968a9ec76eadf55e8b58171884e1175d7b8cf59a) Conflicts: docs/relnotes-7.9.html
2010-10-04docs: Add list of bugs fixed in 7.9Ian Romanick
2010-09-20docs: mark as obsolete, remove dead linksBrian Paul
2010-09-20docs: remove old broken linkBrian Paul
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu
The main use of the backend is to support EGL_MESA_drm_display. drm should be a better name.
2010-09-14mesa: upgrade wglext.h to version 22Brian Paul
2010-09-14mesa: upgrade glxext.h to version 32Brian Paul
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul
A number of other files had to be updated as well because const qualifiers were added to the glMultiDrawArrays() function. Also, GL_FIXED is now defined in glext.h.
2010-09-09docs: Update egl.html.Chia-I Wu
Mention that EGL_DRIVERS_PATH should be specified for uninstalled build. Update TODOs.
2010-08-26docs: update news.html with 7.8.2 release infoBrian Paul
2010-08-26docs: remove links to tungstengraphics.com, and misc updatesBrian Paul
2010-08-26docs: remove link to old memory.html pageBrian Paul
2010-08-25egl: Add EGL_MESA_drm_image extensionKristian Høgsberg
Create EGLImages from DRM buffer handles.
2010-08-24docs: updated info about GLSL compilerBrian Paul
Ian or Eric should review this and add/edit as needed.
2010-08-24docs: list the new GLSL compilerBrian Paul
2010-08-23intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.Eric Anholt
The spec specifically sets the minimum MAX_SAMPLES at 1 to allow exposing the extension on all implementations, so do so.
2010-07-23docs: document new extensions for GalliumBrian Paul
2010-07-03docs: Update EGL doc.Chia-I Wu
Updated for the reorganization of st/egl targets.