- 09 Feb, 2017 16 commits
-
-
Eric Engestrom authored
Most of them already redirected to https anyway, so we might as well avoid the redirection and the security implications by linking directly to the right protocol. Signed-off-by:
Eric Engestrom <eric@engestrom.ch> Reviewed-by:
Brian Paul <brianp@vmware.com>
-
Eric Engestrom authored
Signed-off-by:
Eric Engestrom <eric@engestrom.ch> Reviewed-by:
Brian Paul <brianp@vmware.com>
-
Eric Engestrom authored
Signed-off-by:
Eric Engestrom <eric@engestrom.ch> Reviewed-by:
Brian Paul <brianp@vmware.com>
-
Samuel Iglesias Gonsálvez authored
Signed-off-by:
Samuel Iglesias Gonsálvez <siglesias@igalia.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99660Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com>
-
Samuel Iglesias Gonsálvez authored
Signed-off-by:
Samuel Iglesias Gonsálvez <siglesias@igalia.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99660Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com>
-
Samuel Iglesias Gonsálvez authored
Signed-off-by:
Samuel Iglesias Gonsálvez <siglesias@igalia.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99660Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com>
-
Samuel Iglesias Gonsálvez authored
Signed-off-by:
Samuel Iglesias Gonsálvez <siglesias@igalia.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99660Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com>
-
Samuel Iglesias Gonsálvez authored
Signed-off-by:
Samuel Iglesias Gonsálvez <siglesias@igalia.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99660Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com>
-
Jason Ekstrand authored
Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by:
Samuel Iglesias Gonsálvez <siglesias@igalia.com>
-
Jason Ekstrand authored
This fixes 143 of the new piglit tests added by Nicolai Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by:
Samuel Iglesias Gonsálvez <siglesias@igalia.com>
-
Timothy Arceri authored
Reviewed-by:
Anuj Phogat <anuj.phogat@gmail.com>
-
Timothy Arceri authored
This will be used to skip checking the cache and force a recompile. Reviewed-by:
Anuj Phogat <anuj.phogat@gmail.com>
-
Timothy Arceri authored
This will be used to remove cache items created with old versions of Mesa or other invalid cache items from the cache. V2: rename stub function (cache_* funtions were renamed disk_cache_*) in master. Reviewed-by:
Anuj Phogat <anuj.phogat@gmail.com>
-
Timothy Arceri authored
For the on-disk shader cache we want to be able to differentiate between a program that was linked and one that was loaded from cache. V2: - don't return the new enum directly to the application when queried, instead return GL_TRUE or GL_FALSE as required. Fixes google-chrome corruptions when using cache. Reviewed-by:
Anuj Phogat <anuj.phogat@gmail.com>
-
Brian Paul authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch>
-
Brian Paul authored
Reviewed-by:
Eric Engestrom <eric@engestrom.ch>
-
- 08 Feb, 2017 20 commits
-
-
Bas Nieuwenhuizen authored
For allowing fast color clears in the main render targets of dota2. [airlied: fix clear_vals[1] as suggested by Andres. Signed-off-by:
Bas Nieuwenhuizen <basni@google.com> Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Roland Scheidegger authored
Fixes a compile error with mingw.
-
Tim Rowley authored
Reviewed-by:
Bruce Cherniak <bruce.cherniak@intel.com>
-
Tim Rowley authored
Removed temporary scafolding in PA, widended the PA_STATE interface for SIMD16, and implemented PA_STATE_CUT and PA_TESS for SIMD16. PA_STATE_CUT and PA_TESS now work in SIMD16. Reviewed-by:
Bruce Cherniak <bruce.cherniak@intel.com>
-
Tim Rowley authored
Reviewed-by:
Bruce Cherniak <bruce.cherniak@intel.com>
-
Tim Rowley authored
Widen simdvertex to SIMD16/simd16vertex in frontend for passing VS attributes from VS to PA. Reviewed-by:
Bruce Cherniak <bruce.cherniak@intel.com>
-
Tim Rowley authored
Reviewed-by:
Bruce Cherniak <bruce.cherniak@intel.com>
-
Tim Rowley authored
Reviewed-by:
Bruce Cherniak <bruce.cherniak@intel.com>
-
Tim Rowley authored
Make all SimdVectors in LLVM represented as simdscalar[4] rather than a struct. Fixes issues with promotion of values from i32 to i64 to match register width. Reviewed-by:
Bruce Cherniak <bruce.cherniak@intel.com>
-
Tim Rowley authored
Reviewed-by:
Bruce Cherniak <bruce.cherniak@intel.com>
-
Tim Rowley authored
Reviewed-by:
Bruce Cherniak <bruce.cherniak@intel.com>
-
Tim Rowley authored
SIMD16 Primitive Assembly (PA) only supports TriList and RectList. CUT_AWARE_PA, TESS, GS, and SO disabled in the SIMD16 front end. Reviewed-by:
Bruce Cherniak <bruce.cherniak@intel.com>
-
Eric Engestrom authored
Signed-off-by:
Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by:
Brian Paul <brianp@vmware.com>
-
Eric Engestrom authored
File names were wrong, file formats were wrong, bunzip command was wrong... I also removed all but the simplest example; people who use pipes already know how to untar, so let's simplify and remove potential confusion for non-tech-savvy users. Signed-off-by:
Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by:
Brian Paul <brianp@vmware.com>
-
Eric Engestrom authored
Release candidates haven't been in a 'beta' subdir in a long time, so let's replace the dead link with an explanation instead. Signed-off-by:
Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by:
Brian Paul <brianp@vmware.com>
-
Eric Engestrom authored
Signed-off-by:
Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by:
Brian Paul <brianp@vmware.com>
-
Bartosz Tomczyk authored
Signed-off-by:
Marek Olšák <marek.olsak@amd.com>
-
Timothy Arceri authored
V2: actually use PRIu64 Reviewed-by:
Dave Airlie <airlied@redhat.com>
-
Dave Airlie authored
This fixes the int64 code same as the double code. Reviewed-by:
Timothy Arceri <t_arceri@yahoo.com.au> Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Dave Airlie authored
This fixes these like the double version does. Reviewed-by:
Timothy Arceri <t_arceri@yahoo.com.au> Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 07 Feb, 2017 4 commits
-
-
Dave Airlie authored
We need to initialize dcc like we do in the subpass path. v2: fix initial/final layouts Reviewed-by:
Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Bas Nieuwenhuizen authored
Works for me on dota2 and talos now. Signed-off-by:
Bas Nieuwenhuizen <basni@google.com> Reviewed-by:
Dave Airlie <airlied@redhat.com> Reviewed-by:
Andres Rodriguez <andresx7@gmail.com>
-
Jason Ekstrand authored
Reviewed-by:
Samuel Iglesias Gonsálvez <siglesias@igalia.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99465
-
Emil Velikov authored
Not wired up (not referenced in any SUBDIR), leading to `make distcheck' failure. Fixes: d77fa310 "ilo: EOL drop unmaintained gallium drv from buildsys" Signed-off-by:
Emil Velikov <emil.velikov@collabora.com>
-