index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i830
/
i830_screen.c
Age
Commit message (
Expand
)
Author
2004-12-16
Also PUBLICize the config option table
Adam Jackson
2004-12-15
Mark __driCreateNewScreen PUBLIC
Adam Jackson
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-10-07
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-07-04
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
2004-06-16
remove unused mode function
Dave Airlie
2004-06-16
switch to using driFillInModes fix depthbuffer = 0
Dave Airlie
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-09
Fix solo build, add missing #ifdef NEW_INTERFACE
Jon Smirl
2004-05-07
Add support for GLX_SGI_make_current_read.
Ian Romanick
2004-05-07
Enable use of new DRI interface in i830 driver.
Ian Romanick
2004-05-07
Add support for the 3rd and 4th texture units. The actual number of
Ian Romanick
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 i830 driver - no kernel driver yet
Alan Hourihane