summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2009-12-11Merge 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-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-11docs: updated 7.6.1 relnotes with GLSL fixesBrian Paul
2009-12-08Merge branch 'mesa_7_7_branch'Andre Maasikas
Conflicts: src/mesa/drivers/dri/r600/r700_assembler.c src/mesa/main/version.h
2009-12-07Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan 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-04docs: a few more fixes for 7.6.1Brian Paul
2009-12-01Merge 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-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
Conflicts: progs/util/shaderutil.c src/mesa/drivers/dri/r600/r600_context.c src/mesa/main/version.h
2009-11-23Fix 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-19docs: document fixes for AIXBrian Paul
2009-11-19docs: removed VC6/7 project filesBrian Paul
2009-11-19docs: update news file for 7.6.1 releaseBrian Paul
2009-11-19docs: remove VC6/7 project file infoBrian Paul
2009-11-18docs: Add note about r600Alex Deucher
2009-11-18docs: setup 7.8 release notes fileBrian Paul
2009-11-17docs: libGL documentation, from the xorg-docs treeBrian Paul
This is pretty old and needs some updating but might be useful or interesting to some people.
2009-11-17docs: i965 clipping fixBrian Paul
2009-11-17docs: list the new VMware SVGA Gallium driver in release notesBrian Paul
2009-11-16docs: Update r300g status.Corbin Simpson
2009-11-16docs: fixes, changes for Mesa 7.7Brian Paul
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul
Conflicts: src/mesa/drivers/windows/gdi/mesa.def
2009-11-03docs: fix 7.6 build with Visual StudioBrian Paul
2009-10-27docs: document Intel glBitmap fixesBrian Paul
2009-10-26docs: document Intel glBitmap fixesBrian Paul
2009-10-23Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt
Conflicts: src/mesa/drivers/dri/intel/intel_fbo.c src/mesa/drivers/dri/intel/intel_mipmap_tree.c src/mesa/drivers/dri/intel/intel_mipmap_tree.h src/mesa/drivers/dri/intel/intel_tex_copy.c src/mesa/drivers/dri/intel/intel_tex_image.c
2009-10-23docs: document updated GL extension header filesBrian Paul
2009-10-23docs: document cell, glGetTexLevelParameter() fixesBrian Paul
2009-10-22docs: document 'useprog' debug optionBrian Paul
2009-10-19Merge branch 'mesa_7_6_branch' of ↵Alex Deucher
git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa regenerated lex.yy.c
2009-10-16docs: document GLSL float parsing bug fixBrian Paul
2009-10-14docs: document more MESA_GLSL env var optionsBrian Paul
2009-10-10Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-09docs: fix aux buffer bug 24426Brian Paul
2009-10-08docs: bump libdrm version requirementBrian Paul
Probably need to bump other version requirements too...
2009-10-07Merge branch 'mesa_7_6_branch'Nicolai Hähnle
2009-10-07docs: fix glXQueryDrawable() bugsBrian Paul
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
Conflicts: src/gallium/auxiliary/util/u_cpu_detect.c
2009-10-03r300: Workaround problem on R500 with very large fragment programsNicolai Hähnle
The non-KMS interface is to blame here. In theory, a proper fix could be produced that works for the KMS interface only, but it require cleaning a lot of mess. Easier to just do it right in r300g. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
2009-10-02docs: document default texture binding fixBrian Paul
2009-10-01Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-01docs: added objviewer to release notesBrian Paul
2009-09-29docs: document GLSL sqrt(0) fixBrian Paul
2009-09-29docs: fixed glXQueryContext(GLX_RENDER_TYPE)Brian Paul
2009-09-29Merge branch 'mesa_7_6_branch'Brian Paul
Conflicts: Makefile configs/default docs/relnotes.html src/gallium/drivers/softpipe/sp_context.c src/gallium/drivers/softpipe/sp_tile_cache.c src/mesa/main/version.h
2009-09-29docs: initial 7.6.1 release notesBrian Paul
2009-09-28docs: update news.html file with 7.5.2 and 7.6 releaseBrian Paul
2009-09-28Merge branch 'mesa_7_6_branch'Ian Romanick
Conflicts: Makefile src/mesa/main/version.h
2009-09-28Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick
Conflicts: src/mesa/main/version.h
2009-09-28docs: 7.5.2 md5 sumsIan Romanick
2009-09-28Prep for 7.5.2 releaseIan Romanick