[Bug 91985] [regression, bisected] FTBFS with commit f9caabe8f1: R600_UCP_CONST_BUFFER is undefined

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Sep 12 01:24:38 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=91985

Kai <kai at dev.carbon-project.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|vljn at ovi.com                |airlied at freedesktop.org
            Summary|[regression, bisected]      |[regression, bisected]
                   |FTBFS with commit           |FTBFS with commit
                   |f9f5c92f73:                 |f9caabe8f1:
                   |R600_UCP_CONST_BUFFER is    |R600_UCP_CONST_BUFFER is
                   |undefined                   |undefined

--- Comment #2 from Kai <kai at dev.carbon-project.org> ---
Ahrg, pasted wrong commit, the following is the correct one:

commit f9caabe8f1bff86d19b53d9ecba5c72b238d9e23
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Sep 11 04:43:53 2015 +0100

    r600g: lower number of driver const buffers

    I'm going to want a driver constant buffer for tess to coordinate
    LDS storage, so before I go tackling that I decided to merge the
    clip/samplepos and texture info buffers into one. So I can steal
    the spare one.

    This creates a single constant buffer between the two, with
    clip/samplepos taking up a reserved 128 bytes at the start.

    Reviewed-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
    Reviewed-by: Glenn Kennard <glenn.kennard at gmail.com>
    Signed-off-by: Dave Airlie <airlied at redhat.com>

It's basically that R600_UCP_CONST_BUFFER was replaced by
R600_BUFFER_INFO_CONST_BUFFER AFAICT and this place in r600_llvm.c was
forgotten.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150912/455f6d4e/attachment-0001.html>


More information about the dri-devel mailing list