summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2010-04-04docs: update status of transform feedback and instanced drawingBrian Paul
2010-04-01docs: update GL3 / GL_ARB_fragment_coord_conventions statusBrian Paul
2010-03-30Merge branch '7.8'Michel Dänzer
Conflicts: Makefile src/mesa/main/version.h Resolved by keeping version strings from master (also in the intel driver).
2010-03-29docs: fix 7.7.1 release dateBrian Paul
(cherry picked from commit e6f5ca0fa3bff975f2acb3a825d77f095bc9f43e)
2010-03-28mesa: Add 7.8 release MD5 sumsIan Romanick
2010-03-28mesa: set version string to 7.8Ian Romanick
Also set the correct release date.
2010-03-28mesa: Add 7.7.1 release MD5 sumsIan Romanick
(cherry picked from commit 0c88e340499c961cc7a06107a727710a67e280ed)
2010-03-28mesa: set version string to 7.7.1Ian Romanick
Also set the correct release date. (cherry picked from commit 663642b435af2f8ab4b16360783eb367f42486c3)
2010-03-25Merge branch '7.8'Brian Paul
2010-03-23docs: update docs with 7.7.1 and 7.8 release infoBrian Paul
2010-03-22Merge branch '7.8'Brian Paul
Conflicts: src/gallium/drivers/cell/ppu/cell_screen.c src/mesa/state_tracker/st_cb_drawpixels.c
2010-03-22docs: Update the path to build libgl-xlib.Chia-I Wu
2010-03-20docs: note GL_EXT_packed_float, GL_EXT_shared_exponent extensionsBrian Paul
2010-03-20docs: remove the 'Last updated date'Brian Paul
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12Grammar and spelling fixesJeff Smith
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com>
2010-03-10docs: Update new opengl32.dll target location.José Fonseca
2010-03-08Merge branch '7.8'Brian Paul
2010-03-05docs: skeleton for 7.9 release notesBrian Paul
2010-03-05docs: remove merge conflict garbageBrian Paul
2010-03-05docs: document GL_APPLE_object_purgeableBrian Paul
2010-03-03Note removal of pre-GCC 3.3.0 support in release notes.Ian Romanick
2010-03-03Note removal of color-index rendering in release notes.Ian Romanick
2010-03-01glapi: drop SOLARIS_THREADSGeorge Sapountzis
It seems that SOLARIS_THREADS is not used and does not work.
2010-02-25docs: GL_EXT_texture_array updatesBrian Paul
2010-02-25Remove remaining miniglx referencesKristian Høgsberg
2010-02-25Remove d3d driverKristian Høgsberg
2010-02-25Remove directfb supportKristian Høgsberg
2010-02-25docs: addition of ARB_fcc to i965.Eric Anholt
2010-02-25docs: remove demos.html page which contained one dead linkBrian Paul
2010-02-25glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu
main/dispatch.c is a glapi source file. It is part of GLAPI_SOURCES in sources.mak and part of glapi_sources in SConscript. This commit moves it to glapi/ and renames it to glapi_dispatch.c.
2010-02-17Merge commit '381d5e209815235911c4aab516037c868c8f695f'Ian Romanick
This merges the patches from the series "[PATCH 00/14] More client-side GLX house cleaning" that were posted to the mesa3d-dev mailing list. See http://marc.info/?l=mesa3d-dev&m=126582985214612&w=2 Patches 01 through 04 eliminate a bunch of annoying warnings that I get when building Mesa. Patch 05 fixes an inconsistency between the implementation of glXSwapIntervalMESA and the spec. I chose to favor the code over the spec in this case. This also eliminated a warning. Patches 06 through 12 clean up the way that context creation is performed on the client. When support for GLX_SGIX_fbconfig and the related GLX 1.3 functions was added, I refactored a bunch nuts-and-bolts of context creation to CreateContext. The refactor was a good idea, I just didn't do it right. Patches 13 and 14 update glxgears_fbconfig to use GLX 1.3 interfaces.
2010-02-17docs: Update TODOs of egl.html.Chia-I Wu
Thread-safety is no longer a TODO item. There are surely bugs to be fixed though.
2010-02-15docs: document glMultiDrawElements() fixBrian Paul
(cherry picked from commit ab6bcef99a53217db752659ace105ddfd9b25ebb)
2010-02-13docs: document GL_ARB_fragment_coord_conventionsBrian Paul
2010-02-11glx: Fix interval test in glXSwapIntervalMESAIan Romanick
It appears that, in spite of what the spec says, the interval parameter to glXSwapIntervalMESA has been an unsigned int since day-1. This made the 'if (interval < 0)' test useless. The test is removed and the spec is updated to note that the interval is an unsigned value.
2010-02-11Add git tipsKarl Schultz
2010-02-11docs: remove old CVS referencesBrian Paul
2010-02-09docs: fix typo: s/osdemo/osdemos/Brian Paul
(cherry picked from commit 0371956d66cdc8a1629753fca9cb3cdc49b0d145)
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-05docs: Fix a typo in mesa3d.org HTML.Brian Paul
Signed-off-by: Brian Paul <brianp@vmware.com> (cherry picked from commit e6ee4b49c48ec7c2e7df2cff7b253b01e88e7101)
2010-02-05docs: Update the developer section of egl.html.Chia-I Wu
Mainly to add a subsection about EGL_RENDER_BUFFER.
2010-02-05egl: Remove egl_xdri.Chia-I Wu
egl_xdri steals code from src/glx/x11/. This makes it broken from time to time when there is a bigger change to the GLX code. As egl_dri2 has been merged, which also functions as a DRI2 driver loader, remove egl_xdri for good.
2010-02-03egl: Ignore certain environment variables when setuid/setgid.Chia-I Wu
Specifically, ignore EGL_DRIVERS_PATH when an application is setuid/setgid. And ignore EGL_DRIVER when there is a slash in it.
2010-02-03egl: Add EGL_DRIVERS_PATH environment variable.Chia-I Wu
EGL_DRIVERS_PATH gives a list of colon-separated directories. The given directories will be searched when preloading drivers. This is based on Mike Stroyan's patch, which honors the variable in _eglPreloadDisplayDrivers. It is extended to honor the variable also in _eglPreloadUserDriver and _eglPreloadDefaultDriver in this version.
2010-02-02docs: Update for EGL environment variables.Chia-I Wu
Mention that EGL_DRIVER should be a full path, and add a link from envvars.html to egl.html.
2010-01-29docs: Mark what I've been up to.Corbin Simpson
Brian, feel free to split/revert if you disagree.
2010-01-29docs: Fixed Windows build for 7.7.1Brian Paul
(cherry picked from commit a0518e66b2960d3bab386985e24ccbc9c51abf97)
2010-01-28docs: Update the developer section of egl.html.Chia-I Wu
Mainly to add a subsection on the lifetime of display resources.
2010-01-26i965: Add support for EXT_draw_buffers2.Eric Anholt