Jose Fonseca
75019b24d1
Initial/partial documentation to the functions/structures that make the Radeon subset driver.
hace 23 años
Jose Fonseca
c9118dfaba
A new doxygen configuration file for the Radeon driver.
hace 23 años
Jose Fonseca
a140417be9
Most of the documentation to the "server-side" part of the Radeon driver.
hace 23 años
Keith Whitwell
ccf4e3e8f2
Eliminate all remaining fallbacks & usage of FALLBACK macro
Rename subset_feedback.c to subset_select.c...
Add new file subset_tex.c which agressively subsets texture operations.
hace 23 años
Keith Whitwell
78e1fee39b
Add files to allow the subset driver to be built as a dri driver.
At the moment have to choose to build as *either* a dri or a miniglx
driver, but shouldn't be too hard to build one driver that will work
in both environments.
hace 23 años
Keith Whitwell
75ccd62be8
Add unfilled rendering and code for feedback (not yet integrated)
hace 23 años
Brian Paul
cd9df92c9d
clarified glPolygonMode section
hace 23 años
Keith Whitwell
cfe59bd3f9
Eliminate some more code
hace 23 años
Keith Whitwell
62bc31dcae
Eliminate radeon_subset_tcl.c.
hace 23 años
Keith Whitwell
675f151c42
Fix compilation for full driver build.
Subsetted readpixels seems to be working.
hace 23 años
Keith Whitwell
151cd27866
New file containing subsetted readpixels implementation.
hace 23 años
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.
hace 23 años
Keith Whitwell
086e00e086
Add new defines for lighting, texgen, userclip subsetting.
Remove unused mesa modules from link.
hace 23 años
Brian Paul
49116e9fd2
terminology updates, etc
hace 23 años
Keith Whitwell
9d0eff73b5
Bitmaps are right-way-up
hace 23 años
Keith Whitwell
81c7427ddc
Hook in accelerated bitmap function -- bitmaps are upside-down!
hace 23 años
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.
hace 23 años
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
hace 23 años
Keith Whitwell
4c864746d6
Add new files for bitmap and subsetted begin/end processing.
hace 23 años
Keith Whitwell
19b1476515
Start subsetting -- turn off swrast & swtnl.
hace 23 años
Brian Paul
2005348110
updated a few of the issues in appendix A
hace 23 años
Brian Paul
634a7b2f00
describe libGL
hace 23 años
Brian Paul
d73e21620a
new Makefiles for miniglx
hace 23 años
Keith Whitwell
d5cfbef5ad
Remove -C option to install
hace 23 años
Jose Fonseca
1d08fddfe6
Tell CVS to ignore Doxygen tag files and output directories.
hace 23 años
Jose Fonseca
447ea351dd
Some spellchecking fixes.
hace 23 años
Keith Whitwell
0ebc838481
Add USE_MINIGLX flags. Build as a miniglx application.
hace 23 años
Keith Whitwell
14a7a05251
Make more demanding
hace 23 años
Keith Whitwell
c2edc07196
Fix typo
hace 23 años
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
hace 23 años
Keith Whitwell
78469e6e3d
Notes on setting up a machine to run MiniGLX apps and a list of
available demos in the source tree.
hace 23 años
Brian Paul
63d0a9055c
minor fixes (remove some \internal attributes)
hace 23 años
Keith Whitwell
27834f06b8
Some documentation updates relating to recent changes
hace 23 años
Jose Fonseca
c262531518
Fixed several typos from spell-checking.
hace 23 años
Jose Fonseca
1b2c02ae98
Some documentation fixes that were left out of previous commits
hace 23 años
Jose Fonseca
fb5f90d71b
Rewriten some of the detail documentation to improve readability.
Several fixes.
hace 23 años
Jose Fonseca
4fb1eb7be2
Add the missing detailed documentation bits on miniglx.c and xf86drm.c.
Several updates and fixes to the documentation.
hace 23 años
Jose Fonseca
cf119744c3
More detailed documentation.
hace 23 años
Keith Whitwell
b07ed0113a
Use frontbuffer if GLUT_DOUBLE not requested
hace 23 años
Jose Fonseca
d6d8d1dfce
Detailed documention for glapi.c. Brief description of the structures in sarea.h. Minor fix in drm.h.
hace 23 años
Jose Fonseca
f483ebddeb
Enable the documentation of static functions and also the internal documentation.
hace 23 años
Keith Whitwell
35fe61ce7b
Remove debug printf
hace 23 años
Keith Whitwell
c3b1d1e63c
Restore registers clobbered by radeonfb.o -- prevents slowdown to 200fps
of mesa demos.
hace 23 años
Keith Whitwell
38bfead7d3
Remove some unused members from RADEONInfoRec, add saved value for
crtc_offset_cntl
hace 23 años
Keith Whitwell
56f57500b9
Add PostValidateMode hook to allow drivers to restore registers after
fbdev has finished clobbering them.
hace 23 años
Keith Whitwell
2ce0615ef1
Remove chipset line from example miniglx.conf
hace 23 años
Keith Whitwell
559af8ace4
Probe for chipset if one isn't supplied
hace 23 años
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.
hace 23 años
Brian Paul
ec5b054b8f
fix up loose ends
hace 23 años
Brian Paul
8a63d4bc99
new Makefiles for subset
hace 23 años