aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: document GLSL preprocessor fixesBrian Paul2009-06-101-0/+1
|
* docs: link to 7.5 relnotesBrian Paul2009-05-181-0/+1
|
* docs: emphasize the incomplete status of the nouveau/R300 gallium driversBrian Paul2009-05-181-3/+5
|
* docs: updates from the 7.4 branchBrian Paul2009-05-153-5/+80
|
* docs: fix typoBrian Paul2009-05-011-1/+1
|
* docs: asst. updates for 7.5 releaseBrian Paul2009-04-303-7/+7
|
* docs: bring in 7.4 doc updates from mesa_7_4_branchBrian Paul2009-04-304-3/+117
|
* docs: notes about new version number meaning in release notesBrian Paul2009-04-301-1/+8
|
* docs: removed/added demo programsBrian Paul2009-04-181-0/+1
|
* docs: separate compilation units in 7.5Brian Paul2009-04-161-0/+1
|
* docs: bump Gallium version numberBrian Paul2009-04-081-1/+1
|
* docs: updated Cell driver infoBrian Paul2009-04-081-10/+1
|
* docs: more info for 7.4 release notesBrian Paul2009-04-081-0/+20
|
* docs: document the MESA_GLSL env var, other misc GLSL updatesBrian Paul2009-04-071-3/+29
|
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-282-0/+215
| | | | | This is a (partial) backport of the signed texture format support in OGL 3.1. Since it wasn't promoted from an existing extension roll our own.
* docs: updated Mesa extension enum infoBrian Paul2009-03-201-2/+12
|
* mesa: remove GL_MESA_program_debug extensionBrian Paul2009-03-071-1/+1
| | | | This was never fully fleshed out and hasn't been used.
* docs: add SPARC assembly updatesBrian Paul2009-02-261-0/+1
|
* docs: some Cell driver docs updatesBrian Paul2009-02-101-6/+8
|
* cell: update Cell driver info (code is on master now)Brian Paul2009-02-101-6/+2
|
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-092-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'origin/gallium-0.2' into gallium-master-merge Conflicts: Makefile docs/relnotes-7.4.html docs/relnotes.html src/mesa/drivers/dri/i965/brw_wm.h src/mesa/main/imports.c src/mesa/main/mtypes.h src/mesa/main/texcompress.c src/mesa/main/texenvprogram.c src/mesa/main/version.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_draw.c
| * docs: i965 fixesBrian Paul2009-01-291-0/+1
| |
| * docs: fix typoBrian Paul2009-01-291-1/+1
| |
| * docs: skeleton 7.4 release notes fileBrian Paul2009-01-292-0/+69
| |
| * docs: 7.3 md5 sumsBrian Paul2009-01-291-1/+9
| |
| * docs: set 7.3 release dateBrian Paul2009-01-292-2/+3
| |
| * docs: assorted updates, link fixesBrian Paul2009-01-294-11/+49
| |
* | mesa: remove oddball linux-directfb-install makefile ruleBrian Paul2009-02-051-1/+2
| | | | | | | | It's probably not needed since the 'make install' rules were overhauled last year.
* | Revert "docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver"Brian Paul2009-02-041-16/+0
| | | | | | | | This reverts commit 2f51be75c55f69dc3e09036d6fd12f808f5a5028.
* | docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driverBrian Paul2009-02-031-0/+16
| |
* | mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul2009-01-281-0/+2
| | | | | | | | Everyone should be using the newer/better ARB versions of these extensions.
* | docs: document GL_EXT_texture_swizzleBrian Paul2009-01-281-1/+2
| |
* | docs: added GL_NV_texture_env_combine4Brian Paul2009-01-231-0/+1
| |
* | docs: document improved stencil support and GL_EXT_vertex_array_bgraBrian Paul2009-01-231-0/+4
| |
* | docs: first 7.5 feature: GL_ARB_framebuffer_objectBrian Paul2009-01-221-0/+1
| |
* | docs: placeholder 7.5 release notesBrian Paul2009-01-222-2/+50
| |
* | docs: skeleton 7.4 release notes fileBrian Paul2009-01-222-0/+69
| |
* | docs: 7.3 md5 sumsBrian Paul2009-01-221-1/+9
| |
* | docs: set 7.3 release datemesa_7_3Brian Paul2009-01-222-2/+3
| |
* | docs: assorted updates, link fixesBrian Paul2009-01-224-11/+49
|/
* docs: document glXMakeContextCurrent() and Windows fixesBrian Paul2009-01-201-0/+2
|
* mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul2009-01-141-0/+1
| | | | This was changed between GL 1.0 and 1.1. Mesa still had the 1.0 behaviour.
* docs: #pragma now handledBrian Paul2009-01-131-0/+1
|
* Add language about implicit flush and command completionIan Romanick2009-01-131-2/+10
| | | | | | | | | | Copied language from the glXSwapBuffers manual page about the implicit glFlush and expected command completion. This just codifies what people already expect from glXCopySubBufferMESA. The intention of this command is to work like glXSwapBuffers but on a sub-rectangle of the drawable. Acked-by: Brian Paul <[email protected]>
* docs: fixes since 7.3-rc1Brian Paul2009-01-131-0/+2
|
* docs: document deprecated/removed headers/interfacesBrian Paul2009-01-101-0/+5
|
* docs: prerequisite updatesBrian Paul2009-01-102-4/+5
|
* docs: dri2proto, libdrm tweaksBrian Paul2009-01-082-2/+2
|
* docs: updated Cell docs, from gallium-0.2 branchBrian Paul2009-01-081-15/+57
|
* docs: more 7.3 doc updatesBrian Paul2009-01-082-2/+16
|