summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the Id tags to avoid conflicts when merging.embedded-1-branchJose Fonseca2003-06-17130-130/+0
* Add a more detailed description of some files.Jose Fonseca2003-05-186-19/+41
* Documentation proof-reading.Jose Fonseca2003-05-1866-265/+259
* Remove the kernel documention directories on the 'clean' target of doxy/makef...Jose Fonseca2003-05-1824-58/+68
* Update the documentation for the new miniglx server-client architecture.Jose Fonseca2003-05-184-97/+227
* Don't call glPolygonModeKeith Whitwell2003-05-023-20/+1
* Use correct condition for subsettingembedded-1-20030502Keith Whitwell2003-05-021-1/+1
* mprotect sarea when focus lostKeith Whitwell2003-05-021-2/+4
* mprotect sarea until focus gainedKeith Whitwell2003-05-021-2/+7
* Remove isosurf targetKeith Whitwell2003-05-021-1/+0
* Move the Doxygen configuration files into the usual places and integrate with...Jose Fonseca2003-05-015-15/+1082
* Final fixes to the AGPGART and RADEONFB modules' documentation.Jose Fonseca2003-05-016-55/+59
* Use mprotect() to protect the sarea when not in focus.Keith Whitwell2003-05-017-33/+63
* Animate by defaultKeith Whitwell2003-05-011-2/+2
* Final documentation to the AGPGART module.Jose Fonseca2003-05-018-180/+771
* Final documentation for the radeon fb module.Jose Fonseca2003-04-302-45/+302
* Remove debug printfs, Use XCheckMaskEventKeith Whitwell2003-04-301-2/+1
* Remove debug printfsKeith Whitwell2003-04-303-12/+0
* More documentation.Jose Fonseca2003-04-2910-206/+2404
* New filesKeith Whitwell2003-04-292-0/+497
* Add -autostart optionKeith Whitwell2003-04-291-1/+9
* Remove bogus assertKeith Whitwell2003-04-291-2/+1
* Minor fixesKeith Whitwell2003-04-291-6/+4
* Shortcircuit ioctl if no focusKeith Whitwell2003-04-291-0/+3
* Protect some swrast-specific code in MakeCurrentKeith Whitwell2003-04-291-1/+3
* Partial documentation of this file.Keith Whitwell2003-04-281-33/+129
* Don't map agp tex mem, shortcircuit some more ops when not in focusKeith Whitwell2003-04-284-5/+13
* Downgrade assert in __miniglx_Select()Keith Whitwell2003-04-281-12/+23
* Remove some more unused codeKeith Whitwell2003-04-281-49/+0
* Slim down radeonfb.cKeith Whitwell2003-04-281-852/+8
* Don't try to lock hardware or issue ioctls if not the 'focus' app.Keith Whitwell2003-04-272-0/+13
* - Set O_NONBLOCK on socket fdsKeith Whitwell2003-04-271-7/+26
* prevent spurious texture uploadsKeith Whitwell2003-04-272-12/+3
* Force multiple applications to play nicer with each other.Keith Whitwell2003-04-271-5/+12
* Don't register a focus notify callbackKeith Whitwell2003-04-271-1/+2
* Only register radeonVtxfmtNotifyFocus for the subsetted driverKeith Whitwell2003-04-271-0/+4
* Fix vertex copying calcs for tris, quadsKeith Whitwell2003-04-271-6/+10
* For subsetted driver, when client is unmapped, unmap our dma buffers.Keith Whitwell2003-04-277-151/+158
* Remove XFree86 tags.Keith Whitwell2003-04-278-28/+16
* Fix problems not reloading textures after regaining lockKeith Whitwell2003-04-271-0/+2
* Correct rm for cleanKeith Whitwell2003-04-271-2/+1
* dri_driver_context.diff patch from Denis Oliver KroppKeith Whitwell2003-04-2610-565/+582
* Big chunk of the AGP module documentation.Jose Fonseca2003-04-262-73/+345
* Call handle_fd_events in map/unmap window to flush write queue (should probablyKeith Whitwell2003-04-251-8/+8
* Restore more registers after regaining vt.Keith Whitwell2003-04-251-0/+5
* Get vt switching working properly.Keith Whitwell2003-04-252-45/+63
* get client & server processes working properlyKeith Whitwell2003-04-258-338/+436
* Test swapping focus between two or more appsKeith Whitwell2003-04-251-6/+27
* mga driver ported over by Denis Oliver KroppKeith Whitwell2003-04-2435-0/+12259
* Fix errors with queuing & dequing events. Add lots of debug too.Keith Whitwell2003-04-221-9/+22