summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| | * 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://agd5f@git.freedesktop.org/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
|\ \ | |/