| Commit message (Expand) | Author | Age | Files | Lines |
* | dri: Remove all DRI1 drivers | Ian Romanick | 2011-08-26 | 1 | -420/+0 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | Drop GLframebuffer typedef and just use struct gl_framebuffer | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg | 2010-01-04 | 1 | -4/+4 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -2/+3 |
* | Refactor and fix core vblank support | Jesse Barnes | 2007-10-29 | 1 | -3/+0 |
* | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. | Kristian Høgsberg | 2007-10-10 | 1 | -1/+0 |
* | screen offset changes, bug 9965 | Miguel Marte | 2007-03-18 | 1 | -5/+0 |
* | Implement GLX_SGI_make_current_read | Ian Romanick | 2006-11-10 | 1 | -11/+22 |
* | Fixes for x86_64 Unichrome. | Thomas Hellström | 2005-11-16 | 1 | -5/+5 |
* | Bring in last minute 6_4 branch changes to the unichrome driver | Thomas Hellström | 2005-11-16 | 1 | -1/+1 |
* | SetBuffer, renderbuffer changes | Brian Paul | 2005-09-03 | 1 | -7/+12 |
* | Fixes the glXGetProcAddress portion of the interface. Most of the functions | Ian Romanick | 2005-07-26 | 1 | -1/+0 |
* | add special case for flat shaded + separate specular triangles | Keith Whitwell | 2005-05-25 | 1 | -0/+1 |
* | Disable polygon stipple - it seems to break if certain specific stipple | Keith Whitwell | 2005-05-25 | 1 | -1/+1 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -1/+1 |
* | merge unichrome changes from branch | Keith Whitwell | 2005-03-22 | 1 | -215/+249 |
* | Bring the texcombine fixes to the trunk. | Keith Whitwell | 2005-01-19 | 1 | -2/+3 |
* | Fix previously un-noticed issue with flat-shaded points. | Keith Whitwell | 2005-01-14 | 1 | -1/+0 |
* | Get PolygonStipple working.. (or seemingly too). It seems to do the right | Alan Hourihane | 2005-01-14 | 1 | -2/+0 |
* | Emit constant colors for texunit 1 blending. | Keith Whitwell | 2005-01-13 | 1 | -0/+3 |
* | Check for deletion of currently bound context | Alan Hourihane | 2005-01-12 | 1 | -1/+0 |
* | Add flag to clear texture caches after texture upload. | Keith Whitwell | 2005-01-12 | 1 | -0/+1 |
* | Add a big nasty fallback for AlphaTest -- seems to always be wrong | Keith Whitwell | 2005-01-11 | 1 | -0/+3 |
* | Fallback on PolygonStipple for CLE266 hardware. | Alan Hourihane | 2005-01-10 | 1 | -0/+15 |
* | Bring VIA driver up-to-date with regard to drm_*_t changes and remove | Alan Hourihane | 2005-01-05 | 1 | -1/+0 |
* | Change to use the t_vertex.c mechanisms for building vertices, | Keith Whitwell | 2005-01-04 | 1 | -8/+16 |
* | Calculate DEPTH_SCALE correctly for polygon offset. | Keith Whitwell | 2004-12-30 | 1 | -0/+1 |
* | Simplify viaBlit a bit more. | Keith Whitwell | 2004-12-30 | 1 | -0/+2 |
* | Fix some wrapping bugs in the last commit. Probably there are more | Keith Whitwell | 2004-12-29 | 1 | -0/+1 |
* | Simplfy clear() and swapbuffers() code. | Keith Whitwell | 2004-12-29 | 1 | -9/+15 |
* | Large update | Keith Whitwell | 2004-12-29 | 1 | -22/+4 |
* | Remove the VIA_PERFORMANCE code. A step towards moving the driver | Keith Whitwell | 2004-12-23 | 1 | -63/+0 |
* | Chop out more dead code. | Keith Whitwell | 2004-12-23 | 1 | -28/+3 |
* | Remove dead code. | Keith Whitwell | 2004-12-22 | 1 | -51/+14 |
* | Push a number of global variables into the viaContext struct.unichrome-last-xinerama | Keith Whitwell | 2004-12-21 | 1 | -0/+3 |
* | Add vsync swapbuffers. This waits on the irq so gears run in this mode | Keith Whitwell | 2004-12-21 | 1 | -0/+16 |
* | Remove #ifdef DEBUG's in code, but still allow compiler to remove debug | Keith Whitwell | 2004-12-20 | 1 | -0/+6 |
* | Unichrome DRI: | Thomas Hellström | 2004-12-15 | 1 | -11/+3 |
* | Massively cleaned up the code that calculates front/back/depth buffer | Ian Romanick | 2004-10-08 | 1 | -4/+1 |
* | Cut out all of the old texture environment code and rewrote it from | Ian Romanick | 2004-10-02 | 1 | -0/+3 |
* | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl | 2004-07-04 | 1 | -7/+1 |
* | Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with | Ian Romanick | 2004-06-02 | 1 | -3/+3 |
* | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | 2004-04-29 | 1 | -2/+2 |
* | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | 2004-03-11 | 1 | -3/+3 |
* | updates from Erdi Chen | Brian Paul | 2004-02-23 | 1 | -20/+8 |
* | Via Unichrome/cle266 driver (Erdi Chen) | Brian Paul | 2004-01-30 | 1 | -0/+486 |