Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | radeon: Don't crash generating mipmaps when pixels=NULL | Owen W. Taylor | 2009-05-13 | 1 | -9/+8 | |
| * | | | | | Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXT | Owen W. Taylor | 2009-05-13 | 1 | -1/+4 | |
| * | | | | | Call _mesa_update_stencil() before accessing ctx->Stencil._Enabled | Owen W. Taylor | 2009-05-13 | 1 | -0/+2 | |
| * | | | | | Remove subpixel offset from viewport | Owen W. Taylor | 2009-05-13 | 1 | -10/+4 | |
| * | | | | | radeon: glReadBuffer set _NEW_BUFFERS, not _NEW_PIXEL | Jerome Glisse | 2009-05-12 | 3 | -4/+4 | |
| * | | | | | r300/r500: make sure we detect constant buffer changes | Jerome Glisse | 2009-05-12 | 1 | -1/+1 | |
| * | | | | | radeon: avoid segfault in radeon_update_renderbuffers() if using DRI1 | Tormod Volden | 2009-05-12 | 1 | -3/+4 | |
| * | | | | | radeon: add support for new dri2 interfaces & fix single buffer rendering | Joel Bosveld | 2009-05-10 | 3 | -16/+154 | |
| * | | | | | Merge commit 'origin/master' into radeon-rewrite | Jerome Glisse | 2009-05-10 | 282 | -3592/+7451 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | radeon: don't include cs uncondionaly | Jerome Glisse | 2009-05-09 | 1 | -2/+0 | |
| * | | | | | | radeon: IRQ always enabled in DRI2 path no need to query kernel for it | Jerome Glisse | 2009-05-08 | 1 | -2/+1 | |
| * | | | | | | r300: add missing texture format | Maciej Cencora | 2009-05-07 | 1 | -0/+1 | |
| * | | | | | | r300: moar cleanup | Maciej Cencora | 2009-05-07 | 4 | -27/+5 | |
| * | | | | | | r300: fix compiler warnings | Maciej Cencora | 2009-05-07 | 4 | -8/+4 | |
| * | | | | | | When clearing the stencil buffer, don't use a two-sided stencil | Owen W. Taylor | 2009-05-06 | 1 | -1/+1 | |
| * | | | | | | radeon: hopefully fixup radeon cube state emission for kms | Dave Airlie | 2009-05-06 | 1 | -3/+11 | |
| * | | | | | | r100/r200: try and allocate miptree correct for hw. | Dave Airlie | 2009-05-06 | 1 | -3/+31 | |
| * | | | | | | r200: fix cubic emission. | Dave Airlie | 2009-05-06 | 1 | -3/+4 | |
| * | | | | | | r200: fix some cube map issues | Roland Scheidegger | 2009-05-05 | 1 | -24/+12 | |
| * | | | | | | r200: fix another section size mismatch | Roland Scheidegger | 2009-05-05 | 1 | -1/+0 | |
| * | | | | | | r200: fix CS section size mismatch (bug 21565) | Roland Scheidegger | 2009-05-05 | 1 | -0/+2 | |
| * | | | | | | radeon/r200: enable all the optional drm support bits | Dave Airlie | 2009-05-05 | 1 | -0/+9 | |
| * | | | | | | r300: set proper texture row alignment for IGP chips | Maciej Cencora | 2009-05-04 | 4 | -5/+14 | |
| * | | | | | | R300: add quadpipe overrides | Alex Deucher | 2009-04-28 | 1 | -4/+23 | |
| * | | | | | | radeno: cleanup the startup path further | Dave Airlie | 2009-04-28 | 1 | -5/+4 | |
| * | | | | | | radeon: further cleanup dri1 screen init | Dave Airlie | 2009-04-28 | 1 | -7/+3 | |
| * | | | | | | r300: remove unused debugging in set tex buffer paths | Dave Airlie | 2009-04-28 | 2 | -2/+0 | |
| * | | | | | | radeon: remove kernel mm, dri2 path takes care of it | Dave Airlie | 2009-04-28 | 1 | -60/+44 | |
| * | | | | | | r300: fix fragment program limits | Maciej Cencora | 2009-04-27 | 4 | -25/+38 | |
| * | | | | | | r300: fallback only if stencil test is enabled | Maciej Cencora | 2009-04-27 | 1 | -8/+3 | |
| * | | | | | | r300: do front/back color selection in HW for software TCL path | Maciej Cencora | 2009-04-27 | 2 | -17/+29 | |
| * | | | | | | r300: fix valgrind warnings | Maciej Cencora | 2009-04-27 | 2 | -6/+6 | |
| * | | | | | | r300: fix point size clamping when point is not attenuated | Maciej Cencora | 2009-04-27 | 1 | -1/+6 | |
| * | | | | | | r300: fix performance regression | Maciej Cencora | 2009-04-27 | 1 | -1/+4 | |
| * | | | | | | r300: add point attenuation stage for TCL fallbacks | Maciej Cencora | 2009-04-27 | 1 | -0/+1 | |
| * | | | | | | r300: always route 4 texcoord components to RS | Maciej Cencora | 2009-04-27 | 2 | -66/+17 | |
| * | | | | | | r300: flush stdout to get consistent debugging info | Maciej Cencora | 2009-04-27 | 2 | -0/+5 | |
| * | | | | | | r300: add atom print function for kernel mm path | Maciej Cencora | 2009-04-27 | 1 | -12/+52 | |
| * | | | | | | r300: handle texcoords properly | Maciej Cencora | 2009-04-27 | 1 | -2/+6 | |
| * | | | | | | r300: remove unnecessary function calls | Maciej Cencora | 2009-04-27 | 2 | -2/+0 | |
| * | | | | | | r300: rename state | Maciej Cencora | 2009-04-27 | 4 | -9/+15 | |
| * | | | | | | r300: remove unnecessary function calls | Maciej Cencora | 2009-04-27 | 1 | -4/+0 | |
| * | | | | | | r300: fix cliprect values | Jerome Glisse | 2009-04-24 | 1 | -7/+8 | |
| * | | | | | | r300: emit cliprect when in dri2 mode | Jerome Glisse | 2009-04-24 | 1 | -0/+23 | |
| * | | | | | | Merge remote branch 'origin/master' into radeon-rewrite | Dave Airlie | 2009-04-22 | 234 | -3651/+6781 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | r300: fix missing function declaration | Maciej Cencora | 2009-04-19 | 1 | -0/+2 | |
| * | | | | | | | r300: revert part of cb4bef7ae0b5fe8de82c380bc98f19067394d355 | Maciej Cencora | 2009-04-19 | 1 | -24/+4 | |
| * | | | | | | | r300: cleanup includes | Maciej Cencora | 2009-04-19 | 5 | -19/+8 | |
| * | | | | | | | r300: move common fp functions to seperate file | Maciej Cencora | 2009-04-19 | 11 | -390/+358 | |
| * | | | | | | | r300: more r300/r500 unification | Maciej Cencora | 2009-04-19 | 4 | -110/+13 |