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
/
nouveau
/
nouveau_fbo.c
Age
Commit message (
Expand
)
Author
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-09-16
dri/nouveau: Don't request a fake front unnecessarily.
Francisco Jerez
2010-09-16
dri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPONENT as internal format.
Francisco Jerez
2010-08-16
dri/nouveau: test for FEATURE defines
nobled
2010-08-05
dri/nouveau: Fix up software mipmap generation.
Francisco Jerez
2010-03-22
dri/nouveau: Some render to texture fixes.
Francisco Jerez
2010-03-04
dri/nouveau: Fix rb->DataType for z24s8 renderbuffers.
Francisco Jerez
2010-03-01
dri/nouveau: Allow to render to XRGB8888 textures.
Andrew Randrianasulu
2010-02-25
dri/nouveau: Implement EXT_texture_from_pixmap.
Francisco Jerez
2010-02-25
dri/nouveau: Set _BaseFormat correctly for z24s8 renderbuffers.
Francisco Jerez
2010-02-04
Import a classic DRI driver for nv0x-nv2x.
Francisco Jerez
2008-07-14
nouveau: say goodbye to the old DRI driver...
Stephane Marchesin
2008-01-06
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2007-08-15
nouveau: Always render offscreen, emulate front buffer rendering.
Ben Skeggs
2007-08-15
nouveau: Split nouveau_buffers into nouveau_mem and nouveau_fbo
Ben Skeggs