mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
osmesa: fix OSMesaPixelsStore typo
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91337
Cc: 10.6 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit 141e1eb29f)
This commit is contained in:
parent
da8bc16739
commit
8132c7ac41
2 changed files with 2 additions and 2 deletions
|
|
@ -886,7 +886,7 @@ static struct name_function functions[] = {
|
|||
{ "OSMesaDestroyContext", (OSMESAproc) OSMesaDestroyContext },
|
||||
{ "OSMesaMakeCurrent", (OSMESAproc) OSMesaMakeCurrent },
|
||||
{ "OSMesaGetCurrentContext", (OSMESAproc) OSMesaGetCurrentContext },
|
||||
{ "OSMesaPixelsStore", (OSMESAproc) OSMesaPixelStore },
|
||||
{ "OSMesaPixelStore", (OSMESAproc) OSMesaPixelStore },
|
||||
{ "OSMesaGetIntegerv", (OSMESAproc) OSMesaGetIntegerv },
|
||||
{ "OSMesaGetDepthBuffer", (OSMESAproc) OSMesaGetDepthBuffer },
|
||||
{ "OSMesaGetColorBuffer", (OSMESAproc) OSMesaGetColorBuffer },
|
||||
|
|
|
|||
|
|
@ -1124,7 +1124,7 @@ static struct name_function functions[] = {
|
|||
{ "OSMesaDestroyContext", (OSMESAproc) OSMesaDestroyContext },
|
||||
{ "OSMesaMakeCurrent", (OSMESAproc) OSMesaMakeCurrent },
|
||||
{ "OSMesaGetCurrentContext", (OSMESAproc) OSMesaGetCurrentContext },
|
||||
{ "OSMesaPixelsStore", (OSMESAproc) OSMesaPixelStore },
|
||||
{ "OSMesaPixelStore", (OSMESAproc) OSMesaPixelStore },
|
||||
{ "OSMesaGetIntegerv", (OSMESAproc) OSMesaGetIntegerv },
|
||||
{ "OSMesaGetDepthBuffer", (OSMESAproc) OSMesaGetDepthBuffer },
|
||||
{ "OSMesaGetColorBuffer", (OSMESAproc) OSMesaGetColorBuffer },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue