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