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
/
i810
/
i810screen.c
Age
Commit message (
Expand
)
Author
2007-03-06
Fix/improve framebuffer object reference counting.
Brian
2007-03-06
fix for bug#10182
Xiang, Haihao
2006-03-23
fix coverity 1107: use after free
Dave Airlie
2005-09-04
Add new void *addr and __DRIdrawablePrivate parameters to
Brian Paul
2005-09-03
SetBuffer, renderbuffer changes
Brian Paul
2005-08-18
Make sure extension entry point offsets are properly initialized. This is
Ian Romanick
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-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2004-12-15
Mark __driCreateNewScreen PUBLIC
Adam Jackson
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-07-04
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
2004-06-07
The required DDX and DRI version numbers were switched. This went unnoticed
Ian Romanick
2004-06-03
Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out
Jon Smirl
2004-06-02
driCheckDriDdxDrmVersion uses a function that is not available to
Ian Romanick
2004-06-01
Fix dumb mistake from a previous commit. __driCreateScreen is now
Ian Romanick
2004-06-01
Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the
Ian Romanick
2004-04-29
Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.
Keith Whitwell
2004-03-26
Make sure drivers don't dereference a NULL pointer if
Ian Romanick
2004-03-21
more i810 to new interface
Dave Airlie
2004-03-15
use utility function to check versions
Dave Airlie
2003-11-24
Import vtx-0-2-branch
Keith Whitwell
2003-10-16
Minor changes to make linux-solo build again
Jon Smirl
2003-09-30
add gamma driver - no kernel driver yet
Alan Hourihane
2003-09-30
add the i810 driver - no kernel driver yet
Alan Hourihane