Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs/GL3.txt: denote r600g support for ARB_viewport_array | Dave Airlie | 2014-02-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Dave Airlie <[email protected]> | ||||
* | docs/GL3.txt: update r600 status | Dave Airlie | 2014-02-05 | 1 | -18/+18 |
| | | | | | | This updates the r600 driver status to 3.3 being fully supported. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | docs: Add GL_ARB_map_buffer_alignment status to GL3.txt and release notes | Ian Romanick | 2014-01-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | radeonsi: Enable OpenGL 3.3 | Michel Dänzer | 2014-01-29 | 1 | -18/+18 |
| | | | | Reviewed-by: Marek Olšák <[email protected]> | ||||
* | docs: Update GL3.txt due to recent work | Ian Romanick | 2014-01-27 | 1 | -8/+8 |
| | | | | | | | v2: Note that Fredrik Höglund is working on GL_ARB_multi_bind, not Maxence Le Doré. Suggested by Matt. Signed-off-by: Ian Romanick <[email protected]> | ||||
* | docs: sync up nv50/nvc0 status on GL4.x extensions | Ilia Mirkin | 2014-01-27 | 1 | -7/+7 |
| | | | | Signed-off-by: Ilia Mirkin <[email protected]> | ||||
* | docs: update GL3.txt, relnotes to reflect current nv50/nvc0 status | Ilia Mirkin | 2014-01-27 | 1 | -18/+18 |
| | | | | Signed-off-by: Ilia Mirkin <[email protected]> | ||||
* | docs: Mark ARB_arrays_of_arrays as started | Timothy Arceri | 2014-01-23 | 1 | -1/+1 |
| | | | | | Signed-off-by: Timothy Arceri <[email protected]> Reviewed-by: Paul Berry <[email protected]> | ||||
* | docs: Note that GL_ARB_viewport_array is done on i965 | Ian Romanick | 2014-01-20 | 1 | -1/+1 |
| | | | | | | | At least for GEN7+, anyway. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: Mark ARB_shader_image_load_store as work in progress. | Francisco Jerez | 2014-01-15 | 1 | -1/+1 |
| | | | | | Reviewed-by: Chris Forbes <[email protected]> Reviewed-by: Paul Berry <[email protected]> | ||||
* | docs/GL3: better documentation of GL 3.0 | Marek Olšák | 2013-12-12 | 1 | -5/+7 |
| | |||||
* | i965: Enable ARB_draw_indirect (and ARB_multi_draw_indirect) on Gen7+ | Chris Forbes | 2013-11-25 | 1 | -2/+2 |
| | | | | | | | | | | | .. 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: update nv50, nvc0 current status | Emil Velikov | 2013-11-18 | 1 | -18/+18 |
| | | | | | | Acked-by: Chris Forbes <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | docs: restructure GL3.txt | Joerg Mayer | 2013-11-18 | 1 | -138/+138 |
| | | | | | | | | | | | | | - Indent items under a GL version to allow context diffs to do their work. - Move complete drivers into the GL version line - this should make the stuff a little bit easier to read. v2: keep the fd.o link (Emil Velikov) Acked-by: Chris Forbes <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Joerg Mayer <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | docs: Mark off ARB_shader_atomic_counters for i965 | Ian Romanick | 2013-11-07 | 1 | -1/+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: Mark off some more things. | Chris Forbes | 2013-11-08 | 1 | -3/+3 |
| | | | | | | | These have been supported on i965/Gen7+ for a while, and are listed in the 10.0 release notes. Signed-off-by: Chris Forbes <[email protected]> | ||||
* | docs: Mark off ARB_vertex_type_10f_11f_11f_rev. | Chris Forbes | 2013-11-08 | 1 | -1/+1 |
| | | | | | Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Eric Anholt <[email protected]> | ||||
* | docs: Mark ARB_vertex_attrib_binding as done, update relnotes | Fredrik Höglund | 2013-11-07 | 1 | -1/+1 |
| | | | | Reviewed-by: Eric Anholt <[email protected]> | ||||
* | docs: Mark off ARB_sample_shading; minor tidyup. | Chris Forbes | 2013-11-06 | 1 | -2/+2 |
| | | | | Signed-off-by: Chris Forbes <[email protected]> | ||||
* | docs/GL3: document radeonsi support, minor cleanup | Marek Olšák | 2013-11-04 | 1 | -90/+90 |
| | | | | Reviewed-by: Ian Romanick <[email protected]> | ||||
* | i965: Add support for GL_ARB_texture_buffer_range. | Eric Anholt | 2013-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | Supporting this extension turns out to simplify our code a bit over not supporting this extension, once the glBufferSubData() synchronization code lands. v2: Use 16 byte alignment like we do for uniform buffers, due to unaligned access penalties. Reviewed-by: Jordan Justen <[email protected]> (v1) | ||||
* | docs: Mark GLSL 1.50, 3.30, and geometry shaders done for i965. | Matt Turner | 2013-10-21 | 1 | -3/+3 |
| | | | | | | | Reviewed-by: Jordan Justen <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]> | ||||
* | docs: Update docs for ARB_texture_mirror_clamp_to_edge. | Rico Schüller | 2013-10-21 | 1 | -1/+1 |
| | | | | | Signed-off-by: Rico Schüller <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: Updating forgotten GL feature completion for r600 | Alexandre Demers | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | docs: Mark a few more things as "in progress" in GL3.txt. | Kenneth Graunke | 2013-10-06 | 1 | -2/+2 |
| | |||||
* | docs: mark ARB_conservative_depth done on i965 | Chris Forbes | 2013-10-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris Forbes <[email protected]> | ||||
* | docs: Mark off KHR_debug, update relnotes | Timothy Arceri | 2013-10-05 | 1 | -1/+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 | -1/+1 |
| | | | | Signed-off-by: Chris Forbes <[email protected]> | ||||
* | docs: Mark off ARB_texture_gather | Chris Forbes | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | docs/GL3: clarify core vs compatibility extension support | Marek Olšák | 2013-07-30 | 1 | -0/+8 |
| | | | | | | Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Ian Romanick <[email protected]> | ||||
* | docs: Mark ARB_vertex_attrib_binding as started. | Kenneth Graunke | 2013-07-26 | 1 | -1/+1 |
| | | | | Fredrik Höglund has a partial implementation in his git tree. | ||||
* | docs: Mark off 420pack | Chris Forbes | 2013-07-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris Forbes <[email protected]> | ||||
* | docs: Add items for GL4.4 | Chris Forbes | 2013-07-23 | 1 | -0/+14 |
| | | | | | Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: Mark a few things as in progress. | Kenneth Graunke | 2013-05-14 | 1 | -6/+6 |
| | |||||
* | docs: remove ^M chars from GL3.txt | Brian Paul | 2013-05-09 | 1 | -3/+3 |
| | |||||
* | docs: mark ARB_texture_storage_multisample done | Chris Forbes | 2013-03-31 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | i965: Enable ARB_texture_query_lod. | Matt Turner | 2013-03-29 | 1 | -1/+1 |
| | | | | | v2: Support Ironlake as well. Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: Mark ARB_ES3_compatibility as done. | Matt Turner | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | docs: Mark some things done in GL3.txt | Chris Forbes | 2013-03-02 | 1 | -2/+2 |
| | |||||
* | docs: Mark a few things done in GL3.txt. | Kenneth Graunke | 2013-02-11 | 1 | -2/+2 |
| | |||||
* | nv50,nvc0: fix/enable texture buffer objects | Christoph Bumiller | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | GL3.txt: i965 supports ARB_base_instance | Matt Turner | 2013-01-22 | 1 | -1/+1 |
| | | | | Added in commit cdd3f549. | ||||
* | i965: Add support for GL_ARB_texture_buffer_object_rgb32. | Eric Anholt | 2013-01-18 | 1 | -1/+1 |
| | | | | | | Tested with piglit ARB_texture_buffer_object/formats. Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs/GL3.txt: update GL3 status for r600g. | Dave Airlie | 2013-01-12 | 1 | -4/+4 |
| | | | | Signed-off-by: Dave Airlie <[email protected]> | ||||
* | docs: add ARB_texture_buffer_object_rgb32 | Dave Airlie | 2012-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Dave Airlie <[email protected]> | ||||
* | i965: expose ARB_texture_cube_map_array | Chris Forbes | 2012-12-14 | 1 | -1/+1 |
| | | | | | | | | | V3: Put enable in an existing block rather than making a new one for no good reason. Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: Mark some features in GL3.txt as done for r600 | Jason Wood | 2012-11-29 | 1 | -3/+3 |
| | | | | Signed-off-by: Marek Olšák <[email protected]> | ||||
* | i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+. | Chris Forbes | 2012-11-26 | 1 | -1/+1 |
| | | | | | | | | v2 (Kayden): Move the enable into an existing intel->gen >= 4 block (as suggested by Ian). Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: update with ARB_texture_cube_map_array support | Dave Airlie | 2012-11-09 | 1 | -1/+1 |
| | | | | | | just mention softpipe is done, r600g will come soon. Signed-off-by: Dave Airlie <[email protected]> |