| Commit message (Expand) | Author | Age | Files | Lines |
* | radeon: fix r100/r200 polygon stipple under kms | Dave Airlie | 2009-09-01 | 1 | -1/+6 |
* | r100/r200: Bring back old PolygonStripple for DRI1. | Pauli Nieminen | 2009-08-28 | 1 | -1/+0 |
* | radeon: add r100 OQ support with kms. | Dave Airlie | 2009-08-26 | 1 | -0/+4 |
* | radeon/r200/r300: collapse context destruction down to a common path. | Dave Airlie | 2009-04-02 | 1 | -17/+7 |
* | raedon/r200/r300: mega-FBO commits. | Dave Airlie | 2009-03-23 | 1 | -14/+0 |
* | radeon: implement userspace clears | Dave Airlie | 2009-03-06 | 1 | -0/+15 |
* | radeon: renaming and headers cleanup | Dave Airlie | 2009-02-12 | 1 | -2/+1 |
* | radeon/r200/r300: another big merge upheavel. | Dave Airlie | 2009-02-12 | 1 | -22/+2 |
* | radeon: make more r100 work | Dave Airlie | 2009-02-09 | 1 | -9/+6 |
* | radeon: make compile again. | Dave Airlie | 2009-02-04 | 1 | -12/+7 |
* | radeon/r200/r300: bring back old style DMA buffer on top of BOs. | Dave Airlie | 2009-01-29 | 1 | -1/+0 |
* | radeon/r200/r300: consolidate swap buffers | Dave Airlie | 2009-01-14 | 1 | -12/+0 |
* | radeon/r200/r300: attempt to move lock to common code | Dave Airlie | 2009-01-14 | 1 | -6/+3 |
* | radeon/r200/r300: initial attempt to convert to common context code | Dave Airlie | 2009-01-14 | 1 | -72/+12 |
* | radeon/r200: move more stuff closer together in context | Dave Airlie | 2009-01-14 | 1 | -8/+0 |
* | radeon/r200: move state atom to common header | Dave Airlie | 2009-01-14 | 1 | -33/+0 |
* | radeon/r200: start splitting out commonalities into separate headers | Dave Airlie | 2009-01-13 | 1 | -164/+3 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -4/+4 |
* | radeon: SetTexOffset support | Chris Rankin | 2008-07-14 | 1 | -0/+2 |
* | replace __inline and __inline__ with INLINE macro | Brian Paul | 2008-06-21 | 1 | -3/+3 |
* | More vblank cleanups. | Michel Dänzer | 2007-10-30 | 1 | -3/+0 |
* | r300: Cleaned up radeon_context.h slightly; mostly Indent. | Oliver McFadden | 2007-05-09 | 1 | -344/+325 |
* | remove now unused vtxfmt stuff from radeon/r200 header files | Roland Scheidegger | 2007-02-03 | 1 | -111/+0 |
* | Enable GLX_SGI_make_current_read for radeon. | Ian Romanick | 2006-10-18 | 1 | -1/+10 |
* | More GLSL code: | Michal Krol | 2006-04-11 | 1 | -1/+1 |
* | Dave Reveman's patch for GLX_MESA_copy_sub_buffer support | Brian Paul | 2006-03-31 | 1 | -0/+2 |
* | fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ... | Roland Scheidegger | 2006-03-28 | 1 | -0/+4 |
* | enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene... | Roland Scheidegger | 2005-10-15 | 1 | -0/+11 |
* | enable 3rd texture unit on radeon (default still 2 enabled units). Disable so... | Roland Scheidegger | 2005-10-13 | 1 | -16/+21 |
* | Remove the tcl fallback for texture rectangle (by manipulating the texture ma... | Roland Scheidegger | 2005-10-05 | 1 | -2/+3 |
* | Finish up some of the gl_renderbuffer work. | Brian Paul | 2005-09-01 | 1 | -6/+0 |
* | Fixes the glXGetProcAddress portion of the interface. Most of the functions | Ian Romanick | 2005-07-26 | 1 | -1/+0 |
* | Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cuts | Eric Anholt | 2005-05-31 | 1 | -3/+18 |
* | add texture micro and macro tiling to radeon/r200 driver. This can improve pe... | Roland Scheidegger | 2005-02-10 | 1 | -1/+4 |
* | Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless. | Adam Jackson | 2005-01-31 | 1 | -3/+0 |
* | add sync debugging to the radeon driver | Dave Airlie | 2005-01-23 | 1 | -0/+1 |
* | (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ... | Roland Scheidegger | 2004-12-08 | 1 | -1/+2 |
* | OK, one more time. Simplify the state-backup system by just storing the full | Eric Anholt | 2004-09-30 | 1 | -2/+5 |
* | The previous code would emit a full set of state during the first EmitState on | Eric Anholt | 2004-09-25 | 1 | -5/+5 |
* | Close some races with locking on R100 and R200 which could manifest as rendering | Eric Anholt | 2004-08-17 | 1 | -0/+2 |
* | Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with | Ian Romanick | 2004-06-02 | 1 | -1/+1 |
* | bring over build fixes from stable branch | Alan Hourihane | 2004-04-26 | 1 | -1/+0 |
* | Adjust includes to help DRI build | Jon Smirl | 2004-03-12 | 1 | -0/+2 |
* | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | 2004-03-11 | 1 | -8/+7 |
* | Fix attenuation hardware state handling, inspired by the R200 DDK reference | Michel Dänzer | 2004-01-23 | 1 | -3/+3 |
* | Silence some compiler warnings. | Ian Romanick | 2004-01-21 | 1 | -2/+2 |
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -1/+1 |
* | New, less expensive workaround for state-change lockups. | Felix Kuehling | 2004-01-04 | 1 | -0/+1 |
* | merge some more of the radeon DRI driver from the DRI trunk | Alan Hourihane | 2003-12-07 | 1 | -0/+1 |
* | xmlconfig fixes | Alan Hourihane | 2003-12-05 | 1 | -1/+1 |