[Mesa-dev] [PATCH 01/13] mesa : move bindbuffer{base, range} from transformfeedback.c BindBuffer* functions are part of tfb extension. They are however used by others extensions such as uniform buffer object. This patch moves the BindBuffer* defin

Marek Olšák maraeo at gmail.com
Sat Nov 12 14:18:37 PST 2011


Hi vlj,

just one remark unrelated to the patch.

The commit messages should start with a 76-characters-long summary,
followed by an empty line, and then followed by a more thorough
explanation if needed.

Marek

On Sat, Nov 12, 2011 at 10:11 PM, vlj <vljn at ovi.com> wrote:
> ---
>  src/mesa/main/api_exec.c          |    2 +
>  src/mesa/main/bufferobj.c         |   48 +++++++++++++++++++++++++++++++++++++
>  src/mesa/main/bufferobj.h         |   12 +++++++++
>  src/mesa/main/transformfeedback.c |   22 ++++------------
>  src/mesa/main/transformfeedback.h |    8 +++---
>  5 files changed, 72 insertions(+), 20 deletions(-)


More information about the mesa-dev mailing list