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