summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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