summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2010-02-09docs: fix typo: s/osdemo/osdemos/Brian Paul1-1/+1
(cherry picked from commit 0371956d66cdc8a1629753fca9cb3cdc49b0d145)
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-1/+0
2010-02-05docs: Fix a typo in mesa3d.org HTML.Brian Paul1-1/+1
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 Wu1-0/+35
Mainly to add a subsection about EGL_RENDER_BUFFER.
2010-02-05egl: Remove egl_xdri.Chia-I Wu1-12/+7
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 Wu1-2/+3
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 Wu1-0/+9
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 Wu2-2/+7
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 Simpson1-1/+3
Brian, feel free to split/revert if you disagree.
2010-01-29docs: Fixed Windows build for 7.7.1Brian Paul1-0/+1
(cherry picked from commit a0518e66b2960d3bab386985e24ccbc9c51abf97)
2010-01-28docs: Update the developer section of egl.html.Chia-I Wu1-2/+36
Mainly to add a subsection on the lifetime of display resources.
2010-01-26i965: Add support for EXT_draw_buffers2.Eric Anholt1-1/+1
2010-01-26Merge branch 'mesa_7_7_branch'Brian Paul1-0/+19
Merging was easier than cherry picking in this instance.
2010-01-26docs: document Intel, R300 env varsBrian Paul1-0/+19
2010-01-26docs: Mention EGL and OpenGL ES in 7.8 release notes.Chia-I Wu1-0/+2
2010-01-26docs: Update EGL documentation.Chia-I Wu1-1/+9
Add --enable-gallium-swrast to the example. Document missing --with-egl-driver-dir and update TODOs.
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-13/+18
Conflicts: src/gallium/auxiliary/draw/draw_context.c src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c src/gallium/auxiliary/pipebuffer/Makefile src/gallium/auxiliary/pipebuffer/SConscript src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/tgsi/tgsi_scan.c src/gallium/drivers/i915/i915_surface.c src/gallium/drivers/i915/i915_texture.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_tex_sample_c.c src/gallium/drivers/llvmpipe/lp_texture.c src/gallium/drivers/softpipe/sp_prim_vbuf.c src/gallium/state_trackers/xorg/xorg_dri2.c src/gallium/winsys/drm/intel/gem/intel_drm_api.c src/gallium/winsys/drm/nouveau/drm/nouveau_drm_api.c src/gallium/winsys/drm/radeon/core/radeon_drm.c src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c src/mesa/state_tracker/st_cb_clear.c
2010-01-22docs: Update sourcetree.html for EGL and the state trackers.Chia-I Wu1-6/+7
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu3-10/+9
Simply the name to egl.
2010-01-22egl: Remove egl_softpipe.Chia-I Wu1-1/+0
With the addition egl_x11_swrast, egl_softpipe is sort of deprecated. The new driver serves the same purpose as egl_softpipe does. It is based on egl_g3d and provides more features.
2010-01-22winsys/drm: Add swrast.Chia-I Wu1-0/+10
The swrast winsys always returns NULL when drm_api_create is called.
2010-01-22docs: Update the status of egl_xdri.Chia-I Wu1-6/+6
Mention that it also supports DRISW.
2010-01-21docs: remove old pbuffer infoBrian Paul2-55/+0
2010-01-21docs: added target attribute to external URLsBrian Paul2-2/+4
2010-01-21docs: add links to the egl, openvg, opengles pagesBrian Paul1-1/+4
And move the GLSL link up the use User Topics section.
2010-01-21docs: new Mesa source tree overview page.Brian Paul2-0/+166
This has been sitting around for a while. Incomplete, but a good start.
2010-01-21docs: Update documentation for OpenVG and OpenGL ES.Chia-I Wu2-15/+8
Update the instructions and add references to egl.html.
2010-01-21docs: Add documentation for EGL.Chia-I Wu1-0/+224
This is a short guide to EGL. The drivers that are to be removed soon are not mentioned in the guide.
2010-01-20docs: updated Mesa mailing list infoBrian Paul1-13/+18
2010-01-12docs: Add documentation for OpenGL ES.Chia-I Wu1-0/+78
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul1-0/+2
Conflicts: src/mesa/drivers/dri/i965/brw_wm_emit.c
2010-01-07docs: document Gallium SSE codegen for XPD bug fixBrian Paul1-0/+1
2010-01-06docs: document a mipmap generation bug fixBrian Paul1-0/+1
2010-01-05docs: added more GL3 itemsBrian Paul1-1/+5
2010-01-05docs: added link to wiki page about missing Mesa featuresBrian Paul1-0/+3
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul2-0/+50
Conflicts: docs/relnotes.html src/gallium/drivers/llvmpipe/lp_tex_sample_c.c src/gallium/drivers/r300/r300_cs.h src/mesa/drivers/dri/i965/brw_wm_surface_state.c src/mesa/main/enums.c
2010-01-04docs: initial release notes for 7.7.1Brian Paul2-0/+49
2010-01-01scons: Build progs together with everything else.José Fonseca1-9/+0
This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul3-3/+7
Conflicts: configs/darwin src/gallium/auxiliary/util/u_clear.h src/gallium/state_trackers/xorg/xorg_exa_tgsi.c src/mesa/drivers/dri/i965/brw_draw_upload.c
2009-12-31docs: 7.8 relnotes: GL_NV_conditional_render and GL_EXT_draw_buffers2Brian Paul1-1/+2
2009-12-31docs: update status for conditional renderingBrian Paul1-1/+1
2009-12-30docs: added GL 3.x feature checklist to track what's done in MesaBrian Paul1-0/+62
2009-12-27docs: insert 7.7 release dateBrian Paul2-1/+5
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2-2/+2
Conflicts: src/gallium/auxiliary/util/u_network.c src/gallium/auxiliary/util/u_network.h src/gallium/drivers/i915/i915_state.c src/gallium/drivers/trace/tr_rbug.c src/gallium/state_trackers/vega/bezier.c src/gallium/state_trackers/vega/vg_context.c src/gallium/state_trackers/xorg/xorg_crtc.c src/gallium/state_trackers/xorg/xorg_driver.c src/gallium/winsys/xlib/xlib_brw_context.c src/mesa/main/mtypes.h
2009-12-27docs: insert 7.6.1 release dateBrian Paul2-2/+2
2009-12-21Merge branch 'mesa_7_7_branch'Ian Romanick2-2/+18
Conflicts: src/mesa/main/version.h
2009-12-21Add MD5 checksums for 7.6.1 releaseIan Romanick1-1/+9
2009-12-21Add MD5 checksums for 7.6.1 releaseIan Romanick1-1/+9
2009-12-21Add MD5 checksums for 7.7 releaseIan Romanick1-1/+9
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul1-0/+1
Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c