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
/
r128
/
server
Age
Commit message (
Expand
)
Author
2008-09-21
Remove CVS keywords.
Keith Whitwell
2008-09-21
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2005-10-27
Add support for GL_EXT_stencil_wrap, from hearing that the windows drivers did
Eric Anholt
2005-10-27
Bug #1028: Add hardware-accelerated stencil support to r128. Testing with
Eric Anholt
2005-08-15
Add Egberts fixes for 64bit architectures
Alan Hourihane
2005-03-05
Fixing memset on ia64 & other archs
Dave Airlie
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-07-10
Make solo radeon/r128 drivers track fix for DRI bug 849
Jon Smirl
2004-07-05
Convert miniglx to use Ian's fancy new driver config code.
Jon Smirl
2004-07-04
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
2004-06-29
This should make most linux-solo drivers work again. Mainly a fix
Jon Smirl
2004-06-04
Enable GL_EXT_blend_subtract and GL_NV_blend_square.
Ian Romanick
2004-06-02
Removed need for sarea.h, various touch ups to get rid of type mismatches.
Jon Smirl
2004-06-02
Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with
Ian Romanick
2004-04-08
move pSAREAPriv declaration to be C-compliant
Brian Paul
2004-03-18
Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.
Ian Romanick
2004-03-17
Convert all uses of CARD32 and CARD8 to int32_t and int8_t.
Ian Romanick
2004-03-12
Make R128 driver use sarea/defines from DRM. removed r128_common.h
Jon Smirl
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2003-08-24
Fix compile problems with `glMultiModeDrawArraysIBM'
Jon Smirl
2003-08-22
patch to import Jon Smirl's work from Bitkeeper
Brian Paul