summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_ioctl.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a few typosZoë Blade2015-04-271-1/+1
* radeon: replace INLINE with inlineBrian Paul2015-02-261-1/+1
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-051-1/+1
* radeon/r200: drop remains of non-libdrm_radeon buildDave Airlie2011-10-291-1/+2
* radeon: Drop dri2 checks now that it's always true.Eric Anholt2011-10-281-1/+0
* radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt2011-10-281-14/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* radeon: Port flush preventation code from r200 to r100.Pauli Nieminen2009-08-211-5/+7
* radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-1/+1
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-12/+2
* radeon/r200: flush vertices when data in cmdbuf.Dave Airlie2009-02-111-3/+3
* radeon: major cleanups removing old dead codepaths.Dave Airlie2009-02-101-6/+5
* radeon: make more r100 workDave Airlie2009-02-091-1/+2
* radeon: make compile again.Dave Airlie2009-02-041-27/+28
* radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-291-13/+3
* radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie2009-01-141-5/+0
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-22/+23
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-3/+3
* More vblank cleanups.Michel Dänzer2007-10-301-2/+2
* remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger2006-06-021-2/+0
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-1/+2
* Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...Roland Scheidegger2005-10-111-13/+0
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-6/+0
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-2/+0
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-251-3/+7
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-171-0/+33
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+188