mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
GL_OES_read_format info
This commit is contained in:
parent
c498742768
commit
901d9b9a92
2 changed files with 4 additions and 1 deletions
|
|
@ -22,6 +22,8 @@ New Features
|
|||
GL_ARB_draw_buffers - allows a fragment program to write to a number of
|
||||
separate color buffers, instead of just one.
|
||||
|
||||
GL_OES_read_format - allows one to query the fastest glReadPixels format
|
||||
and datatype.
|
||||
|
||||
|
||||
|
||||
|
|
@ -48,4 +50,4 @@ D3D needs updating
|
|||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
$Id: RELNOTES-6.3,v 3.2 2004/10/13 15:57:55 brianp Exp $
|
||||
$Id: RELNOTES-6.3,v 3.3 2004/10/16 15:04:43 brianp Exp $
|
||||
|
|
|
|||
|
|
@ -1300,6 +1300,7 @@ Mesa Version History
|
|||
6.3 Month day, 2004
|
||||
New:
|
||||
- GL_ARB_draw_buffers extension
|
||||
- GL_OES_read_format extension (Ian Romanick)
|
||||
Changes:
|
||||
-
|
||||
Bug fixes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue