Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-14 | Initial r300 modes for swtcl it compiles!! | Dave Airlie | |
2007-05-11 | Revert "r300: Merged radeon_span.c." | Oliver McFadden | |
This reverts commit 0aa998b2ab6fdfe139b54de9868e2383440685d0. | |||
2007-05-11 | r300: Merged radeon_span.c. | Oliver McFadden | |
2007-05-11 | r300: Renamed r300_maos.c to r300_emit.c; it contains mostly emit code now. | Oliver McFadden | |
2007-05-09 | r300: radeon_span.h is now common code; radeon_span.c still needs some work. | Oliver McFadden | |
2007-05-09 | r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300 | Oliver McFadden | |
specific. | |||
2007-05-09 | r300: Removed the obsolete GLX_DIRECT_RENDERING define. | Oliver McFadden | |
2007-05-09 | r300: Removed the deprecated VTXFMT code. | Oliver McFadden | |
This was okayed by Jerome Glisse and Keith Whitwell on the dri-devel IRC channel and list, respectively. | |||
2007-05-09 | r300: Cleaned up the R300 Makefile. | Oliver McFadden | |
2007-03-15 | r300: Renamed r300_vertexprog.c to r300_vertprog.c | Oliver McFadden | |
2007-02-20 | Fix parallel make in r300 driver. | Adam Jackson | |
2006-04-06 | Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problem | Brian Paul | |
2006-01-27 | remove broken non arb fp path | Aapo Tahkola | |
2005-12-29 | add EGL to r300 makefile | Dave Airlie | |
2005-11-02 | First step of Radeon DRI unification: | Eric Anholt | |
- Makes all three drivers use the same screen structure and setup code, with a few ifdefs for the separate compilation to deal with symbols not being available to all drivers and the fact that we have no mechanism for dealing with different config options for different chip families in the same driver. These issues should be dealt with later. - Introduces IS_R[123]00_CLASS(radeonScreenPtr) macro for code for taking different paths depending on the general class of chipset. - Adds many new R300-class PCI IDs, though not all those listed in radeon_driver.c. | |||
2005-10-26 | Sync with my local tree. | Aapo Tahkola | |
Changes to current operation: -Elts are no longer converted to 16-bit format -Cube maps | |||
2005-09-25 | add link for radeon_egl.c | Dave Airlie | |
2005-07-28 | Use the routines supplied in the __DRIinterfaceMethods structure to create a | Ian Romanick | |
destroy __GLcontextModes structures. This eliminates the need for DRI drivers to ever link with glcontextmodes.c. | |||
2005-07-20 | Clean up warnings in r300 code by making some symbols static, adding prototypes | Eric Anholt | |
for others, and being cleaner with types in fragment/vertex program structures. One warning in r300_shader.c is still concerning. | |||
2005-05-23 | Implement enough of ARB_fragment_program for Keith's texenv program | Ben Skeggs | |
generation in Mesa. Requires most recent Mesa cvs to work correctly. Swizzle code is possibly slow/buggy and will probably be replaced. Old behaviour can be controlled by a #define in r300_context.h, if no-one minds I'll remove the old code later on. Also, disabled cube map extension. AFAIK We don't support it yet, and it causes issues with UT2004. | |||
2005-04-24 | Modifying to build against current Mesa. Disabled r200*.c files since they ↵ | Aapo Tahkola | |
didnt want to build anymore. | |||
2005-04-21 | Adding some comments. | Aapo Tahkola | |
2005-04-19 | Reorganized shader stuff. | Aapo Tahkola | |
2005-03-15 | For some reason the Makefile didn't commit.. | Ben Skeggs | |
2005-02-11 | Port of r200 VB code. VB path should be as fast as the immediate path now, ↵ | Ben Skeggs | |
tuxracer should render correctly. Immediate path was left enabled. | |||
2005-02-03 | Get vertex programs supplied by the user work properly with immediate mode - ↵ | Vladimir Dergachev | |
vertex buffer mode worked by accident. Fix alu_offset in SINGLE_TEXTURE_PIPELINE. | |||
2005-01-28 | Add basic sceleton for vertex programs + some other fixes | Aapo Tahkola | |
2005-01-11 | Move the few definitions from r300_lib.h still in use to r300_emit.h. | Vladimir Dergachev | |
Rework *vb* function to not use AOS_ARRAY structure, but rather work directly with r300->state.aos. Remove references to r300_lib.h and r300_lib.c Remove r300_lib.[c,h]. | |||
2005-01-03 | Port texture allocation code from R200. | Vladimir Dergachev | |
Hook it up, so lesson06 displays red colored textures. | |||
2004-12-27 | Implement rendering of (flat color) QUAD primitives as an experiment. | Vladimir Dergachev | |
2004-11-02 | No visible changes, but commit the groundwork for further experiments: | Nicolai Haehnle | |
- Install custom (though inactive) pipeline - Track depth test and culling state in hardware registers | |||
2004-10-15 | Huge dumb drop. State: | Nicolai Haehnle | |
- Color buffer clear is accelerated, but flickers (possibly caused by a recent DDX or Mesa change or bad merge) - Everything else uses software fallback rendering - There should be no clipping-related artifacts with the sw-clipspan-fixes.patch against Mesa (posted on dri-devel) - Multiple clients should be rock solid with a DDX patch that is soon to come (soon = within the next hour or so) | |||
2004-09-28 | Initial revision | Nicolai Haehnle | |