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
/
ffb
/
ffb_xmesa.c
Age
Commit message (
Expand
)
Author
2007-03-06
Fix/improve framebuffer object reference counting.
Brian
2006-11-02
merge current trunk into vbo branch
Alan Hourihane
2006-10-31
switch remaining drivers over to vbo
Keith Whitwell
2005-09-14
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-04
Add new void *addr and __DRIdrawablePrivate parameters to
Brian Paul
2005-09-03
SetBuffer, renderbuffer changes
Brian Paul
2005-08-19
Commit missing piece from Egbert's 32/64 bit patches
Alan Hourihane
2005-08-15
Add Egberts fixes for 64bit architectures
Alan Hourihane
2005-07-28
Major rip-up of internal function insertion interface. The old
Ian Romanick
2005-07-26
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-24
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-07-18
Fix the FFB driver for the renderbuffer changes
Alan Hourihane
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-01-31
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Adam Jackson
2004-11-27
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-06-03
Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out
Jon Smirl
2004-04-29
Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.
Keith Whitwell
2004-04-08
build fixes
Alan Hourihane
2004-01-20
Undo some bits from last check-in related to the ctx->Driver.NewTextureObject
Brian Paul
2003-12-04
add SPARC ffb DRI driver
Alan Hourihane