mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 16:00:24 +01:00
glapi: replace old TexCopy functions w/ new
This commit is contained in:
parent
41a171b714
commit
a9c64daf02
1 changed files with 5 additions and 5 deletions
|
|
@ -155,6 +155,11 @@ def PrintTail():
|
|||
print '\t_mesa_strcmp'
|
||||
print '\t_mesa_test_proxy_teximage'
|
||||
print '\t_mesa_Viewport'
|
||||
print '\t_mesa_meta_CopyTexImage1D'
|
||||
print '\t_mesa_meta_CopyTexImage2D'
|
||||
print '\t_mesa_meta_CopyTexSubImage1D'
|
||||
print '\t_mesa_meta_CopyTexSubImage2D'
|
||||
print '\t_mesa_meta_CopyTexSubImage3D'
|
||||
print '\t_swrast_Accum'
|
||||
print '\t_swrast_alloc_buffers'
|
||||
print '\t_swrast_Bitmap'
|
||||
|
|
@ -168,11 +173,6 @@ def PrintTail():
|
|||
print '\t_swrast_CopyColorTable'
|
||||
print '\t_swrast_CopyConvolutionFilter1D'
|
||||
print '\t_swrast_CopyConvolutionFilter2D'
|
||||
print '\t_swrast_copy_teximage1d'
|
||||
print '\t_swrast_copy_teximage2d'
|
||||
print '\t_swrast_copy_texsubimage1d'
|
||||
print '\t_swrast_copy_texsubimage2d'
|
||||
print '\t_swrast_copy_texsubimage3d'
|
||||
print '\t_swrast_CreateContext'
|
||||
print '\t_swrast_DestroyContext'
|
||||
print '\t_swrast_InvalidateState'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue