aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert the move of lost_context setting to UNLOCK_HARDWARE that was done in theEric Anholt2004-08-171-3/+22
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-171-3/+0
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-2/+0
* Replace 'Display *' with '__DRInativeDisplay *'.Ian Romanick2004-06-041-3/+3
* disable under _SOLO buildAlan Hourihane2004-04-141-1/+2
* fix the usage of GLX_MESA_allocate_memoryAlan Hourihane2004-04-131-3/+3
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-181-2/+2
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-171-2/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-26/+26
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-4/+4
* Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings.Brian Paul2004-01-181-1/+1
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-1/+1
* sync some more of the r200 driver from the DRI trunkAlan Hourihane2003-12-071-4/+5
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-30/+30
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-3/+3
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+925