mesa/src/mesa/vbo
Emma Anholt 0f37e3c339 mesa: Fix the error check for VertexAttrib*.
It was checking "mesa's theoretical max attributes" rather than "the
driver's max attributes."

Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Jose Maria Casanova Crespo <jmcasanova@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17449>
2022-07-12 17:15:43 +00:00
..
vbo.h mesa: add HWSelectModeBeginEnd dispatch table 2022-06-06 18:23:49 +00:00
vbo_attrib.h mesa: pass select result buffer offset as attribute/varying 2022-06-06 18:23:49 +00:00
vbo_attrib_tmp.h mesa/vbo: enclose none-vertex functions with HW_SELECT_MODE 2022-06-06 18:23:49 +00:00
vbo_context.c mesa/vbo: remove unused vbo_context->binding 2022-06-06 18:23:49 +00:00
vbo_exec.c mesa: pass select result buffer offset as attribute/varying 2022-06-06 18:23:49 +00:00
vbo_exec.h mesa/vbo: Always use buffer objects for storage 2021-12-07 18:21:52 +00:00
vbo_exec_api.c mesa: Fix the error check for VertexAttrib*. 2022-07-12 17:15:43 +00:00
vbo_exec_draw.c mesa: pass select result buffer offset as attribute/varying 2022-06-06 18:23:49 +00:00
vbo_exec_eval.c
vbo_minmax_index.c mesa/bufferobj: rename bufferobj functions to be more consistent. 2021-12-15 13:29:33 +00:00
vbo_noop.c mesa: add HWSelectModeBeginEnd dispatch table 2022-06-06 18:23:49 +00:00
vbo_private.h mesa: add NewVertexBuffers/NewVertexElements flags to indicate state changes 2021-11-03 23:22:31 +00:00
vbo_save.c mesa: rebalance the CALLOC_STRUCT/FREE force. 2022-01-18 22:20:18 +00:00
vbo_save.h vbo: utilize structure padding to optimize indirection cold->prims[0].begin 2021-11-04 18:24:15 +00:00
vbo_save_api.c vbo/dlist: do not try to pad an empty draw 2022-03-31 13:21:13 +02:00
vbo_save_draw.c mesa/bufferobj: rename bufferobj functions to be more consistent. 2021-12-15 13:29:33 +00:00
vbo_save_loopback.c vbo: restructure vbo_save_vertex_list to get more cache hits 2021-10-29 07:33:50 +00:00
vbo_util.h vbo: drop unused mtypes.h 2022-01-20 00:20:06 +00:00