summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2009-06-26docs: detect when too many varying vars are usedBrian Paul
2009-06-26docs: fix typos, remove old text from relnotes fileBrian Paul
2009-06-26docs: bring over news updates from 7.4 branchBrian Paul
2009-06-26docs: bring in 7.4.3 and 7.4.4 release notes, newsBrian Paul
2009-06-26docs: increase max varying vars to 16Brian Paul
2009-06-26docs: document for/continue bug fixBrian Paul
2009-06-26docs: updated Mesa release instructionsBrian Paul
2009-06-17docs: Document building with SCons.José Fonseca
2009-06-26Merge branch 'arb_vertex_array_object'Brian Paul
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul
Conflicts: Makefile src/gallium/drivers/softpipe/sp_screen.c src/mesa/main/version.h
2009-06-22docs: document GL_ARB_vertex_array_objectBrian Paul
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
Conflicts: docs/relnotes-7.6.html progs/tests/Makefile src/gallium/drivers/softpipe/sp_prim_vbuf.c src/glx/x11/indirect.c src/mesa/glapi/Makefile src/mesa/glapi/dispatch.h src/mesa/glapi/glapioffsets.h src/mesa/glapi/glapitable.h src/mesa/glapi/glapitemp.h src/mesa/glapi/glprocs.h src/mesa/main/dlist.c src/mesa/main/enums.c src/mesa/sparc/glapi_sparc.S src/mesa/x86-64/glapi_x86-64.S src/mesa/x86/glapi_x86.S
2009-06-15docs: minor relnotes clean-upBrian Paul
2009-06-15Merge branch 'arb_map_buffer_range'Brian Paul
Conflicts: docs/relnotes-7.6.html src/mesa/main/mtypes.h
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul
Conflicts: src/mesa/drivers/dri/i915/i915_tex_layout.c src/mesa/drivers/dri/i965/brw_wm_glsl.c src/mesa/drivers/dri/intel/intel_buffer_objects.c src/mesa/drivers/dri/intel/intel_pixel_bitmap.c src/mesa/drivers/dri/intel/intel_pixel_draw.c src/mesa/main/enums.c src/mesa/main/texstate.c src/mesa/vbo/vbo_exec_array.c
2009-06-13add some info to relnotes on radeonDave Airlie
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca
Conflicts: src/mesa/state_tracker/st_cb_fbo.c src/mesa/state_tracker/st_framebuffer.c
2009-06-10docs: document GLSL preprocessor fixesBrian Paul
2009-06-08docs: new feature: GL_ARB_map_buffer_rangeBrian Paul
2009-06-08docs: document MESA_EXTENSION_OVERRIDE env varBrian Paul
2009-06-02docs: remove version info carried over from 7.5Brian Paul
2009-06-02docs: clarify GL_ARB_copy_buffer driver supportBrian Paul
2009-06-02docs: added GL_ARB_copy_buffer extensionBrian Paul
2009-06-01docs: implemented GL_EXT_provoking_vertexBrian Paul
2009-05-18Merge branch 'mesa_7_5_branch'Brian Paul
Conflicts: Makefile src/mesa/main/version.h
2009-05-18docs: link to 7.5 relnotesBrian Paul
2009-05-18docs: emphasize the incomplete status of the nouveau/R300 gallium driversBrian Paul
2009-05-15docs: updates from the 7.4 branchBrian Paul
2009-05-13docs: GL_APPLE_vertex_array_object for Gallium drivers and Intel DRI driversBrian Paul
2009-05-01docs: asst updates to openvg.htmlBrian Paul
2009-05-01OpenVG 1.0 State TrackerZack Rusin
Import of the OpenVG 1.0 state tracker for Gallium.
2009-05-01docs: initial 7.6 release notes pageBrian Paul
2009-05-01docs: fix typoBrian Paul
2009-04-30docs: asst. updates for 7.5 releaseBrian Paul
2009-04-30docs: bring in 7.4 doc updates from mesa_7_4_branchBrian Paul
2009-04-30docs: notes about new version number meaning in release notesBrian Paul
2009-04-18docs: removed/added demo programsBrian Paul
2009-04-16docs: separate compilation units in 7.5Brian Paul
2009-04-08docs: bump Gallium version numberBrian Paul
2009-04-08docs: updated Cell driver infoBrian Paul
2009-04-08docs: more info for 7.4 release notesBrian Paul
2009-04-07docs: document the MESA_GLSL env var, other misc GLSL updatesBrian Paul
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger
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.
2009-03-20docs: updated Mesa extension enum infoBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
This was never fully fleshed out and hasn't been used.
2009-02-26docs: add SPARC assembly updatesBrian Paul
2009-02-10docs: some Cell driver docs updatesBrian Paul
2009-02-10cell: update Cell driver info (code is on master now)Brian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
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
2009-02-05mesa: remove oddball linux-directfb-install makefile ruleBrian Paul
It's probably not needed since the 'make install' rules were overhauled last year.