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
/
Makefile
Age
Commit message (
Expand
)
Author
2010-03-09
radeon: add hw accelerated glReadPixel support (not enabled yet)
Maciej Cencora
2010-03-07
radeon: move glGetTexImage handlers to seperate file
Maciej Cencora
2010-03-07
radeon: added tiling functions
Maciej Cencora
2010-03-06
dri: drop MINIGLX_SOURCES
George Sapountzis
2010-01-19
Remove hardcoded -Wall from Radeon DRI makefiles
Alan Coopersmith
2010-01-19
r100: use common glCopyTex(Sub)Image code
Maciej Cencora
2010-01-18
r100: add blit support
Alex Deucher
2009-12-21
radeon/r600: use new libdrm_radeon api
Dave Airlie
2009-10-16
mesa: lift default symlinks target into Makefile.template
Brian Paul
2009-09-16
radeon: cleanup compile defines mess.
Dave Airlie
2009-08-31
r100: Use shared debug code.
Pauli Nieminen
2009-08-21
radeon/r200: Add -Wall to default build flags like it is in r300/r600
Pauli Nieminen
2009-08-18
radeon/r200: fix build after OQ commits
Dave Airlie
2009-07-06
radeon/r200/r300: port to new space checking code in libdrm
Dave Airlie
2009-04-02
radeon/r200/r300: collapse context destruction down to a common path.
Dave Airlie
2009-02-15
radeon: add cflags to decide whether to link libdrm_radeon or not.
Dave Airlie
2009-02-13
radeon/r200/r300: make build again with tracker changes
Dave Airlie
2009-02-12
radeon: remove depends on libdrm_radeon for now.
Dave Airlie
2009-02-12
radeon: renaming and headers cleanup
Dave Airlie
2009-02-06
r100: fixup radeon so gears seems to work
Dave Airlie
2009-01-29
radeon: remove even more common code
Dave Airlie
2009-01-14
radeon/r200/r300: make legacy emit non-r300 specific
Dave Airlie
2009-01-14
radeon/r200/r300: attempt to move lock to common code
Dave Airlie
2006-10-31
remove vtxfmt code, switch over to vbo
Keith Whitwell
2006-04-06
Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problem
Brian Paul
2005-11-02
First step of Radeon DRI unification:
Eric Anholt
2005-10-11
Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...
Roland Scheidegger
2005-05-05
Refactor COMMON_SOURCES up to Makefile.template
Adam Jackson
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2004-05-27
Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
Ian Romanick
2004-05-04
switch to X86_SOURCES
Dave Airlie
2004-05-03
add asm sources
Dave Airlie
2004-04-29
Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.
Keith Whitwell
2004-04-15
get the libraries the right way round..
Dave Airlie
2004-04-13
Add DRM_SOURCE_PATH to make system.
Jon Smirl
2004-04-08
lots of Makefile updates for new build system
Brian Paul
2004-03-26
New Makefile system
Brian Paul