aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when debug output is enabled and sarea is notset in r200ClearPauli Nieminen2009-06-231-1/+4
* radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle2009-05-241-15/+15
* r200: only set all dirty on kernel clearsDave Airlie2009-03-311-3/+3
* radeon/r200/r300: fix warningsDave Airlie2009-03-241-1/+0
* raedon/r200/r300: mega-FBO commits.Dave Airlie2009-03-231-227/+3
* r200: enable hw clearsDave Airlie2009-03-101-19/+219
* r200: temporary sw clear codeDave Airlie2009-03-061-1/+18
* radeon: refactor framebuffer code like intelDave Airlie2009-03-031-1/+1
* r200: use correct finish interfaceDave Airlie2009-02-131-1/+1
* r200/r300: get up to speed on renamed filesDave Airlie2009-02-121-3/+2
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-58/+3
* r200: bring back single dma flushDave Airlie2009-01-291-8/+5
* r200: start work on userspace clear for r200Dave Airlie2009-01-291-69/+94
* r200: fix up swtcl/tcl flushesDave Airlie2009-01-221-3/+3
* r200: emit elts into a separate ELT boDave Airlie2009-01-231-246/+3
* r200: make tri render on my r200.Dave Airlie2009-01-211-2/+4
* r200: clear is working at least - not much elseDave Airlie2009-01-201-9/+11
* radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie2009-01-141-316/+2
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-44/+44
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-80/+80
* radeon/r200: move more stuff closer together in contextDave Airlie2009-01-141-22/+22
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-4/+4
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-2/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-4/+4
* R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.Dennis Kasprzyk2008-05-291-4/+6
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-3/+5
* More vblank cleanups.Michel Dänzer2007-10-301-2/+2
* Refactor and fix core vblank supportJesse Barnes2007-10-291-4/+4
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-3/+3
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-8/+16
* remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger2006-06-021-10/+1
* retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the in...Roland Scheidegger2006-06-011-1/+1
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-15/+41
* First step of Radeon DRI unification:Eric Anholt2005-11-021-1/+1
* Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...Roland Scheidegger2005-10-111-9/+0
* fix page flipping breakageBrian Paul2005-09-011-1/+8
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-0/+4
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-3/+3
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-8/+8
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-171-1/+1
* (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger2005-01-261-0/+3
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-2/+2
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-081-2/+13
* If an application cleared before any state had been emitted, that clear wouldEric Anholt2004-10-021-4/+2
* Bugzilla #1058: Fix some potential 64bit pointer issues by storing differencesEric Anholt2004-09-301-3/+3
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-43/+18
* -O -Wall warnings cleanups in r200.Eric Anholt2004-09-241-2/+0
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-221-23/+63