summaryrefslogtreecommitdiff
path: root/hw/xgl
AgeCommit message (Expand)AuthorFilesLines
2005-06-13Remove xgloffscreen.cDavid Reveman1-293/+0
2005-06-10New implementation of GLX_MESA_render_textureDavid Reveman1-158/+198
2005-06-07GLX improvements and remove use of pbuffers for offscreen rendering in XglDavid Reveman12-916/+2187
2005-06-06Keyboard sort of works now with evdevJon Smirl1-142/+129
2005-06-05Create a default colormapJon Smirl1-0/+1
2005-06-05Enable egl server in automakeJon Smirl2-2/+2
2005-06-04Initial Xegl check-in. Works on EGL fbdev driver Input is totally broken.Jon Smirl7-0/+3497
2005-05-02Set stencil size for Xgl GLX visualsDavid Reveman1-0/+1
2005-05-01New algorithm for calculating glyph extents in XglDavid Reveman1-32/+82
2005-04-27Minor optimizationDavid Reveman1-0/+3
2005-04-27Line drawing improvements to XglDavid Reveman6-148/+472
2005-04-27Fix typoDavid Reveman1-12/+12
2005-04-26Add glCopy operation and glPushAttrib/glPopAttrib support to Xgl GLXDavid Reveman1-133/+747
2005-04-25Add scissor based clipping to Xgl GLXDavid Reveman1-78/+830
2005-04-19Hash texture objects and display lists in XglDavid Reveman4-51/+910
2005-04-13Add GLX code to XglDavid Reveman9-167/+1723
2005-03-16Add cursor support to XglxDavid Reveman1-9/+278
2005-03-16Fix a few problems in XglDavid Reveman7-58/+71
2005-03-11Return early from xglFillRect when no rectangles should be filledDavid Reveman1-1/+4
2005-03-11Use negative stride and PBOs in XglDavid Reveman10-77/+148
2005-03-08Return early from xglCopy if fall-back is more efficientDavid Reveman1-4/+10
2005-03-08Better ShmPutImage support in XglDavid Reveman4-1/+135
2005-03-08Minor improvement to CopyArea in XglDavid Reveman1-9/+3
2005-03-08Improve Xgl offscreen memory managerDavid Reveman1-19/+24
2005-03-08Fix Xgl glyph cachingDavid Reveman1-78/+94
2005-03-01Minor improvement to pixel transfers in XglDavid Reveman1-15/+16
2005-03-01Add dither support to XglDavid Reveman3-3/+12
2005-02-11Fixes a few problems in XglDavid Reveman5-24/+16
2005-02-08update Xgl to changes in damage API. Remove some flags to support softwareKeith Packard2-3/+1
2005-02-01Use negative stride for trapezoid masks in XglDavid Reveman2-3/+2
2005-01-26Xgl improvementsDavid Reveman26-1638/+4594
2004-11-14Add xglPixmapToRegionDavid Reveman3-5/+24
2004-11-05Use UTF-8 encoding in Xgl sourcesDavid Reveman22-22/+22
2004-11-05Use negative strides in Xgl if pixel data have bottom-top scanline orderDavid Reveman4-22/+20
2004-11-04Add working Xgl server codeDavid Reveman30-852/+6631
2004-06-04Add (stubbed out) Xgl server codeKeith Packard12-0/+1189