summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| | * docs: i965 clipping fixBrian Paul2009-11-171-0/+1
| | |
* | | docs: setup 7.8 release notes fileBrian Paul2009-11-182-0/+54
|/ /
* | docs: libGL documentation, from the xorg-docs treeBrian Paul2009-11-171-0/+197
| | | | | | | | | | This is pretty old and needs some updating but might be useful or interesting to some people.
* | docs: list the new VMware SVGA Gallium driver in release notesBrian Paul2009-11-171-0/+3
| |
* | docs: Update r300g status.Corbin Simpson2009-11-161-0/+1
| |
* | docs: fixes, changes for Mesa 7.7Brian Paul2009-11-161-0/+3
| |
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-11-041-0/+1
|\| | | | | | | | | | | Conflicts: src/mesa/drivers/windows/gdi/mesa.def
| * docs: fix 7.6 build with Visual StudioBrian Paul2009-11-031-0/+1
| |
| * docs: document Intel glBitmap fixesBrian Paul2009-10-261-0/+1
| |
* | docs: document Intel glBitmap fixesBrian Paul2009-10-271-0/+1
| |
* | Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt2009-10-231-0/+5
|\| | | | | | | | | | | | | | | | | 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
| * docs: document updated GL extension header filesBrian Paul2009-10-231-0/+2
| |
| * docs: document cell, glGetTexLevelParameter() fixesBrian Paul2009-10-231-0/+3
| |
* | docs: document 'useprog' debug optionBrian Paul2009-10-221-0/+1
| |
* | Merge branch 'mesa_7_6_branch' of ↵Alex Deucher2009-10-191-0/+1
|\| | | | | | | | | | | git+ssh://[email protected]/git/mesa/mesa regenerated lex.yy.c
| * docs: document GLSL float parsing bug fixBrian Paul2009-10-161-0/+1
| |
* | docs: document more MESA_GLSL env var optionsBrian Paul2009-10-142-1/+8
| |
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-101-0/+1
|\|
| * docs: fix aux buffer bug 24426Brian Paul2009-10-091-0/+1
| |
* | docs: bump libdrm version requirementBrian Paul2009-10-081-2/+2
| | | | | | | | Probably need to bump other version requirements too...
* | Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-10-071-0/+1
|\|
| * docs: fix glXQueryDrawable() bugsBrian Paul2009-10-071-0/+1
| |
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-0/+2
|\| | | | | | | | | | | Conflicts: src/gallium/auxiliary/util/u_cpu_detect.c
| * r300: Workaround problem on R500 with very large fragment programsNicolai Hähnle2009-10-031-0/+1
| | | | | | | | | | | | | | | | 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 <[email protected]>
| * docs: document default texture binding fixBrian Paul2009-10-021-0/+1
| |
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-011-0/+2
|\|
| * docs: document GLSL sqrt(0) fixBrian Paul2009-09-291-0/+1
| |
| * docs: fixed glXQueryContext(GLX_RENDER_TYPE)Brian Paul2009-09-291-0/+1
| |
* | docs: added objviewer to release notesBrian Paul2009-10-011-0/+1
| |
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-293-0/+56
|\| | | | | | | | | | | | | | | | | | | | | 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
| * docs: initial 7.6.1 release notesBrian Paul2009-09-292-0/+45
| |
| * docs: update news.html file with 7.5.2 and 7.6 releaseBrian Paul2009-09-281-0/+11
| |
* | Merge branch 'mesa_7_6_branch'Ian Romanick2009-09-282-10/+20
|\| | | | | | | | | | | Conflicts: Makefile src/mesa/main/version.h
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick2009-09-281-3/+10
| |\ | | | | | | | | | | | | Conflicts: src/mesa/main/version.h
| | * docs: 7.5.2 md5 sumsmesa_7_5_2Ian Romanick2009-09-281-1/+9
| | |
| | * Prep for 7.5.2 releaseIan Romanick2009-09-281-2/+1
| | |
| * | docs: 7.6 md5 sumsIan Romanick2009-09-281-1/+9
| | |
| * | Prep for 7.6 releaseIan Romanick2009-09-281-6/+1
| | |
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-281-0/+4
|\| |
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-281-0/+4
| |\|
| | * docs: list additional 7.5.2 bug fixesBrian Paul2009-09-281-0/+3
| | |
| | * docs: document gallium mipmap generation fixBrian Paul2009-09-281-0/+1
| | |