summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/Makefile
AgeCommit message (Expand)AuthorFilesLines
2011-10-28r300c, r600c: Remove these DRI drivers.Eric Anholt1-68/+0
2011-09-27radeon: Drop mapping we were doing around glGetTexImage().Eric Anholt1-1/+0
2011-08-30make: Remove duplicate defintion of COMMON_SOURCES in Radeon makefilesChad Versace1-9/+0
2011-06-02dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr1-4/+5
2010-03-09radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora1-1/+2
2010-03-07radeon: move glGetTexImage handlers to seperate fileMaciej Cencora1-0/+1
2010-03-07radeon: added tiling functionsMaciej Cencora1-1/+2
2010-03-06dri: drop MINIGLX_SOURCESGeorge Sapountzis1-2/+0
2010-01-22egl: Remove USING_EGL and the related drivers.Chia-I Wu1-4/+0
2010-01-19Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith1-1/+0
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora1-2/+2
2009-12-21radeon/r600: use new libdrm_radeon apiDave Airlie1-1/+1
2009-12-12r300: use accelerated emit for CopyTex[Sub]Image functionsMaciej Cencora1-0/+1
2009-12-12r300: accelerated blit supportMaciej Cencora1-0/+1
2009-12-12r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora1-1/+0
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul1-2/+0
2009-10-16mesa: use EXTRA_MODULES and SUBDIRS to build r300 compilerBrian Paul1-6/+4
2009-09-21Merge branch 'master' into r300-compilerNicolai Hähnle1-2/+1
2009-09-16radeon: cleanup compile defines mess.Dave Airlie1-2/+1
2009-09-06Merge branch 'master' into r300-compilerNicolai Hähnle1-6/+7
2009-08-31r300: Convert to shared debug code.Pauli Nieminen1-6/+7
2009-08-30r300: Move Mesa -> RC program conversion to classic Mesa driverNicolai Hähnle1-0/+1
2009-08-18r300: OQ reworkDave Airlie1-2/+2
2009-08-15r300: add occlusion queries supportMaciej Cencora1-0/+1
2009-08-14radeon: add VBO support (not enabled yet)Maciej Cencora1-1/+2
2009-07-27r300/compiler: Compile the compiler seperately into an archiveNicolai Hähnle1-14/+8
2009-07-27r300/program_pair: Dynamically allocate instructions temporarilyNicolai Hähnle1-0/+1
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle1-9/+13
2009-07-21Track Radeon driver symlinks in Git.Michel Dänzer1-45/+1
2009-07-06radeon/r200/r300: port to new space checking code in libdrmDave Airlie1-2/+8
2009-06-07r300: add hw accelerated support for different vertex data formatsMaciej Cencora1-0/+1
2009-04-19r300: move common fp functions to seperate fileMaciej Cencora1-0/+1
2009-03-20radeon: initial couch code copy from radeonDave Airlie1-2/+4
2009-02-15radeon: add cflags to decide whether to link libdrm_radeon or not.Dave Airlie1-1/+3
2009-02-12r300: make r300 work with latest changesDave Airlie1-0/+1
2009-02-13radeon/r200/r300: make build again with tracker changesDave Airlie1-0/+1
2009-02-12radeon: remove depends on libdrm_radeon for now.Dave Airlie1-1/+1
2009-02-12radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie1-1/+1
2009-02-12r200/r300: get up to speed on renamed filesDave Airlie1-13/+23
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie1-4/+0
2009-02-11radeon/r200/r300: merge span code into single shared fileDave Airlie1-0/+1
2009-01-21radeon/r200/r300: start to move to common miptree/texobjDave Airlie1-3/+4
2009-01-15radeon/r200/r300: start to make cmd buf usefulDave Airlie1-1/+2
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie1-2/+7
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie1-1/+2
2008-12-22radeon: fix library name for consistencyDave Airlie1-1/+1
2008-11-16radeon: fix pointer danglingJerome Glisse1-2/+1
2008-11-14r300: convert to new relocations format (see libdrm-radeon)Jerome Glisse1-1/+1
2008-11-14r300: cs + DRI2 supportJerome Glisse1-1/+3
2008-11-14r300: bo and cs abstraction.Jerome Glisse1-3/+13