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
/
i915
/
intel_screen.c
Age
Commit message (
Expand
)
Author
2005-09-10
Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,
Brian Paul
2005-09-09
remove the redundant textureSize field, use tex.size instead, it's always the...
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-15
Add Egberts fixes for 64bit architectures
Alan Hourihane
2005-08-14
Add a check which compares the passed in size of the DDX driver private DRI
Alan Hourihane
2005-07-29
Fix a == vs !- typo for glx_enable_extension
Jon Smirl
2005-07-28
glxEnableExtension is a platform-specific function exported by the loader.
Ian Romanick
2005-07-28
Major rip-up of internal function insertion interface. The old
Ian Romanick
2005-07-26
typo
Alan Hourihane
2005-07-26
support GLX_DIRECT_COLOR in 1.4.0
Alan Hourihane
2005-07-26
Bump the required ddx to 1.4.0 as drmAddress has been removed so that 32/64bit
Alan Hourihane
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-31
Add Intel(R) 945G support (Keith Whitwell, Tungsten Graphics)
Alan Hourihane
2005-05-20
Add support for modes with a depth-buffer but no stencil-buffer. This
Ian Romanick
2005-05-10
fix some valgrind complaints
Keith Whitwell
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-01-06
Add Intel i915GM support, and these extensions.
Alan Hourihane
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-15
move config options to same place as other drivers (again for S3TC patch later)
Dave Airlie
2004-07-15
move over changes to intel driver from i830 driver for modes
Dave Airlie
2004-07-04
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
2004-07-01
Remove __driRegisterExtensions
Keith Whitwell
2004-06-18
add missing license texts
Keith Whitwell
2004-06-10
New driver for i915 as well as older i830/i845/i865 chipsets.
Keith Whitwell