index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
fbobject.c
Age
Commit message (
Expand
)
Author
2005-09-28
Initial work for GL_EXT_packed_depth_stencil extension.
Brian Paul
2005-09-22
Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,
Brian Paul
2005-09-07
new comment
Brian Paul
2005-09-06
minor formatting fix
Brian Paul
2005-06-07
fix GL_ALPHA render-to-texture problem (Jon Smirl)
Brian Paul
2005-06-01
added code to detect GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT error
Brian Paul
2005-05-31
add support for GL_RENDERBUFFER_RED/GREEN/BLUE/etc_SIZE_EXT querie
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-02-27
silence warnings
Brian Paul
2005-02-24
More GL_EXT_framebuffer_object: rename some things, added device driver hooks.
Brian Paul
2005-02-10
new comments, fix zoffset error test
Brian Paul
2005-02-09
implement the 'completeness' tests
Brian Paul
2005-02-08
just some comments
Brian Paul
2005-02-08
a bunch of assorted fixes
Brian Paul
2005-02-08
checkpoint latest work
Brian Paul
2005-02-07
additional work on GL_EXT_framebuffer_object
Brian Paul
2005-02-05
Some initial work on GL_EXT_framebuffer_object.
Brian Paul