summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-07-29docs: consolidate nvc0 statusFabio Pedretti1-18/+18
2015-07-29r600,radeonsi: GL_ARB_conditional_render_invertedEdward O'Callaghan2-1/+2
By using 'Tobias Klausmann' piglit test-suite patch. We obtain a full 12/12 passes using this patch. By 'faking' to claim support for this extension we obtain 7 fails and 5 passes. Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: Furkan Alaca <falaca@gmail.com> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
2015-07-28radeonsi: add support for interpolateAt functions (v2)Dave Airlie1-1/+1
This is part of ARB_gpu_shader5, and this passes all the piglit tests currently available. v2: use macros from the fine derivs commit. add comments. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-07-26docs: add news item and link release notes for mesa 10.6.3Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-07-26docs: Add checksums for mesa 10.6.3 tarballsEmil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit ccef8901de421eae5dcc8affa14218d46cc06593)
2015-07-26Add release notes for 10.6.3Emil Velikov1-0/+105
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit ddc976368fef367e464472ebcc2ac4fd89eb9fd8)
2015-07-25radeonsi: add fine derivate control (v2.1)Dave Airlie2-1/+2
This adds support for fine derivatives and enables ARB_derivative_control on radeonsi. (just fell out of my working out interpolation) v2: cleanup some bits, write a comment v2.1: take Michel's comment from the mailing list Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-07-25radeonsi: ubo indexing support (v2)Dave Airlie1-1/+1
This is required as part of ARB_gpu_shader5. no backend changes are required for this, or if any are, it's the same ones as for samplers. v2: use get_indirect_index (Marek) Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-07-25radeonsi: add support for indirect samplers (v2)Dave Airlie1-1/+1
This adds the frontend support, however the llvm backend produces the wrong pattern, however we can conditionalise enabling ARB_gpu_shader5 on whatever version of llvm we fix this in. v2: drop unneeded sampler_indirect checks (Marek) Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-07-23docs: remove expanded ARB_dsa notesIlia Mirkin1-9/+0
This doesn't provide much value since it's all done. The qbo interaction is fairly trivial. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Dave Airlie <airlied@redhat.com>
2015-07-24docs/GL3.txt: ARB_shader_precisionDave Airlie1-1/+1
This extension is about setting expectation on GL4.1 implementations rather than actually enforcing things. So once you support GLSL 410 then you support this in theory. Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-07-24i965: add support for ARB_shader_subroutineDave Airlie2-2/+2
This just adds some missing pieces to nir/i965, it is lightly tested on my Haswell. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-07-23docs: mark off tess for nvc0Ilia Mirkin2-2/+2
2015-07-23docs/GL3.txt: update ARB_shader_subroutine status.Dave Airlie2-1/+2
Acked-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-07-23radeonsi: enable tessellation, update GL3.txt & release notesMarek Olšák2-1/+2
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
2015-07-22docs/relnotes: document new EGL extensions and EGL 1.5Marek Olšák1-0/+3
2015-07-21docs: document that GL_ARB_get_texture_sub_image is completedBrian Paul2-1/+2
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2015-07-12radeonsi: ARB_gpu_shader_fp64 + ARB_vertex_attrib_64bit support.Dave Airlie2-4/+4
This adds the translation from TGSI to AMDGPU llvm backend, for the 64-bit opcodes. The backend pretty much handles everything for us fine. There is one patch required for SI DFRAC support, that I know off. [airlied: fixed missing comma, updated relnotes] Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-07-11docs: add news item and link release notes for mesa 10.6.2Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-07-11docs: Add sha256 checksums for the 10.6.2 releaseEmil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 89cbd91b17989ec7eb1cb93ac427a84dca56cd79)
2015-07-11Add release notes for the 10.6.2 releaseEmil Velikov1-0/+164
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 9643cce94c8a1938e3342fb83d025a1e5c2aa79b)
2015-07-04docs: add news item and link release notes for mesa 10.5.9Emil Velikov2-0/+11
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-07-04docs: Add sha256sums for the 10.5.9 releaseEmil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 4a0bd3dcff3c07965828e648e14d89314d262169)
2015-07-04Add release notes for the 10.5.9 releaseEmil Velikov1-0/+139
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 7f40d083748f3a8276e08a2fa0ae7149269ea379)
2015-07-03docs/relnotes: document create_context_robustness extensionsMarek Olšák1-3/+5
2015-07-01docs: update for llvmpipe fp64 supportDave Airlie2-2/+4
Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-06-29docs: add news item and link release notes for mesa 10.6.1Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-06-29docs: Add sha256 checksums for the 10.6.1 releaseEmil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 6ff3ae8deb1d99037f2f8e5890b09bd984059cf0)
2015-06-29Add release notes for the 10.6.1 releaseEmil Velikov1-0/+103
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit a871e80fc6237fa029d6970f7e9b414fd097bd98)
2015-06-27radeonsi: add support for geometry shader invocations.Dave Airlie1-1/+1
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-06-27radeonsi: add support for viewport array (v3)Dave Airlie2-2/+5
This isn't pretty and I'd suggest it the pm4 interface builder could be tweaked to do this more efficently, but I'd need guidance on how that would look. This seems to pass the few piglit tests I threw at it. v2: handle passing layer/viewport index to fragment shader. fix crash in blit changes, add support to io_get_unique_index for layer/viewport index update docs. v3: avoid looking up viewport index and layer in es (Marek). Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-06-23docs: update GL3 with softpipe/llvmpipe gpu_shader5 pieces.Dave Airlie1-2/+2
This just updates the bits I've added in the previous few patches. Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-06-20docs: add news item and link release notes for mesa 10.5.8Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-06-20docs: Add sha256sums for the 10.5.8 releaseEmil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit a81b1d5512f64ffca1c13a5937e7eb0de24713ae)
2015-06-20Add release notes for the 10.5.8 releaseEmil Velikov1-0/+111
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 24b043aab73ce066ded6e4bc93f589008dfc8484)
2015-06-19docs: update developer infoTimothy Arceri1-1/+7
Update piglit link to the current Piglit website. Add note about updating patchwork when sending patch revisions. Acked-by: Matt Turner <mattst88@gmail.com>
2015-06-17docs: mark GL_ARB_framebuffer_no_attachments done for i965Kevin Rogovin2-2/+3
Mark GL_ARB_framebuffer_no_attachments as done for i965. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Kevin Rogovin <kevin.rogovin@intel.com>
2015-06-15docs: add news item and link release notes for mesa 10.6.0Emil Velikov2-0/+8
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-06-15docs: Add sha256sums for the 10.6.0 releaseEmil Velikov1-2/+3
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 5d327b373531861f86a726db669b3d656f1b5f8d)
2015-06-15docs: Update 10.6.0 release notesEmil Velikov1-2/+241
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 3b9cde5c8138fb5cc45c652f2a5c15c5fa222bd7)
2015-06-07docs: add news item and link release notes for mesa 10.5.7Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-06-07docs: Add sha256sums for the 10.5.7 releaseEmil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit eb3a704bb0008c1d046abae31dcb0b2b980c66b1)
2015-06-07Add release notes for the 10.5.7 releaseEmil Velikov1-0/+102
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 495bcbc48cf4e7cee0f2de11c1166a1fd6eb3969)
2015-06-05docs: add note about llvmpipe supporting GL_ARB_shader_stencil_exportRoland Scheidegger1-1/+3
2015-06-01docs: update GL_ARB_copy_image, GL_ARB_clear_texture gallium statusBrian Paul1-2/+2
VMware is working on these. Signed-off-by: Brian Paul <brianp@vmware.com>
2015-05-26docs: Fix some typos in the developer notesThomas Helland1-2/+2
Found when double-checking my review on Brian's series. Signed-off-by: Thomas Helland <thomashelland90@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2015-05-26docs: add information about reviewing patchesBrian Paul1-0/+25
Reviewed-by: Matt Turner <mattst88@gmail.com>
2015-05-26docs: update the coding style informationBrian Paul1-69/+90
This hasn't been updated in a long time and from recent discussion on the mailing list, it's not always clear what's expected. Hopefully, this will help a bit. v2: document function brace placement, per Thomas Helland. Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
2015-05-26docs: update documentation about patch formatting, testing, etcBrian Paul1-2/+102
v2: correctly escape < and > chars. Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
2015-05-26docs: reorganize devnotes.html fileBrian Paul1-49/+61
Move "Adding Extensions" to the end. Add a simple table of contents at the top. Reviewed-by: Thomas Helland <thomashelland90@gmail.com>