Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-06-17 | Remove the Id tags to avoid conflicts when merging.embedded-1-branch | Jose Fonseca | 130 | -130/+0 | |
2003-05-18 | Add a more detailed description of some files. | Jose Fonseca | 6 | -19/+41 | |
2003-05-18 | Documentation proof-reading. | Jose Fonseca | 66 | -265/+259 | |
2003-05-18 | Remove the kernel documention directories on the 'clean' target of ↵ | Jose Fonseca | 24 | -58/+68 | |
doxy/makefile. Fixed some incoherences regarding the Radeon command packects and indirect buffers and vocabulary. Several fixes to the documentation to elimite all doxygen warnings. | |||||
2003-05-18 | Update the documentation for the new miniglx server-client architecture. | Jose Fonseca | 4 | -97/+227 | |
2003-05-02 | Don't call glPolygonMode | Keith Whitwell | 3 | -20/+1 | |
2003-05-02 | Use correct condition for subsettingembedded-1-20030502 | Keith Whitwell | 1 | -1/+1 | |
2003-05-02 | mprotect sarea when focus lost | Keith Whitwell | 1 | -2/+4 | |
2003-05-02 | mprotect sarea until focus gained | Keith Whitwell | 1 | -2/+7 | |
2003-05-02 | Remove isosurf target | Keith Whitwell | 1 | -1/+0 | |
2003-05-01 | Move the Doxygen configuration files into the usual places and integrate ↵ | Jose Fonseca | 5 | -15/+1082 | |
with the build system. | |||||
2003-05-01 | Final fixes to the AGPGART and RADEONFB modules' documentation. | Jose Fonseca | 6 | -55/+59 | |
2003-05-01 | Use mprotect() to protect the sarea when not in focus. | Keith Whitwell | 7 | -33/+63 | |
2003-05-01 | Animate by default | Keith Whitwell | 1 | -2/+2 | |
2003-05-01 | Final documentation to the AGPGART module. | Jose Fonseca | 8 | -180/+771 | |
2003-04-30 | Final documentation for the radeon fb module. | Jose Fonseca | 2 | -45/+302 | |
2003-04-30 | Remove debug printfs, Use XCheckMaskEvent | Keith Whitwell | 1 | -2/+1 | |
2003-04-30 | Remove debug printfs | Keith Whitwell | 3 | -12/+0 | |
2003-04-29 | More documentation. | Jose Fonseca | 10 | -206/+2404 | |
2003-04-29 | New files | Keith Whitwell | 2 | -0/+497 | |
2003-04-29 | Add -autostart option | Keith Whitwell | 1 | -1/+9 | |
2003-04-29 | Remove bogus assert | Keith Whitwell | 1 | -2/+1 | |
2003-04-29 | Minor fixes | Keith Whitwell | 1 | -6/+4 | |
2003-04-29 | Shortcircuit ioctl if no focus | Keith Whitwell | 1 | -0/+3 | |
2003-04-29 | Protect some swrast-specific code in MakeCurrent | Keith Whitwell | 1 | -1/+3 | |
2003-04-28 | Partial documentation of this file. | Keith Whitwell | 1 | -33/+129 | |
2003-04-28 | Don't map agp tex mem, shortcircuit some more ops when not in focus | Keith Whitwell | 4 | -5/+13 | |
2003-04-28 | Downgrade assert in __miniglx_Select() | Keith Whitwell | 1 | -12/+23 | |
Don't fail if client closes & reopens display. | |||||
2003-04-28 | Remove some more unused code | Keith Whitwell | 1 | -49/+0 | |
2003-04-28 | Slim down radeonfb.c | Keith Whitwell | 1 | -852/+8 | |
2003-04-27 | Don't try to lock hardware or issue ioctls if not the 'focus' app. | Keith Whitwell | 2 | -0/+13 | |
2003-04-27 | - Set O_NONBLOCK on socket fds | Keith Whitwell | 1 | -7/+26 | |
- Don't try to get hw lock if already held (on vt switch) | |||||
2003-04-27 | prevent spurious texture uploads | Keith Whitwell | 2 | -12/+3 | |
2003-04-27 | Force multiple applications to play nicer with each other. | Keith Whitwell | 1 | -5/+12 | |
2003-04-27 | Don't register a focus notify callback | Keith Whitwell | 1 | -1/+2 | |
2003-04-27 | Only register radeonVtxfmtNotifyFocus for the subsetted driver | Keith Whitwell | 1 | -0/+4 | |
2003-04-27 | Fix vertex copying calcs for tris, quads | Keith Whitwell | 1 | -6/+10 | |
2003-04-27 | For subsetted driver, when client is unmapped, unmap our dma buffers. | Keith Whitwell | 7 | -151/+158 | |
2003-04-27 | Remove XFree86 tags. | Keith Whitwell | 8 | -28/+16 | |
Add 'notifyFocus' mechanism for drivers that want to shut down to some extent when client apps aren't mapped. | |||||
2003-04-27 | Fix problems not reloading textures after regaining lock | Keith Whitwell | 1 | -0/+2 | |
2003-04-27 | Correct rm for clean | Keith Whitwell | 1 | -2/+1 | |
2003-04-26 | dri_driver_context.diff patch from Denis Oliver Kropp | Keith Whitwell | 10 | -565/+582 | |
2003-04-26 | Big chunk of the AGP module documentation. | Jose Fonseca | 2 | -73/+345 | |
2003-04-25 | Call handle_fd_events in map/unmap window to flush write queue (should probably | Keith Whitwell | 1 | -8/+8 | |
loop until the queue really is flushed). Do a better job with umask | |||||
2003-04-25 | Restore more registers after regaining vt. | Keith Whitwell | 1 | -0/+5 | |
2003-04-25 | Get vt switching working properly. | Keith Whitwell | 2 | -45/+63 | |
2003-04-25 | get client & server processes working properly | Keith Whitwell | 8 | -338/+436 | |
2003-04-25 | Test swapping focus between two or more apps | Keith Whitwell | 1 | -6/+27 | |
2003-04-24 | mga driver ported over by Denis Oliver Kropp | Keith Whitwell | 35 | -0/+12259 | |
2003-04-22 | Fix errors with queuing & dequing events. Add lots of debug too. | Keith Whitwell | 1 | -9/+22 | |