diff options
author | Brian Paul <[email protected]> | 2018-09-17 21:05:04 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2018-09-20 13:20:10 -0600 |
commit | 35ea66a68e6c079a625eae1d4e21b3b37c158a56 (patch) | |
tree | cd70a81e5abc4349d7bba4d0238764485afb3605 /src/gallium/drivers/r300 | |
parent | 708d34d41a4b190133ec0feb49403244cafd5a7a (diff) |
mesa: use GLsizeiptrARB, GLintptrARB in bufferobj.c
The function pointer declarations in dd.h for the BufferData() and
BufferSubData() use the ARB-suffixed datatypes. This patch changes
the buffer_data_fallback() and buffer_sub_data_fallback() functions
to use those datatypes too.
This fixes a build warning when building 32-bit libraries. Evidently,
GLsizeiptrARB and GLsizeiptr are defined differently in that situation.
All all implementations of these driver hooks use the ARB-suffixed
types.
Reviewed-by: Mathias Fröhlich <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300')
0 files changed, 0 insertions, 0 deletions