Keith Whitwell
|
c8facc28cc
|
Isolated code for lighting, fog, texgen and userclip in new files.
Moved some existing swrast, swtnl specific code into files that don't
get built in the subsetted driver.
|
22 years ago |
Keith Whitwell
|
086e00e086
|
Add new defines for lighting, texgen, userclip subsetting.
Remove unused mesa modules from link.
|
22 years ago |
Brian Paul
|
49116e9fd2
|
terminology updates, etc
|
22 years ago |
Keith Whitwell
|
9d0eff73b5
|
Bitmaps are right-way-up
|
22 years ago |
Keith Whitwell
|
81c7427ddc
|
Hook in accelerated bitmap function -- bitmaps are upside-down!
|
22 years ago |
Keith Whitwell
|
9e3c6f3b8e
|
(Partially) subsetted driver runs miniglxtest and texobj.
Other applications segfault at null function pointers, etc -- need to remove
these entrypoints from miniglx libGL.so.
|
22 years ago |
Keith Whitwell
|
18a5321288
|
Rename radeon_bitmap.c to radeon_subset_bitmap.c
Add new file radeon_subset_tcl.c
-- this is temporary and will go away eventually.
Some code removal in radeon_subset_vtx.c
|
22 years ago |
Keith Whitwell
|
4c864746d6
|
Add new files for bitmap and subsetted begin/end processing.
|
22 years ago |
Keith Whitwell
|
19b1476515
|
Start subsetting -- turn off swrast & swtnl.
|
22 years ago |
Brian Paul
|
2005348110
|
updated a few of the issues in appendix A
|
22 years ago |
Brian Paul
|
634a7b2f00
|
describe libGL
|
22 years ago |
Brian Paul
|
d73e21620a
|
new Makefiles for miniglx
|
22 years ago |
Keith Whitwell
|
d5cfbef5ad
|
Remove -C option to install
|
22 years ago |
Jose Fonseca
|
1d08fddfe6
|
Tell CVS to ignore Doxygen tag files and output directories.
|
22 years ago |
Jose Fonseca
|
447ea351dd
|
Some spellchecking fixes.
|
22 years ago |
Keith Whitwell
|
0ebc838481
|
Add USE_MINIGLX flags. Build as a miniglx application.
|
22 years ago |
Keith Whitwell
|
14a7a05251
|
Make more demanding
|
22 years ago |
Keith Whitwell
|
c2edc07196
|
Fix typo
|
22 years ago |
Keith Whitwell
|
222a212569
|
Build radeon.o from toplevel makefile.
Add comments to example.miniglx.conf.
Install a minglx.conf in lib directory.
Remove unused 'drmModuleName' config option
|
22 years ago |
Keith Whitwell
|
78469e6e3d
|
Notes on setting up a machine to run MiniGLX apps and a list of
available demos in the source tree.
|
22 years ago |
Brian Paul
|
63d0a9055c
|
minor fixes (remove some \internal attributes)
|
22 years ago |
Keith Whitwell
|
27834f06b8
|
Some documentation updates relating to recent changes
|
22 years ago |
Jose Fonseca
|
c262531518
|
Fixed several typos from spell-checking.
|
22 years ago |
Jose Fonseca
|
1b2c02ae98
|
Some documentation fixes that were left out of previous commits
|
22 years ago |
Jose Fonseca
|
fb5f90d71b
|
Rewriten some of the detail documentation to improve readability.
Several fixes.
|
22 years ago |
Jose Fonseca
|
4fb1eb7be2
|
Add the missing detailed documentation bits on miniglx.c and xf86drm.c.
Several updates and fixes to the documentation.
|
22 years ago |
Jose Fonseca
|
cf119744c3
|
More detailed documentation.
|
22 years ago |
Keith Whitwell
|
b07ed0113a
|
Use frontbuffer if GLUT_DOUBLE not requested
|
22 years ago |
Jose Fonseca
|
d6d8d1dfce
|
Detailed documention for glapi.c. Brief description of the structures in sarea.h. Minor fix in drm.h.
|
22 years ago |
Jose Fonseca
|
f483ebddeb
|
Enable the documentation of static functions and also the internal documentation.
|
22 years ago |
Keith Whitwell
|
35fe61ce7b
|
Remove debug printf
|
22 years ago |
Keith Whitwell
|
c3b1d1e63c
|
Restore registers clobbered by radeonfb.o -- prevents slowdown to 200fps
of mesa demos.
|
22 years ago |
Keith Whitwell
|
38bfead7d3
|
Remove some unused members from RADEONInfoRec, add saved value for
crtc_offset_cntl
|
22 years ago |
Keith Whitwell
|
56f57500b9
|
Add PostValidateMode hook to allow drivers to restore registers after
fbdev has finished clobbering them.
|
22 years ago |
Keith Whitwell
|
2ce0615ef1
|
Remove chipset line from example miniglx.conf
|
22 years ago |
Keith Whitwell
|
559af8ace4
|
Probe for chipset if one isn't supplied
|
22 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.
|
22 years ago |
Brian Paul
|
ec5b054b8f
|
fix up loose ends
|
22 years ago |
Brian Paul
|
8a63d4bc99
|
new Makefiles for subset
|
22 years ago |
Keith Whitwell
|
f58e67787f
|
Get colors working in 16bpp
|
22 years ago |
Keith Whitwell
|
deb4d4de47
|
add support for 16bpp modes, disabled
|
22 years ago |
Keith Whitwell
|
1449a2f759
|
Take stride properly into account when setting up window members.
|
22 years ago |
Keith Whitwell
|
f0b66442e8
|
Clear framebuffer at startup
|
22 years ago |
Keith Whitwell
|
8830b0a941
|
Make miniglut exit() on error, like real glut.
|
22 years ago |
Keith Whitwell
|
deb5fe3b68
|
use a fixed resolution defined in a config file
|
22 years ago |
Brian Paul
|
1e1e71e3a7
|
lots of updates, practically finished
|
22 years ago |
Keith Whitwell
|
53362d8858
|
get conform working
|
22 years ago |
Keith Whitwell
|
af82796ed1
|
Remove debug printf
|
22 years ago |
Jose Fonseca
|
6ded963ac6
|
Documentation for most of the DRM ioctls argument structures in drm.h.
Fixes to the xf86drm.c documentation.
|
22 years ago |
Keith Whitwell
|
b4f35d5191
|
example miniglx.conf
|
22 years ago |