Brian Paul
|
63d0a9055c
|
minor fixes (remove some \internal attributes)
|
23 years ago |
Keith Whitwell
|
27834f06b8
|
Some documentation updates relating to recent changes
|
23 years ago |
Jose Fonseca
|
c262531518
|
Fixed several typos from spell-checking.
|
23 years ago |
Jose Fonseca
|
1b2c02ae98
|
Some documentation fixes that were left out of previous commits
|
23 years ago |
Jose Fonseca
|
fb5f90d71b
|
Rewriten some of the detail documentation to improve readability.
Several fixes.
|
23 years ago |
Jose Fonseca
|
4fb1eb7be2
|
Add the missing detailed documentation bits on miniglx.c and xf86drm.c.
Several updates and fixes to the documentation.
|
23 years ago |
Jose Fonseca
|
cf119744c3
|
More detailed documentation.
|
23 years ago |
Keith Whitwell
|
b07ed0113a
|
Use frontbuffer if GLUT_DOUBLE not requested
|
23 years ago |
Jose Fonseca
|
d6d8d1dfce
|
Detailed documention for glapi.c. Brief description of the structures in sarea.h. Minor fix in drm.h.
|
23 years ago |
Jose Fonseca
|
f483ebddeb
|
Enable the documentation of static functions and also the internal documentation.
|
23 years ago |
Keith Whitwell
|
35fe61ce7b
|
Remove debug printf
|
23 years ago |
Keith Whitwell
|
c3b1d1e63c
|
Restore registers clobbered by radeonfb.o -- prevents slowdown to 200fps
of mesa demos.
|
23 years ago |
Keith Whitwell
|
38bfead7d3
|
Remove some unused members from RADEONInfoRec, add saved value for
crtc_offset_cntl
|
23 years ago |
Keith Whitwell
|
56f57500b9
|
Add PostValidateMode hook to allow drivers to restore registers after
fbdev has finished clobbering them.
|
23 years ago |
Keith Whitwell
|
2ce0615ef1
|
Remove chipset line from example miniglx.conf
|
23 years ago |
Keith Whitwell
|
559af8ace4
|
Probe for chipset if one isn't supplied
|
23 years ago |
Keith Whitwell
|
f73e37e154
|
A standalone build environment for radeonfb.o, incorporating necessary
fixes from Ani Joshi and others. This is probably the only version of
radeonfb that we can run against at the moment, so include it here.
|
23 years ago |
Brian Paul
|
ec5b054b8f
|
fix up loose ends
|
23 years ago |
Brian Paul
|
8a63d4bc99
|
new Makefiles for subset
|
23 years ago |
Keith Whitwell
|
f58e67787f
|
Get colors working in 16bpp
|
23 years ago |
Keith Whitwell
|
deb4d4de47
|
add support for 16bpp modes, disabled
|
23 years ago |
Keith Whitwell
|
1449a2f759
|
Take stride properly into account when setting up window members.
|
23 years ago |
Keith Whitwell
|
f0b66442e8
|
Clear framebuffer at startup
|
23 years ago |
Keith Whitwell
|
8830b0a941
|
Make miniglut exit() on error, like real glut.
|
23 years ago |
Keith Whitwell
|
deb5fe3b68
|
use a fixed resolution defined in a config file
|
23 years ago |
Brian Paul
|
1e1e71e3a7
|
lots of updates, practically finished
|
23 years ago |
Keith Whitwell
|
53362d8858
|
get conform working
|
23 years ago |
Keith Whitwell
|
af82796ed1
|
Remove debug printf
|
23 years ago |
Jose Fonseca
|
6ded963ac6
|
Documentation for most of the DRM ioctls argument structures in drm.h.
Fixes to the xf86drm.c documentation.
|
23 years ago |
Keith Whitwell
|
b4f35d5191
|
example miniglx.conf
|
23 years ago |
Keith Whitwell
|
0b9434aafd
|
Add config file facility and remove hardwired options from minglx.c
Move functionality for setting up glx configs into the drivers.
Allow the driver to tweak modes (eg for pitch) before setting up fbdev.
|
23 years ago |
Jose Fonseca
|
fb02d9f4eb
|
Big chunk of documention of xf86drm.c. Some oddities left to document, and still needs a review to catch typos.
|
23 years ago |
Brian Paul
|
2b83583994
|
s/union/enum/
|
23 years ago |
Brian Paul
|
76415ea859
|
tweaks to Doxygen config files
|
23 years ago |
Brian Paul
|
10d05983ef
|
documentation updates
|
23 years ago |
Brian Paul
|
7c35ac6e82
|
doc updates, new PixelFormat enum
|
23 years ago |
Keith Whitwell
|
ca9cccd81c
|
Fix GLUT_ELAPSED_TIME query
|
23 years ago |
Jose Fonseca
|
ea9f98b04b
|
Enable internal documentation in doxy/miniglx.doxy.
Enable private and static documention in doxy/core.doxy (necessary now for src/glapi.c and others later).
|
23 years ago |
Brian Paul
|
8b4a34dcdb
|
Initial check in.
|
23 years ago |
Keith Whitwell
|
267bc32309
|
Add documentation for GLX_DEPTH_SIZE
|
23 years ago |
Keith Whitwell
|
8618425250
|
Remove some more unused functions
|
23 years ago |
Keith Whitwell
|
24259ec2d0
|
Bump window sizes up to next supported size when choosing modes.
Recognize the GLX_DEPTH_SIZE attrib.
|
23 years ago |
Keith Whitwell
|
97aa6f3734
|
Initialize lastStamp to 1, so that drivers know they need to update
(ie initialize) their internal data.
|
23 years ago |
Keith Whitwell
|
6b723c7720
|
Add section on porting apps glx->miniglx
|
23 years ago |
Keith Whitwell
|
211f26ca95
|
more cleanups
|
23 years ago |
Keith Whitwell
|
df7cbe873e
|
Remove earlier workaround
|
23 years ago |
Keith Whitwell
|
da8a7e15a6
|
Build the full driver for now
|
23 years ago |
Keith Whitwell
|
f6546f8384
|
Barebones glut-alike - just enough to get the mesa demos working
|
23 years ago |
Keith Whitwell
|
cd22e4b78c
|
Remove some debug
|
23 years ago |
Keith Whitwell
|
5ff65a62df
|
Require radeon.o 1.8.x
|
23 years ago |