summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-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
| * docs: updated Mesa mailing list infoBrian Paul2010-01-201-13/+18
| |
* | docs: Update sourcetree.html for EGL and the state trackers.Chia-I Wu2010-01-221-6/+7
| |
* | st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-223-10/+9
| | | | | | | | Simply the name to egl.
* | egl: Remove egl_softpipe.Chia-I Wu2010-01-221-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.
* | winsys/drm: Add swrast.Chia-I Wu2010-01-221-0/+10
| | | | | | | | The swrast winsys always returns NULL when drm_api_create is called.
* | docs: Update the status of egl_xdri.Chia-I Wu2010-01-221-6/+6
| | | | | | | | Mention that it also supports DRISW.
* | docs: remove old pbuffer infoBrian Paul2010-01-212-55/+0
| |
* | docs: added target attribute to external URLsBrian Paul2010-01-212-2/+4
| |
* | docs: add links to the egl, openvg, opengles pagesBrian Paul2010-01-211-1/+4
| | | | | | | | And move the GLSL link up the use User Topics section.
* | docs: new Mesa source tree overview page.Brian Paul2010-01-212-0/+166
| | | | | | | | This has been sitting around for a while. Incomplete, but a good start.
* | docs: Update documentation for OpenVG and OpenGL ES.Chia-I Wu2010-01-212-15/+8
| | | | | | | | Update the instructions and add references to egl.html.
* | docs: Add documentation for EGL.Chia-I Wu2010-01-211-0/+224
| | | | | | | | | | This is a short guide to EGL. The drivers that are to be removed soon are not mentioned in the guide.
* | docs: Add documentation for OpenGL ES.Chia-I Wu2010-01-121-0/+78
| | | | | | | | Signed-off-by: Chia-I Wu <[email protected]>
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-0/+2
|\| | | | | | | | | | | Conflicts: src/mesa/drivers/dri/i965/brw_wm_emit.c
| * docs: document Gallium SSE codegen for XPD bug fixBrian Paul2010-01-071-0/+1
| |
| * docs: document a mipmap generation bug fixBrian Paul2010-01-061-0/+1
| |
* | docs: added more GL3 itemsBrian Paul2010-01-051-1/+5
| |
* | docs: added link to wiki page about missing Mesa featuresBrian Paul2010-01-051-0/+3
| |
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-042-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
| * docs: initial release notes for 7.7.1Brian Paul2010-01-042-0/+49
| |
* | scons: Build progs together with everything else.José Fonseca2010-01-011-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
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-313-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
| * docs: insert 7.7 release dateBrian Paul2009-12-272-1/+5
| |
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-272-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
| | * docs: insert 7.6.1 release dateBrian Paul2009-12-272-2/+2
| | |
| | * Add MD5 checksums for 7.6.1 releaseIan Romanick2009-12-211-1/+9
| | |
* | | docs: 7.8 relnotes: GL_NV_conditional_render and GL_EXT_draw_buffers2Brian Paul2009-12-311-1/+2
| | |
* | | docs: update status for conditional renderingBrian Paul2009-12-311-1/+1
| | |
* | | docs: added GL 3.x feature checklist to track what's done in MesaBrian Paul2009-12-301-0/+62
| | |
* | | Merge branch 'mesa_7_7_branch'Ian Romanick2009-12-212-2/+18
|\| | | | | | | | | | | | | | Conflicts: src/mesa/main/version.h
| * | Add MD5 checksums for 7.6.1 releaseIan Romanick2009-12-211-1/+9
| | |
| * | Add MD5 checksums for 7.7 releaseIan Romanick2009-12-211-1/+9
| | |
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-0/+1
|\| | | | | | | | | | | | | | | | | Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-161-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/unichrome/via_ioctl.c src/mesa/drivers/dri/unichrome/via_screen.c src/mesa/main/version.h src/mesa/state_tracker/st_atom.c
| | * docs: document 7.6.1 BlueGene fixesBrian Paul2009-12-161-0/+1
| | |
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-0/+1
|\| | | | | | | | | | | | | | | | | Conflicts: src/gallium/state_trackers/xorg/xorg_xv.c src/mesa/drivers/dri/intel/intel_span.c
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-111-0/+1
| |\|
| | * docs: updated 7.6.1 relnotes with GLSL fixesBrian Paul2009-12-111-0/+1
| | |
* | | Merge branch 'mesa_7_7_branch'Andre Maasikas2009-12-081-0/+2
|\| | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/r600/r700_assembler.c src/mesa/main/version.h
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-071-0/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: progs/demos/projtex.c progs/xdemos/glxinfo.c src/mesa/main/version.h To fix the confilicts in projtex.c and glxinfo.c I just took the code from mesa_7_6_branch. The conflicts seem to have occured from cherry-picks from mesa_7_7_branch to mesa_7_6_branch followed by commmits just to mesa_7_6_branch.
| | * docs: a few more fixes for 7.6.1Brian Paul2009-12-041-0/+2
| | |
* | | Merge commit 'origin/mesa_7_7_branch'Keith Whitwell2009-12-013-23/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/svga/svga_screen_texture.c src/gallium/state_trackers/xorg/xorg_composite.c src/gallium/state_trackers/xorg/xorg_exa.c src/gallium/state_trackers/xorg/xorg_renderer.c src/gallium/state_trackers/xorg/xorg_xv.c src/mesa/main/texgetimage.c src/mesa/main/version.h
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-11-303-23/+17
| |\| | | | | | | | | | | | | | | | | | | Conflicts: progs/util/shaderutil.c src/mesa/drivers/dri/r600/r600_context.c src/mesa/main/version.h
| | * Fix the DRI swrast driver for big endian platforms.Michel Dänzer2009-11-231-0/+1
| | | | | | | | | | | | | | | | | | Too bad I didn't realize earlier how easy this could be... Fixes http://bugs.freedesktop.org/show_bug.cgi?id=22767 .
| | * docs: document fixes for AIXBrian Paul2009-11-191-0/+1
| | |
| | * docs: removed VC6/7 project filesBrian Paul2009-11-191-0/+6
| | |
| | * docs: update news file for 7.6.1 releaseBrian Paul2009-11-191-0/+7
| | |
| | * docs: remove VC6/7 project file infoBrian Paul2009-11-191-23/+0
| | |
| | * docs: Add note about r600Alex Deucher2009-11-181-0/+1
| | |