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
/
sis
/
sis_screen.c
Age
Commit message (
Expand
)
Author
2007-10-29
Refactor and fix core vblank support
Jesse Barnes
2007-10-10
Pull createNewScreen entry point into dri_util.c.
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-01
comment-out unused var
Brian Paul
2006-07-11
Revert the SiS and Unichrome DRM version check changes.
Thomas Hellström
2006-07-10
The SiS and Unichrome drivers assume that the handle to the
Thomas Hellström
2005-10-25
Move the front.offset setting above a check to shortcut reallocating buffers if
Eric Anholt
2005-10-24
Cut a bunch of code by not trying to precompute the blit commands and instead
Eric Anholt
2005-10-24
Turn off the AGP dispatch path yet again, as it seems to be broken (found with
Eric Anholt
2005-10-24
- Add a few more hardware internal formats that are supported. Some remaining
Eric Anholt
2005-10-19
Make SiS a little more like other drivers: Add SIS_DEBUG (only option being
Eric Anholt
2005-10-19
Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, all
Eric Anholt
2005-10-18
Fix a missed merge for idr's dispatch changes: failure to do driInitExtensions
Eric Anholt
2005-09-04
Add new void *addr and __DRIdrawablePrivate parameters to
Brian Paul
2005-09-03
SetBuffer, renderbuffer changes
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-26
Zero out the ENGPACKET allocated on the stack, to avoid sending uninitialized
Eric Anholt
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
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-09-25
Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hang
Eric Anholt
2004-07-04
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
2004-06-08
* Convert to use t_vertex.c instead of sis_vb.[ch]
Eric Anholt
2004-06-07
Add NEW_INTERFACE bits.
Eric Anholt
2004-06-03
Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out
Jon Smirl
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2003-12-12
applied Felix's patch for configuration system
Brian Paul
2003-12-09
Remove usleeps from sis driver. We probably aren't doing anyone a service
Eric Anholt
2003-12-05
fix _SOLO build problem
Alan Hourihane
2003-12-04
merge latest DRI sis driver changes from the DRI trunk
Alan Hourihane
2003-09-30
add the SiS driver - no kernel driver yet
Alan Hourihane