summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-09-08docs: fix date formatting in index.htmlBrian Paul1-5/+5
2015-09-04docs: add news item and link release notes for 10.6.6Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-09-04docs: add sha256 checksums for 10.6.6Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit e3e2a3e0e581da39dcd9268951edb52f68916940)
2015-09-04docs: add release notes for 10.6.6Emil Velikov1-0/+163
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 4b05739e9d718a48415270b95c0a73b56666c364)
2015-09-04mesa: change 'SHADER_SUBST' facility to work with env variablesTapani Pälli1-0/+14
Patch modifies existing shader source and replace functionality to work with environment variables rather than enable dumping on compile time. Also instead of _mesa_str_checksum, _mesa_sha1_compute is used to avoid collisions. Functionality is controlled via two environment variables: MESA_SHADER_DUMP_PATH - path where shader sources are dumped MESA_SHADER_READ_PATH - path where replacement shaders are read v2: cleanups, add strerror if fopen fails, put all functionality inside HAVE_SHA1 since sha1 is required Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Suggested-by: Eero Tamminen <eero.t.tamminen@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2015-09-02docs: document VMware OpenGL 3.3 supportBrian Paul1-0/+35
Signed-off-by: Brian Paul <brianp@vmware.com>
2015-08-28docs: Fix a typo in GL3.txt concerning GL_KHR_context_flush_controlNeil Roberts1-1/+1
2015-08-22docs: add 11.1.0-devel release notes template, bump versionEmil Velikov1-0/+60
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-08-22docs: add news item and link release notes for 10.6.5Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-08-22docs: add sha256 checksums for 10.6.5Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit fa34225167396008e75e93f23696666caba8a7bf)
2015-08-22docs: add release notes for 10.6.5Emil Velikov1-0/+123
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit a43b3dd99bd4c114d0f3e90f4fd4792164fe7539)
2015-08-21relnote updatesRob Clark1-1/+6
Signed-off-by: Rob Clark <robclark@freedesktop.org>
2015-08-20i965: enable GL_ARB_shader_image_sizeMartin Peres2-2/+3
Signed-off-by: Martin Peres <martin.peres@linux.intel.com>
2015-08-20docs: Mark GLES 3.1 image load/store as done on i965.Francisco Jerez1-1/+1
2015-08-17freedreno/a3xx: add s3tc texture format supportIlia Mirkin1-0/+1
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2015-08-14docs/relnotes: document amdgpu, GL 4.1 and other new featuresMarek Olšák1-0/+6
2015-08-14radeonsi: add support for EXT_depth_bounds_testMarek Olšák1-0/+1
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
2015-08-14gallium: add support for GLES texture float extensions (v3)Marek Olšák1-0/+4
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74329 v2: add a CAP for half floats drivers should not expose the CAPs if they don't support the formats v3: update relnotes Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
2015-08-11docs: add news item and link release notes for 10.6.4Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-08-11docs: add sha256 checksums for 10.6.4Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 99793e2541510fe208d29e69fedf97a6fff006f8)
2015-08-11docs: add release notes for 10.6.4Emil Velikov1-0/+136
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 6b2fcee64edadbd4db2293f5f4fc1a70e80c7251)
2015-08-11docs: Mark ARB_shader_image_load_store as done on i965.Francisco Jerez2-1/+2
2015-08-01docs: rename/bump 10.7.0 release notes to 11.0.0Emil Velikov1-6/+6
Recently a few drivers have grown OpenGL 4+ support so we might as well go all the way to... 11 ;-) v2: Don't forget to update the version file (Ilia) Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2015-08-01configure.ac: null,android,gdi are not valid egl-platformsEmil Velikov1-3/+3
... and update the documentation to reflect reality. null and gdi are gone, and surfaceless is a recent addition. v2: s/platforms/platform/ (spotted by Thomas) Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
2015-07-31docs: trivial cleanup of GL3.txt, remove redundant radeonsi entries.Kai Wasserbäch1-2/+2
Follow-up to 1b2b0e42ce47bfd1fcb5513ed2c23b9bb7a5a5b8 Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-07-30docs: consolidate radeonsi in GL3.txtDave Airlie1-16/+16
move into DONE for GL4.0 and GL4.1 Signed-off-by: Dave Airlie <airlied@redhat.com>
2015-07-30radeonsi: enable GL4.1 and update documentation (v2)Dave Airlie2-8/+9
This enables GL4.1 for radeonsi, and updates the docs in the correct places. v2: enable only for llvm 3.7 which has fixes in place. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
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)