aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Track Radeon driver symlinks in Git.Michel Dänzer2009-07-211-47/+1
* r200: fix makefileDave Airlie2009-07-061-1/+1
* radeon/r200/r300: port to new space checking code in libdrmDave Airlie2009-07-061-1/+7
* r200: add fbo files to the compileDave Airlie2009-03-261-2/+4
* radeon: add cflags to decide whether to link libdrm_radeon or not.Dave Airlie2009-02-151-1/+3
* radeon/r200/r300: make build again with tracker changesDave Airlie2009-02-131-0/+1
* radeon: remove depends on libdrm_radeon for now.Dave Airlie2009-02-121-1/+1
* radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-1/+1
* r200/r300: get up to speed on renamed filesDave Airlie2009-02-121-14/+25
* radeon/r200/r300: merge span code into single shared fileDave Airlie2009-02-111-1/+3
* radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-291-1/+0
* radeon/r200/r300: start to move to common miptree/texobjDave Airlie2009-01-211-1/+4
* radeon/r200/r300: start to make cmd buf usefulDave Airlie2009-01-151-1/+2
* radeon/r200/r300: make legacy emit non-r300 specificDave Airlie2009-01-141-0/+5
* r300: start moving new r300 cmdbuf into common codeDave Airlie2009-01-141-0/+2
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-2/+7
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-1/+2
* radeno: hopefully make r200/radeon buildDave Airlie2008-12-211-1/+3
* remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-5/+1
* implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger2006-06-021-0/+1
* Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problemBrian Paul2006-04-061-1/+1
* First step of Radeon DRI unification:Eric Anholt2005-11-021-2/+13
* add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger2005-09-121-0/+1
* Dike out the linux-specific EGL bits unless it's a linux build.Eric Anholt2005-08-081-1/+5
* Enable EGL support in 'linux-dri' configJon Smirl2005-08-071-5/+7
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-12/+0
* Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson2005-05-041-0/+1
* Parallel build fix. Multiword variables on the target side of a : getAdam Jackson2005-01-081-2/+4
* Get linux-solo dependencies building correctly,Keith Whitwell2004-12-091-1/+1
* back out Keiths last checkin - for Solo the include order is importantDave Airlie2004-12-091-3/+7
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-5/+4
* Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick2004-05-271-1/+3
* add r200 x86 sourcesDave Airlie2004-05-041-1/+1
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-87/+5
* Add DRM_SOURCE_PATH to make system.Jon Smirl2004-04-131-1/+1
* lots of Makefile updates for new build systemBrian Paul2004-04-081-48/+49
* New Makefile systemBrian Paul2004-03-261-0/+141