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
/
r200
/
r200_screen.h
Age
Commit message (
Expand
)
Author
2005-10-05
enable point sizes larger than 1 (for aliased points only) by using the hw po...
Roland Scheidegger
2005-09-12
add complete support for ATI_fragment_shader for the r200. Most of the new co...
Roland Scheidegger
2005-09-02
change scratch pointer from _int32_t to u_int32_t to silence warning. Is thi...
Brian Paul
2005-03-15
add support for user-configurable brilinear filtering on r200
Roland Scheidegger
2005-02-26
Add a dri config option to enable the max texture level hack
Dave Airlie
2005-01-31
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Adam Jackson
2005-01-26
(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...
Roland Scheidegger
2004-06-02
add support for more than 2 texture units (max 6, default 4). use hang workar...
Roland Scheidegger
2004-06-02
Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with
Ian Romanick
2004-05-20
add check if drm is new enough for packet R200_EMIT_RB3D_BLENDCOLOR
Roland Scheidegger
2004-03-17
Convert all uses of CARD32 and CARD8 to int32_t and int8_t.
Ian Romanick
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-01-05
Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diff
Eric Anholt
2003-12-07
sync some more of the r200 driver from the DRI trunk
Alan Hourihane
2003-10-21
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-08-06
r200 driver, brought over by Jon Smirl
Keith Whitwell