summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/Makefile
AgeCommit message (Expand)Author
2010-09-05r200: Add radeon_buffer_objects.c.Henri Verbeet
2010-03-10radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher
2010-03-09radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora
2010-03-07radeon: move glGetTexImage handlers to seperate fileMaciej Cencora
2010-03-07radeon: added tiling functionsMaciej Cencora
2010-03-06dri: drop MINIGLX_SOURCESGeorge Sapountzis
2010-01-22egl: Remove USING_EGL and the related drivers.Chia-I Wu
2010-01-19Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith
2010-01-19r200: use common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-18r200: add blit supportAlex Deucher
2009-12-21radeon/r600: use new libdrm_radeon apiDave Airlie
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul
2009-09-16radeon: cleanup compile defines mess.Dave Airlie
2009-08-31r200: Convert r200 to use new style debug code.Pauli Nieminen
2009-08-21radeon/r200: Add -Wall to default build flags like it is in r300/r600Pauli Nieminen
2009-08-18radeon/r200: fix build after OQ commitsDave Airlie
2009-07-21Track Radeon driver symlinks in Git.Michel Dänzer
2009-07-06r200: fix makefileDave Airlie
2009-07-06radeon/r200/r300: port to new space checking code in libdrmDave Airlie
2009-03-26r200: add fbo files to the compileDave Airlie
2009-02-15radeon: add cflags to decide whether to link libdrm_radeon or not.Dave Airlie
2009-02-13radeon/r200/r300: make build again with tracker changesDave Airlie
2009-02-12radeon: remove depends on libdrm_radeon for now.Dave Airlie
2009-02-12radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie
2009-02-12r200/r300: get up to speed on renamed filesDave Airlie
2009-02-11radeon/r200/r300: merge span code into single shared fileDave Airlie
2009-01-29radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie
2009-01-21radeon/r200/r300: start to move to common miptree/texobjDave Airlie
2009-01-15radeon/r200/r300: start to make cmd buf usefulDave Airlie
2009-01-14radeon/r200/r300: make legacy emit non-r300 specificDave Airlie
2009-01-14r300: start moving new r300 cmdbuf into common codeDave Airlie
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie
2009-01-13radeon/r200: start splitting out commonalities into separate headersDave Airlie
2008-12-21radeno: hopefully make r200/radeon buildDave Airlie
2006-10-31remove vtxfmt code, switch over to vboKeith Whitwell
2006-06-02implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger
2006-04-06Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problemBrian Paul
2005-11-02First step of Radeon DRI unification:Eric Anholt
2005-09-12add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger
2005-08-08Dike out the linux-specific EGL bits unless it's a linux build.Eric Anholt
2005-08-07Enable EGL support in 'linux-dri' configJon Smirl
2005-05-05Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson
2005-05-04Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson
2005-01-08Parallel build fix. Multiword variables on the target side of a : getAdam Jackson
2004-12-09Get linux-solo dependencies building correctly,Keith Whitwell
2004-12-09back out Keiths last checkin - for Solo the include order is importantDave Airlie
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell
2004-05-27Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick
2004-05-04add r200 x86 sourcesDave Airlie
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell