Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-22 | docs: Update sourcetree.html for EGL and the state trackers. | Chia-I Wu | |
2010-01-22 | st/egl_g3d: Rename to st/egl. | Chia-I Wu | |
Simply the name to egl. | |||
2010-01-22 | egl: Remove egl_softpipe. | Chia-I Wu | |
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-22 | winsys/drm: Add swrast. | Chia-I Wu | |
The swrast winsys always returns NULL when drm_api_create is called. | |||
2010-01-22 | docs: Update the status of egl_xdri. | Chia-I Wu | |
Mention that it also supports DRISW. | |||
2010-01-21 | docs: remove old pbuffer info | Brian Paul | |
2010-01-21 | docs: added target attribute to external URLs | Brian Paul | |
2010-01-21 | docs: add links to the egl, openvg, opengles pages | Brian Paul | |
And move the GLSL link up the use User Topics section. | |||
2010-01-21 | docs: new Mesa source tree overview page. | Brian Paul | |
This has been sitting around for a while. Incomplete, but a good start. | |||
2010-01-21 | docs: Update documentation for OpenVG and OpenGL ES. | Chia-I Wu | |
Update the instructions and add references to egl.html. | |||
2010-01-21 | docs: Add documentation for EGL. | Chia-I Wu | |
This is a short guide to EGL. The drivers that are to be removed soon are not mentioned in the guide. | |||
2010-01-12 | docs: Add documentation for OpenGL ES. | Chia-I Wu | |
Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2010-01-08 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: src/mesa/drivers/dri/i965/brw_wm_emit.c | |||
2010-01-07 | docs: document Gallium SSE codegen for XPD bug fix | Brian Paul | |
2010-01-06 | docs: document a mipmap generation bug fix | Brian Paul | |
2010-01-05 | docs: added more GL3 items | Brian Paul | |
2010-01-05 | docs: added link to wiki page about missing Mesa features | Brian Paul | |
2010-01-04 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
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-04 | docs: initial release notes for 7.7.1 | Brian Paul | |
2010-01-01 | scons: Build progs together with everything else. | José Fonseca | |
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-31 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
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-31 | docs: 7.8 relnotes: GL_NV_conditional_render and GL_EXT_draw_buffers2 | Brian Paul | |
2009-12-31 | docs: update status for conditional rendering | Brian Paul | |
2009-12-30 | docs: added GL 3.x feature checklist to track what's done in Mesa | Brian Paul | |
2009-12-27 | docs: insert 7.7 release date | Brian Paul | |
2009-12-27 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
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-27 | docs: insert 7.6.1 release date | Brian Paul | |
2009-12-21 | Merge branch 'mesa_7_7_branch' | Ian Romanick | |
Conflicts: src/mesa/main/version.h | |||
2009-12-21 | Add MD5 checksums for 7.6.1 release | Ian Romanick | |
2009-12-21 | Add MD5 checksums for 7.6.1 release | Ian Romanick | |
2009-12-21 | Add MD5 checksums for 7.7 release | Ian Romanick | |
2009-12-21 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c | |||
2009-12-16 | docs: document 7.6.1 BlueGene fixes | Brian Paul | |
2009-12-11 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: src/gallium/state_trackers/xorg/xorg_xv.c src/mesa/drivers/dri/intel/intel_span.c | |||
2009-12-11 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
2009-12-11 | docs: updated 7.6.1 relnotes with GLSL fixes | Brian Paul | |
2009-12-08 | Merge branch 'mesa_7_7_branch' | Andre Maasikas | |
Conflicts: src/mesa/drivers/dri/r600/r700_assembler.c src/mesa/main/version.h | |||
2009-12-07 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | |
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. | |||
2009-12-04 | docs: a few more fixes for 7.6.1 | Brian Paul | |
2009-12-01 | Merge commit 'origin/mesa_7_7_branch' | Keith Whitwell | |
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 | |||
2009-11-30 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | |
Conflicts: progs/util/shaderutil.c src/mesa/drivers/dri/r600/r600_context.c src/mesa/main/version.h | |||
2009-11-23 | Fix the DRI swrast driver for big endian platforms. | Michel Dänzer | |
Too bad I didn't realize earlier how easy this could be... Fixes http://bugs.freedesktop.org/show_bug.cgi?id=22767 . | |||
2009-11-19 | docs: document fixes for AIX | Brian Paul | |
2009-11-19 | docs: removed VC6/7 project files | Brian Paul | |
2009-11-19 | docs: update news file for 7.6.1 release | Brian Paul | |
2009-11-19 | docs: remove VC6/7 project file info | Brian Paul | |
2009-11-18 | docs: Add note about r600 | Alex Deucher | |
2009-11-18 | docs: setup 7.8 release notes file | Brian Paul | |
2009-11-17 | docs: libGL documentation, from the xorg-docs tree | Brian Paul | |
This is pretty old and needs some updating but might be useful or interesting to some people. | |||
2009-11-17 | docs: i965 clipping fix | Brian Paul | |