summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/Makefile
Commit message (Expand)AuthorAgeFilesLines
* automake: src/mesa/drivers/dri/r200Matt Turner2012-01-201-58/+0
* radeon: share common fog code between radeon and r200Alex Deucher2012-01-171-1/+2
* r200: remove left-over EGL_SOURCES variableMatt Turner2012-01-151-1/+0
* radeon: Remove the non-libdrm kernel memory manager support.Eric Anholt2011-10-281-6/+1
* radeon: Insist on libdrm being present to build.Eric Anholt2011-10-281-1/+1
* radeon: Drop the legacy BO manager code.Eric Anholt2011-10-281-1/+0
* radeon: Drop the radeon_cs_legacy code now that we rely on kernel mm.Eric Anholt2011-10-281-1/+0
* radeon: Drop dri2 checks now that it's always true.Eric Anholt2011-10-281-1/+0
* radeon: Drop mapping we were doing around glGetTexImage().Eric Anholt2011-09-271-1/+0
* dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr2011-06-021-3/+4
* r200: Add radeon_buffer_objects.c.Henri Verbeet2010-09-051-0/+1
* radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher2010-03-101-1/+0
* radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora2010-03-091-0/+1
* radeon: move glGetTexImage handlers to seperate fileMaciej Cencora2010-03-071-0/+1
* radeon: added tiling functionsMaciej Cencora2010-03-071-1/+2
* dri: drop MINIGLX_SOURCESGeorge Sapountzis2010-03-061-2/+0
* egl: Remove USING_EGL and the related drivers.Chia-I Wu2010-01-221-4/+0
* Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith2010-01-191-1/+1
* r200: use common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-3/+2
* r200: add blit supportAlex Deucher2010-01-181-0/+2
* radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-211-1/+1
* mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
* radeon: cleanup compile defines mess.Dave Airlie2009-09-161-2/+1
* r200: Convert r200 to use new style debug code.Pauli Nieminen2009-08-311-5/+6
* radeon/r200: Add -Wall to default build flags like it is in r300/r600Pauli Nieminen2009-08-211-1/+2
* radeon/r200: fix build after OQ commitsDave Airlie2009-08-181-1/+2
* 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