summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+7
* More vblank cleanups.Michel Dänzer2007-10-301-4/+4
* fix unitialized values in radeonClearRoland Scheidegger2007-02-011-4/+4
* 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-6/+14
* remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger2006-06-021-43/+18
* 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-14/+40
* First step of Radeon DRI unification:Eric Anholt2005-11-021-1/+1
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-151-0/+1
* Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...Roland Scheidegger2005-10-111-9/+0
* fix page flipping breakageBrian Paul2005-09-011-0/+7
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-15/+1
* 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-161-2/+2
* (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger2005-01-261-0/+3
* reapply Keiths workaround for zbs emit that got dropped duringDave Airlie2005-01-231-2/+7
* add sync debugging to the radeon driverDave Airlie2005-01-231-0/+10
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-3/+3
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-081-1/+11
* add LOCK_HARDWARE/UNLOCK_HARDWARE to radeonClear so state gets updated which ...Roland Scheidegger2004-11-121-0/+7
* (from r200 driver) If an application cleared before any state had been emitte...Roland Scheidegger2004-11-121-16/+21
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-38/+36
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-251-112/+133
* Revert the move of lost_context setting to UNLOCK_HARDWARE that was done in theEric Anholt2004-08-171-3/+23
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-171-17/+10
* bring over build fixes from stable branchAlan Hourihane2004-04-261-4/+1
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-1/+1
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-181-3/+3
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-171-3/+3
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-43/+43
* Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings.Brian Paul2004-01-181-1/+1
* New, less expensive workaround for state-change lockups.Felix Kuehling2004-01-041-21/+53
* merge some more of the radeon DRI driver from the DRI trunkAlan Hourihane2003-12-071-2/+3
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-18/+8
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+1191