summaryrefslogtreecommitdiff
path: root/hw/xgl
AgeCommit message (Expand)AuthorFilesLines
2007-06-29Death to RCS tags.Adam Jackson3-8/+0
2007-04-29Fix a couple of picture repeat fields incorrectly compared to RepeatNormal.Michel Dänzer1-1/+1
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson2-2/+2
2006-11-07Add $(DIX_CFLAGS) to remaining Makefile.am filesKeith Packard7-6/+7
2006-09-29make core keyboard/pointer map functions act on all core-sending devicesDaniel Stone9-9/+9
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone5-5/+5
2006-05-29Remove -xkbmap argument.Daniel Stone2-11/+0
2006-04-30Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.Adam Jackson1-3/+0
2006-03-27Remove remnants of XkbCF code.Daniel Stone1-21/+0
2006-01-28Remove leftover variables for cfb24 build, and finish commenting out XglxEric Anholt1-2/+2
2006-01-18Updated xgl code drop from Novell + xserver tree changesDave Airlie41-2694/+11154
2006-01-10Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST.Daniel Stone5-3/+12
2006-01-03Remove the manual AddFilter for convolution, which I'm pretty sureEric Anholt1-2/+0
2005-12-31Change REGION_INIT(pScreen, &foo, NullBox, 0) to REGION_NULL(pScreen,Eric Anholt4-5/+5
2005-12-31Initialize the fourcc value in stack-allocated glitz_pixel_format_tEric Anholt1-0/+2
2005-12-29Add necessary *CONFIG_H declarations and a force-off of XF86* extensions inEric Anholt3-0/+6
2005-12-28Initial commit of XGL build infrastructure and XGL code changes forEric Anholt15-88/+103
2005-12-28recommit previous changes to evdev.cDave Airlie1-28/+48
2005-12-28some updates for default colormap installDave Airlie1-7/+15
2005-12-23fix up xglglx.cDave Airlie1-0/+226
2005-12-23Well there were a couple of snapshots later than CVS available outside ofDave Airlie32-1173/+2240
2005-12-23check drawable is availablepre-xgldrop-mergeDave Airlie1-3/+6
2005-12-23from davidr's tree update some fixesDave Airlie1-5/+13
2005-12-23from davidr's tree if source picture defined returnDave Airlie1-0/+5
2005-12-23fix glx up for newest glitz interfaceDave Airlie1-3/+3
2005-12-23make xgl code at least build against latest glitz.Dave Airlie5-43/+7
2005-12-22fixups for newer glitz APIDave Airlie2-10/+2
2005-12-22small fix towards new glitz interfaceDave Airlie1-1/+1
2005-08-15make mouse support work - note you need to change the evdev devices in theDave Airlie1-28/+48
2005-08-09Point xegl at the DRI driverJon Smirl1-1/+1
2005-08-09Touchup xgl for modular treeJon Smirl2-2/+2
2005-07-01Fix return values in Xgl render texture implementationDavid Reveman1-8/+8
2005-06-15Shut up compilerDavid Reveman1-4/+4
2005-06-13Build fixesDavid Reveman3-12/+24
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