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
/
tdfx
/
tdfx_screen.c
Age
Commit message (
Expand
)
Author
2009-03-07
mesa: remove last of _mesa_unreference_framebuffer() calls
Brian Paul
2009-02-10
intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.
Eric Anholt
2009-02-10
gallium: Fixups for driCreateConfigs MSAA support.
Michel Dänzer
2009-02-09
re-add MSAA support
Brian Paul
2008-09-21
Remove CVS keywords.
Keith Whitwell
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-13
tdfx: fix crash and lack of visuals bug
Jakub Bogusz
2008-03-31
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-02-29
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
2008-02-25
Remove GetMSC DriverAPI function.
Kristian Høgsberg
2007-10-29
Refactor and fix core vblank support
Jesse Barnes
2007-10-11
Add a DRI_ReadDrawable marker extension to signal read drawable capability.
Kristian Høgsberg
2007-10-10
Pull createNewScreen entry point into dri_util.c.
Kristian Høgsberg
2007-10-10
Remove screenConfigs from __DRIscreen.
Kristian Høgsberg
2007-10-10
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-03-06
Fix/improve framebuffer object reference counting.
Brian
2006-11-14
Enable GLX_SGI_make_current_read for tdfx.
Ian Romanick
2006-11-13
Fix "3D driver claims to not support visual ..." warnings.
Ian Romanick
2005-09-04
Add new void *addr and __DRIdrawablePrivate parameters to
Brian Paul
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-06-01
Move fallback and other debugging under TDFX_DEBUG using the same mechanism
Eric Anholt
2005-06-01
Add no_rast option.
Eric Anholt
2005-06-01
Fix the 3dfx driver by correcting what appears to be a typo GL_RGBA8 instead
Eric Anholt
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2004-12-27
Unused variable cleanup.
Adam Jackson
2004-12-15
Mark __driCreateNewScreen PUBLIC
Adam Jackson
2004-07-04
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
2004-06-10
silence a warning
Adam Jackson
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-05-28
use new interface for tdfx (phase 2)
Adam Jackson
2004-04-26
bring over build fixes from stable branch
Alan Hourihane
2003-12-08
build in SOLO environment
Alan Hourihane
2003-12-04
add tdfx DRI driver
Alan Hourihane