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
/
drivers
/
dri
/
common
/
drirenderbuffer.c
Age
Commit message (
Expand
)
Author
2009-10-22
dri/drivers: update driNewRenderbuffer() to take a gl_format
Brian Paul
2009-10-08
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2008-09-21
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-06-12
revert the DRI2 commits
Alan Hourihane
2008-06-11
Bring in DRI2 changes
Alan Hourihane
2007-10-31
re-enable fb size assertions which were previously disabled
Brian
2007-07-14
fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub...
Roland Scheidegger
2007-04-08
driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers.
Michel Dänzer
2006-03-30
Init the Red/Green/Blue/Alpha/Depth/StencilBits fields in driNewRenderbuffer()
Brian Paul
2006-03-26
merge from texman branch
Brian Paul
2006-01-30
fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...
Roland Scheidegger
2005-09-22
Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,
Brian Paul
2005-09-14
added driUpdateFramebufferSize()
Brian Paul
2005-09-04
Add new void *addr and __DRIdrawablePrivate parameters to
Brian Paul
2005-09-04
replace assertion with a conditional return
Brian Paul
2005-09-03
added flippedData field for page flipping, code to flip stereo color buffers
Brian Paul
2005-09-01
added driFlipRenderbuffers()
Brian Paul
2005-09-01
added a few more fields to help with DRI drivers
Brian Paul
2005-06-04
added comment
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul