summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Merge branch 'website1_75_v2' of ssh://gitlab.freedesktop.org/ldeks/mesa into...website1_75_v2Laura Ekstrand1-0/+1
2018-06-18docs: Add the favicon to the new page.Laura Ekstrand1-0/+1
2018-06-18docs: Add logo for Mesa to navigation.Laura Ekstrand2-0/+192
2018-06-18docs: Change navigation color and establish override css file.Laura Ekstrand2-1/+11
2018-06-18docs: Remove version.Laura Ekstrand1-0/+4
2018-06-18docs: Human edits to the website code for clarity.Laura Ekstrand34-875/+882
2018-06-18docs: Major manual edits to environment vars.Laura Ekstrand1-179/+425
2018-06-18docs: Fix Sphinx compile errors.Laura Ekstrand6-48/+44
2018-06-18docs: Edits to fix toctrees.Laura Ekstrand11-30/+39
2018-06-18docs: Add toctree to relnotesJean Hertel1-0/+210
2018-06-18docs: Add a navigation sidebar.Jean Hertel2-0/+97
2018-06-15docs: Add the favicon to the new page.Laura Ekstrand1-0/+1
2018-06-15docs: Add logo for Mesa to navigation.Laura Ekstrand2-0/+192
2018-06-15docs: Change navigation color and establish override css file.Laura Ekstrand2-1/+11
2018-06-15docs: Remove version.Laura Ekstrand1-0/+4
2018-06-15docs: Human edits to the website code for clarity.Laura Ekstrand34-875/+882
2018-06-15docs: Major manual edits to environment vars.Laura Ekstrand1-179/+425
2018-06-15docs: Fix Sphinx compile errors.Laura Ekstrand6-48/+44
2018-06-15docs: Edits to fix toctrees.Laura Ekstrand11-30/+46
2018-06-15docs: Add toctree to relnotesJean Hertel1-0/+210
2018-06-15docs: Add a navigation sidebar.Jean Hertel1-0/+91
2018-06-15docs: Add command for Sphinx build.Laura Ekstrand1-1/+3
2018-06-15docs: Add Dockerfile for building our website's Docker image.Laura Ekstrand1-0/+11
2018-06-15docs: Add Sphinx configuration file.Jean Hertel1-0/+163
2018-06-15docs: Add results of script - pandoc-generated rst pages.Laura Ekstrand245-42172/+37063
2018-06-15docs: Rename html to rstLaura Ekstrand245-0/+0
2018-06-15docs: Result of script fixing html with Beautiful Soup.Laura Ekstrand244-6620/+5729
2018-06-15docs: Remove contents.html and old mesa.css file.Laura Ekstrand2-171/+0
2018-06-15docs: Add python script that converts html to rst.Laura Ekstrand1-0/+23
2018-06-15Added ci yaml file for Gitlab.Laura Ekstrand1-0/+7
2018-05-30v3d: Fix automake linking error.Vinson Lee1-1/+3
2018-05-30virgl: Update virgl_hw.hJakob Bornecrantz1-0/+1
2018-05-30virgl: add ARB_transform_feedback_overflow_query supportDave Airlie2-2/+4
2018-05-30virgl: add polygon offset clampDave Airlie1-1/+2
2018-05-30virgl: add derivative control supportDave Airlie1-1/+2
2018-05-30virgl: add ARB_conditional_render_inverted supportDave Airlie1-1/+2
2018-05-30virgl: update caps bitset to latest version.Dave Airlie1-0/+5
2018-05-30nir: add unsigned comparison simplificationsTimothy Arceri1-0/+2
2018-05-30radv: Only expose subgroup shuffles on VI+.Bas Nieuwenhuizen1-2/+5
2018-05-30radv: fix emitting descriptor pointers with LLVM < 7Samuel Pitoiset1-2/+4
2018-05-30nv30: add a couple of missed shader capsIlia Mirkin1-0/+2
2018-05-30nv30: ensure that displayable formats are marked accordinglyIlia Mirkin1-4/+6
2018-05-29mesa: expose ARB_tessellation_shader in the compatibility profileMarek Olšák3-3/+6
2018-05-29mesa: expose AMD_vertex_shader_layer in the compatibility profileMarek Olšák2-2/+3
2018-05-29mesa: expose ARB_gpu_shader5 in the compatibility profileMarek Olšák2-3/+5
2018-05-29st/mesa: use PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák1-10/+15
2018-05-29gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák18-0/+37
2018-05-29mesa: update fixed-func state constants for TCS, TES, GSMarek Olšák1-28/+36
2018-05-29mesa: print Compatibility Profile in the version stringMarek Olšák1-1/+3
2018-05-29glsl: parse #version XXX compatibilityMarek Olšák1-4/+8