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
/
radeon
/
radeon_maos_verts.c
Age
Commit message (
Expand
)
Author
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-09-30
dri/radeon: remove duplicated includes
Nicolas Kaiser
2009-11-24
radeon/r200/r300/r600: make bo mapping be explicit
Dave Airlie
2009-11-19
tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]
Eric Anholt
2009-11-19
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-04-02
radeon/r200/r300: collapse context destruction down to a common path.
Dave Airlie
2009-02-14
radeon: check for valid bo in release arrays
Dave Airlie
2009-02-09
radeon: make more r100 work
Dave Airlie
2009-02-04
radeon: make compile again.
Dave Airlie
2009-01-14
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2008-09-21
Remove CVS keywords.
Keith Whitwell
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2006-10-31
remove vtxfmt code, switch over to vbo
Keith Whitwell
2005-10-17
add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...
Roland Scheidegger
2005-10-15
enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...
Roland Scheidegger
2005-10-13
enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...
Roland Scheidegger
2005-10-11
Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...
Roland Scheidegger
2005-10-05
remove unneeded parameter from radeonUploadTexMatrix.
Roland Scheidegger
2005-10-05
Remove the tcl fallback for texture rectangle (by manipulating the texture ma...
Roland Scheidegger
2004-04-08
build fixes
Alan Hourihane
2004-01-18
minor changes to silence warnings
Brian Paul
2003-12-11
Updates to tnl_dd_dmatmp.h
Keith Whitwell
2003-12-10
fix typo
Alan Hourihane
2003-12-04
disable some DEBUG
Alan Hourihane
2003-11-24
Import vtx-0-2-branch
Keith Whitwell
2003-10-21
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-08-22
patch to import Jon Smirl's work from Bitkeeper
Brian Paul