https://bugs.freedesktop.org/show_bug.cgi?id=91985
Kai <k...@dev.carbon-project.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|v...@ovi.com |airl...@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 <k...@dev.carbon-project.org> --- Ahrg, pasted wrong commit, the following is the correct one: commit f9caabe8f1bff86d19b53d9ecba5c72b238d9e23 Author: Dave Airlie <airl...@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 <eocallag...@alterapraxis.com> Reviewed-by: Glenn Kennard <glenn.kenn...@gmail.com> Signed-off-by: Dave Airlie <airl...@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 on the CC list for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev