summaryrefslogtreecommitdiffstats
path: root/docs/relnotes
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-0/+1
| | | | | | | | | | | As far as I can tell, the Intel mesa driver is the only driver in the world still supporting this legacy extension. If someone wants to do bump mapping, they can use shaders. Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> [v1] Reviewed-by: Chris Forbes <[email protected]> [v2] Reviewed-by: Ian Romanick <[email protected]> [v3]
* mesa: expose ARB_seamless_cubemap_per_texture when supportedIlia Mirkin2014-06-281-0/+1
| | | | | | | | All of the bits appear to already be in place to support this in the sampler (which the original AMD version didn't allow). Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* docs: Import 10.2.2 release notes, add news itemCarl Worth2014-06-241-0/+181
|
* docs: Import 10.1.6 release notes, add news itemCarl Worth2014-06-241-0/+138
|
* radeonsi: implement ARB_texture_query_lodMarek Olšák2014-06-191-0/+1
| | | | Reviewed-by: Michel Dänzer <[email protected]>
* gallium: implement ARB_texture_query_levelsMarek Olšák2014-06-191-0/+1
| | | | | | | | | The extension is always supported if GLSL 1.30 is supported. Softpipe and llvmpipe support is also added (trivial). Radeon and nouveau support is already done. Reviewed-by: Roland Scheidegger <[email protected]>
* radeonsi: implement ARB_texture_gather and Gather functions from GLSL 4.00Marek Olšák2014-06-191-2/+3
| | | | | | All ARB_texture_gather and gather-related ARB_gpu_shader5 piglit tests pass. reviewed by Michel Dänzer
* docs: update GL3.txt, relnotes: mark GL_ARB_viewport_array as done for nvc0Tobias Klausmann2014-06-161-0/+1
| | | | | Signed-off-by: Tobias Klausmann <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
* docs: update ARB_explicit_uniform_location statusTapani Pälli2014-06-161-0/+1
| | | | | | | + modify release notes for 10.3 Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Petri Latvala <[email protected]>
* docs: fix version number in 10.2.1 release notesBrian Paul2014-06-091-1/+1
|
* docs: import the 10.1.5 release notesBrian Paul2014-06-091-0/+105
|
* docs: Mark off ARB_compressed_texture_pixel_storageChris Forbes2014-06-101-0/+1
| | | | | | | .. and add to release notes for 10.3 Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
* docs: Add MD5 checksum, etc. for 10.2.1 releaseIan Romanick2014-06-061-1/+3
| | | | | Signed-off-by: Ian Romanick <[email protected]> (cherry picked from commit 70ce1031e7947c28133cb90211ecd6866c079d8b)
* docs: Add initial 10.2.1 release notesIan Romanick2014-06-061-0/+59
| | | | | Signed-off-by: Ian Romanick <[email protected]> (cherry picked from commit 8c4845d29b21ec902c59d84e51d95639f0709085)
* docs: Add MD5 checksum, etc. for 10.1 releaseIan Romanick2014-06-061-2/+4
| | | | | Signed-off-by: Ian Romanick <[email protected]> (cherry picked from commit 28d41e409d74aabe35f1031e759179e82cb760b4)
* radeonsi: enable ARB_sample_shadingMarek Olšák2014-06-021-0/+1
|
* docs: Import 10.1.4 release notes, add news item.Carl Worth2014-05-221-0/+100
|
* docs: Add a note about llvm-shared-libs and libxatrackerEmil Velikov2014-05-141-0/+19
| | | | | | | | | | Both changes landed in 10.2, and for people not following the development cycle these will come as a surprise. Note that the pipe_* interface is not stable. Cc: "10.2" <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Acked-by: Rob Clark <[email protected]>
* docs: Really add the 10.1.3 release nots this timeCarl Worth2014-05-131-0/+90
| | | | | Commit a96c3bccf6791359d1159ebe9475e0ed5cf790ed intended to add these, but I forgot to add the file.
* radeonsi: implement ARB_texture_cube_map_arrayMarek Olšák2014-05-061-0/+1
| | | | | | | | No LLVM changes needed. Reviewed-by: Michel Dänzer <[email protected]> v2: updated GL3.txt and relnotes
* docs: Import 10.1.2 release notes, andd news item.Carl Worth2014-05-051-0/+179
|
* docs: mark ARB_stencil_texturing as done for nv50+/r600+Ilia Mirkin2014-05-041-0/+62
| | | | Signed-off-by: Ilia Mirkin <[email protected]>
* docs: Add missing release notes for ARB_separate_shader_objects10.2-branchpointIan Romanick2014-05-021-0/+2
| | | | | Signed-off-by: Ian Romanick <[email protected]> Reported-by: Ilia Mirkin <[email protected]>
* docs: update 10.2 release notesPetri Latvala2014-05-021-0/+1
| | | | | Signed-off-by: Petri Latvala <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
* docs: update ARB_buffer_storage for nouveauIlia Mirkin2014-05-021-1/+1
|
* docs: Mark ARB_multi_bind as doneFredrik Höglund2014-05-021-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 relnotesIlia Mirkin2014-04-271-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_revMarek Olšák2014-04-251-0/+1
| | | | Reviewed-by: Michel Dänzer <[email protected]>
* docs: import 10.0.5 release notes and update linksBrian Paul2014-04-211-0/+173
|
* docs: import 10.1.1 release notes, update linksBrian Paul2014-04-211-0/+254
|
* docs/relnotes: Fix consistency, add i965 to ARB_buffer_storage.Chris Forbes2014-04-111-2/+2
| | | | Signed-off-by: Chris Forbes <[email protected]>
* docs: Mark off ARB_texture_view and add to release notes for 10.2.Chris Forbes2014-04-101-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 Worth2014-03-121-0/+191
|
* docs: update 10.2 release notesAndreas Boll2014-03-051-0/+2
|
* docs: Import 10.1 release notes, add news item.Ian Romanick2014-03-051-3/+4
| | | | Signed-off-by: Ian Romanick <[email protected]>
* docs: update ARB_buffer_storage statusMarek Olšák2014-02-251-0/+1
| | | | Reviewed-by: Fredrik Höglund <[email protected]>
* docs: update 10.1 relnotes to note GL 3.3 on r600 and radeonsi.Dave Airlie2014-02-061-1/+1
| | | | Signed-off-by: Dave Airlie <[email protected]>
* docs: Add relnotes for 10.2Chris Forbes2014-02-061-0/+61
| | | | Signed-off-by: Chris Forbes <[email protected]>
* docs: Add release notes for 10.0.3Carl Worth2014-02-031-0/+206
| | | | Which was just made.
* docs: Add GL_ARB_map_buffer_alignment status to GL3.txt and release notesIan Romanick2014-01-291-0/+2
| | | | Signed-off-by: Ian Romanick <[email protected]>
* radeon: Enable GL_EXT_framebuffer_blitIan Romanick2014-01-271-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_blitIan Romanick2014-01-271-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 statusIlia Mirkin2014-01-271-0/+1
| | | | Signed-off-by: Ilia Mirkin <[email protected]>
* docs: Note that GL_ARB_viewport_array is done on i965Ian Romanick2014-01-201-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 relnotesBrian Paul2014-01-201-0/+1
|
* docs: Import 10.0.2 release notes, add news item.Carl Worth2014-01-091-0/+161
|
* docs/relnotes/10.1.html: report AMD_shader_trinary_minmax supportMaxence Le Doré2014-01-061-0/+1
| | | | Reviewed-by: Kenneth Graunke <[email protected]>
* Modify release notes to include ARB_clear_buffer_object extensionPi Tabred2013-12-181-0/+1
| | | | Reviewed-by: Brian Paul <[email protected]>
* docs: Import 9.2.5 release notes, add news item.Carl Worth2013-12-121-0/+120
|
* docs: Import 10.0.1 release notes, add news item.Carl Worth2013-12-121-0/+150
|