Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Mark ARB_multi_bind as done | Fredrik Höglund | 2014-05-02 | 1 | -0/+1 |
| | | | | | | | ...and update relnotes. Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Ian Romanick <[email protected]> | ||||
* | docs: mark off nv50/nvc0 for ARB_sample_shading, update relnotes | Ilia Mirkin | 2014-04-27 | 1 | -1/+6 |
| | | | | | | | | relnotes weren't updated this whole time, so I went through all the GL3.txt changes and picked out the nouveau ones since 10.1. Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Ian Romanick <[email protected]> | ||||
* | radeonsi: implement GL_ARB_vertex_type_10f_11f_11f_rev | Marek Olšák | 2014-04-25 | 1 | -0/+1 |
| | | | | Reviewed-by: Michel Dänzer <[email protected]> | ||||
* | docs: import 10.0.5 release notes and update links | Brian Paul | 2014-04-21 | 1 | -0/+173 |
| | |||||
* | docs: import 10.1.1 release notes, update links | Brian Paul | 2014-04-21 | 1 | -0/+254 |
| | |||||
* | docs/relnotes: Fix consistency, add i965 to ARB_buffer_storage. | Chris Forbes | 2014-04-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Chris Forbes <[email protected]> | ||||
* | docs: Mark off ARB_texture_view and add to release notes for 10.2. | Chris Forbes | 2014-04-10 | 1 | -0/+1 |
| | | | | | | | | | V4: Don't claim Gen8 yet. Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Acked-by: Eric Anholt <[email protected]> | ||||
* | docs: Import 10.0.4 release notes, add news item. | Carl Worth | 2014-03-12 | 1 | -0/+191 |
| | |||||
* | docs: update 10.2 release notes | Andreas Boll | 2014-03-05 | 1 | -0/+2 |
| | |||||
* | docs: Import 10.1 release notes, add news item. | Ian Romanick | 2014-03-05 | 1 | -3/+4 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | docs: update ARB_buffer_storage status | Marek Olšák | 2014-02-25 | 1 | -0/+1 |
| | | | | Reviewed-by: Fredrik Höglund <[email protected]> | ||||
* | docs: update 10.1 relnotes to note GL 3.3 on r600 and radeonsi. | Dave Airlie | 2014-02-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Dave Airlie <[email protected]> | ||||
* | docs: Add relnotes for 10.2 | Chris Forbes | 2014-02-06 | 1 | -0/+61 |
| | | | | Signed-off-by: Chris Forbes <[email protected]> | ||||
* | docs: Add release notes for 10.0.3 | Carl Worth | 2014-02-03 | 1 | -0/+206 |
| | | | | Which was just made. | ||||
* | docs: Add GL_ARB_map_buffer_alignment status to GL3.txt and release notes | Ian Romanick | 2014-01-29 | 1 | -0/+2 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | radeon: Enable GL_EXT_framebuffer_blit | Ian Romanick | 2014-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The dd_function_table::BlitFramebuffer is already initialized to _mesa_meta_BlitFramebuffer, so it should just work. Tested on a Radeon 7500 (OpenGL renderer string: Mesa DRI R100 (RV200 5157) TCL DRI2). I couldn't do a full piglit run because it would tank the system with or without this patch. I just ran all the blit tests (-t blit to piglit-run.py). Only fbo-sys-sub-blit failed. All of the other tests that weren't skipped (i.e., all the multisample and sRGB tests skip) passed. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | r200: Enable GL_EXT_framebuffer_blit | Ian Romanick | 2014-01-27 | 1 | -0/+1 |
| | | | | | | | | | | | | The dd_function_table::BlitFramebuffer is already initialized to _mesa_meta_BlitFramebuffer, so it should just work. Tested on a FireGL 8800 (OpenGL renderer string: Mesa DRI R200 (R200 5148) TCL DRI). Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: update GL3.txt, relnotes to reflect current nv50/nvc0 status | Ilia Mirkin | 2014-01-27 | 1 | -0/+1 |
| | | | | Signed-off-by: Ilia Mirkin <[email protected]> | ||||
* | docs: Note that GL_ARB_viewport_array is done on i965 | Ian Romanick | 2014-01-20 | 1 | -0/+1 |
| | | | | | | | At least for GEN7+, anyway. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: note reduced display list memory usage in 10.1 relnotes | Brian Paul | 2014-01-20 | 1 | -0/+1 |
| | |||||
* | docs: Import 10.0.2 release notes, add news item. | Carl Worth | 2014-01-09 | 1 | -0/+161 |
| | |||||
* | docs/relnotes/10.1.html: report AMD_shader_trinary_minmax support | Maxence Le Doré | 2014-01-06 | 1 | -0/+1 |
| | | | | Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | Modify release notes to include ARB_clear_buffer_object extension | Pi Tabred | 2013-12-18 | 1 | -0/+1 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | docs: Import 9.2.5 release notes, add news item. | Carl Worth | 2013-12-12 | 1 | -0/+120 |
| | |||||
* | docs: Import 10.0.1 release notes, add news item. | Carl Worth | 2013-12-12 | 1 | -0/+150 |
| | |||||
* | mesa: Remove support for GL_MESA_texture_array | Ian Romanick | 2013-12-04 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | This extension enabled the use of texture array with fixed-function and assembly fragment shaders. No applications are known to use this extension. NOTE: This patch regresses GL_TEXTURE_1D_ARRAY and GL_TEXTURE_2D_ARRAY cases of the copyteximage piglit test. The test is incorrectly using texture arrays with fixed function while only requiring the GL_EXT_texture_array extension. A fix for the test has been posted to the piglit mailing list. http://lists.freedesktop.org/archives/piglit/2013-November/008639.html Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Jordan Justen <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | docs: put MD5 sums in 9.2.4 relnotes file | Brian Paul | 2013-12-04 | 1 | -0/+3 |
| | | | | Signed-off-by: Brian Paul <[email protected]> | ||||
* | docs: Import 10.0 release notes, add news item | Ian Romanick | 2013-11-30 | 1 | -3/+73 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | docs: Import 9.2.4 release notes, add news item. | Carl Worth | 2013-11-28 | 1 | -0/+99 |
| | |||||
* | i965: Enable ARB_draw_indirect (and ARB_multi_draw_indirect) on Gen7+ | Chris Forbes | 2013-11-25 | 1 | -0/+1 |
| | | | | | | | | | | | .. and mark them off on the extensions list as done. V2: Enable only if pipelined register writes work. V3: Also update relnotes Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Eric Anholt <[email protected]> | ||||
* | docs: indicate GLX_MESA_query_renderer's completion | Emil Velikov | 2013-11-18 | 1 | -0/+1 |
| | | | | | | | Cc: "10.0" <[email protected]> Acked-by: Chris Forbes <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | docs: add a note about removed state tracker/targets | Emil Velikov | 2013-11-18 | 1 | -1/+5 |
| | | | | | | | | | | The X.Org state tracker is gone, as well as the xvmc/vdpau r300 and softpipe targets. Cc: "10.0" <[email protected]> Acked-by: Chris Forbes <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | mesa: bump version to 10.1 (devel) | Chris Forbes | 2013-11-17 | 1 | -0/+60 |
| | | | | | | | | Now that branch 10.0 is created, bump the minor version in master. Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: fill in md5 checksums for 9.2.3 release | Brian Paul | 2013-11-13 | 1 | -1/+3 |
| | |||||
* | docs: Import 9.2.3 release notes, add news item. | Carl Worth | 2013-11-13 | 1 | -0/+113 |
| | |||||
* | docs: Mark off ARB_shader_atomic_counters for i965 | Ian Romanick | 2013-11-07 | 1 | -0/+1 |
| | | | | | | ...and update relnotes. Signed-off-by: Ian Romanick <[email protected]> | ||||
* | docs: Mark off ARB_vertex_type_10f_11f_11f_rev for r600g | Fredrik Höglund | 2013-11-07 | 1 | -1/+1 |
| | | | | | | | ...and update relnotes. Reviewed-by: Dave Airlie <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | ||||
* | docs: update relnotes | Chris Forbes | 2013-11-08 | 1 | -0/+1 |
| | |||||
* | docs: Mark ARB_vertex_attrib_binding as done, update relnotes | Fredrik Höglund | 2013-11-07 | 1 | -0/+1 |
| | | | | Reviewed-by: Eric Anholt <[email protected]> | ||||
* | docs: Mark off ARB_sample_shading; minor tidyup. | Chris Forbes | 2013-11-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Chris Forbes <[email protected]> | ||||
* | docs: List transfom_feedback{2,3,instanced} for i965 in release notes. | Kenneth Graunke | 2013-10-31 | 1 | -0/+1 |
| | |||||
* | docs: Update docs for ARB_texture_mirror_clamp_to_edge. | Rico Schüller | 2013-10-21 | 1 | -0/+1 |
| | | | | | Signed-off-by: Rico Schüller <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: Import 9.2.2 release notes, add news item. | Carl Worth | 2013-10-18 | 1 | -0/+97 |
| | |||||
* | docs: Note that we support OpenGL 3.3 in the release notes. | Kenneth Graunke | 2013-10-18 | 1 | -3/+3 |
| | | | | | Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | mesa: Bump version to 10.0.0. | Paul Berry | 2013-10-12 | 1 | -7/+7 |
| | | | | | | | | | | | Mesa now supports OpenGL 3.2 and GLSL 1.50, so bump the Mesa major version from 9 to 10 to reflect this. Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Chris Forbes <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Jordan Justen <[email protected]> | ||||
* | docs: mark ARB_conservative_depth done on i965 | Chris Forbes | 2013-10-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Chris Forbes <[email protected]> | ||||
* | docs: add the MD5 sums for the 9.2.1 and 9.1.7 releases | Brian Paul | 2013-10-05 | 2 | -2/+6 |
| | |||||
* | docs: Mark off KHR_debug, update relnotes | Timothy Arceri | 2013-10-05 | 1 | -0/+1 |
| | | | | | Signed-off-by: Timothy Arceri <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: Mark off ARB_texture_query_levels, update relnotes | Chris Forbes | 2013-10-05 | 1 | -0/+2 |
| | | | | Signed-off-by: Chris Forbes <[email protected]> | ||||
* | docs: Add release notes for 9.1.7 release | Carl Worth | 2013-10-04 | 1 | -0/+166 |
| | | | | Including a news item. |