| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -4/+4 |
* | dri/radeon: remove duplicated includes | Nicolas Kaiser | 2010-09-30 | 1 | -1/+0 |
* | radeon/r200: fix the state emission before kernel clear | Dave Airlie | 2010-02-24 | 1 | -1/+2 |
* | radeon: fix bad state emission causes kernel to do bad depth clear | Dave Airlie | 2010-02-24 | 1 | -0/+1 |
* | radeon: fix UMS since stp addition. | Dave Airlie | 2010-02-08 | 1 | -1/+2 |
* | r100: Add the polygon stipple state to the state list. | Pauli Nieminen | 2010-02-05 | 1 | -0/+1 |
* | radeon: Remove unnecessary headers. | Vinson Lee | 2010-01-30 | 1 | -14/+0 |
* | dri: Remove unnecessary glapi headers. | Chia-I Wu | 2010-01-21 | 1 | -1/+0 |
* | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg | 2010-01-04 | 1 | -2/+2 |
* | radeon: fix frontbuffer read/drawpixels | Dave Airlie | 2009-12-18 | 1 | -0/+4 |
* | r100: Use shared debug code. | Pauli Nieminen | 2009-08-31 | 1 | -8/+8 |
* | radeon: fix scissors harder. | Dave Airlie | 2009-08-28 | 1 | -2/+2 |
* | radeon: fix max indx/vertex emission due to state checker | Dave Airlie | 2009-08-27 | 1 | -1/+2 |
* | radeon: Fix all compiler warnings. | Pauli Nieminen | 2009-08-25 | 1 | -1/+1 |
* | intel/radeon: add common metaops code. | Dave Airlie | 2009-07-15 | 1 | -5/+0 |
* | radeon: emit scissor before emiting vertices | Jerome Glisse | 2009-05-27 | 1 | -3/+1 |
* | radeon: emit scissor when using cs submission style. | Jerome Glisse | 2009-05-27 | 1 | -0/+28 |
* | radeon: Remove drawable & readable from radeon_dri_mirror | Nicolai Hähnle | 2009-05-24 | 1 | -27/+27 |
* | radeon/r200/r300: collapse context destruction down to a common path. | Dave Airlie | 2009-04-02 | 1 | -38/+38 |
* | raedon/r200/r300: mega-FBO commits. | Dave Airlie | 2009-03-23 | 1 | -215/+2 |
* | radeon: implement userspace clears | Dave Airlie | 2009-03-06 | 1 | -29/+223 |
* | radeon: use swrast clear - fail on depth | Dave Airlie | 2009-03-04 | 1 | -54/+103 |
* | radeon: fixup old packets emission for CS case | Dave Airlie | 2009-02-26 | 1 | -3/+35 |
* | radeon/r200/r300: make build with out libdrm_radeon installed for now | Dave Airlie | 2009-02-12 | 1 | -1/+0 |
* | radeon: renaming and headers cleanup | Dave Airlie | 2009-02-12 | 1 | -1/+1 |
* | radeon/r200/r300: another big merge upheavel. | Dave Airlie | 2009-02-12 | 1 | -178/+24 |
* | r100: fix 3D texture fallback | Dave Airlie | 2009-02-10 | 1 | -0/+2 |
* | radeon: major cleanups removing old dead codepaths. | Dave Airlie | 2009-02-10 | 1 | -134/+7 |
* | radeon: fix alignment issues in ELT code | Dave Airlie | 2009-02-09 | 1 | -3/+7 |
* | radeon: make more r100 work | Dave Airlie | 2009-02-09 | 1 | -75/+203 |
* | r100: fixup radeon so gears seems to work | Dave Airlie | 2009-02-06 | 1 | -51/+53 |
* | radeon/r200 remove more unused code | Dave Airlie | 2009-02-04 | 1 | -8/+7 |
* | radeon: make compile again. | Dave Airlie | 2009-02-04 | 1 | -79/+30 |
* | radeon: remove even more common code | Dave Airlie | 2009-01-29 | 1 | -244/+2 |
* | radeon/r200/r300: bring back old style DMA buffer on top of BOs. | Dave Airlie | 2009-01-29 | 1 | -7/+7 |
* | r100/r200: move to new atom style emission | Dave Airlie | 2009-01-15 | 1 | -4/+11 |
* | radeon/r200/r300: consolidate the buffer copy/flip code into one place | Dave Airlie | 2009-01-14 | 1 | -292/+3 |
* | radeon/r200/r300: attempt to move lock to common code | Dave Airlie | 2009-01-14 | 1 | -43/+43 |
* | radeon/r200/r300: initial attempt to convert to common context code | Dave Airlie | 2009-01-14 | 1 | -94/+95 |
* | radeon/r200: move state atom to common header | Dave Airlie | 2009-01-14 | 1 | -3/+3 |
* | Remove CVS keywords. | Keith Whitwell | 2008-09-21 | 1 | -1/+0 |
* | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | 2008-09-21 | 1 | -3/+3 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -3/+3 |
* | R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer. | Dennis Kasprzyk | 2008-05-29 | 1 | -4/+6 |
* | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg | 2008-02-29 | 1 | -3/+7 |
* | More vblank cleanups. | Michel Dänzer | 2007-10-30 | 1 | -4/+4 |
* | fix unitialized values in radeonClear | Roland Scheidegger | 2007-02-01 | 1 | -4/+4 |
* | Remove x/y/width/height parameters from Clear functions. | Brian Paul | 2006-11-01 | 1 | -3/+2 |
* | Want to stop passing x/y/width/height to Clear() function. | Brian Paul | 2006-10-18 | 1 | -6/+14 |
* | remove code dealing with drmMinor version < 6 since all radeon drivers reques... | Roland Scheidegger | 2006-06-02 | 1 | -43/+18 |