Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-09 | r300: Indented r300_maos.[ch]. | Oliver McFadden | |
2007-05-09 | r300: Indented r300_ioctl.[ch]. | Oliver McFadden | |
2007-05-09 | r300: Removed the obsolete pfs_reg_t type from r300_fragprog.h. | Oliver McFadden | |
2007-05-09 | r300: Use an array for the vertex program sources and corrected an error from | Oliver McFadden | |
4960af08ad50a3a6ea039145de2698234c2cc892. | |||
2007-05-09 | r300: Removed the ugly CARD32 type. | Oliver McFadden | |
2007-05-09 | r300: Renamed vertex_shader.h to r300_vertprog.h | Oliver McFadden | |
2007-05-09 | r300: Removed obsolete pixel_shader.h header file. | Oliver McFadden | |
2007-05-08 | r300: Renamed the VBO functions to the R300 name format. | Oliver McFadden | |
2007-05-08 | r300: Removed some deprecated code from r300_context.c and corrected an unused | Oliver McFadden | |
variable warning in r300_render.c. | |||
2007-05-08 | r300: Last few r300_render.c clean up. | Oliver McFadden | |
2007-05-08 | r300: Merged some comments into the Doxygen documentation. | Oliver McFadden | |
2007-05-08 | r300: Cleaned up r300_render.c using Indent with appropriate options. | Oliver McFadden | |
This corrects the mess of space and tab indenting that existed in this file, and probably others. The diff is actually very small if you use an external diff program and ignore whitespace. | |||
2007-05-08 | r300: General render clean up; added some Doxygen documentation, too. | Oliver McFadden | |
2007-05-08 | r300: Moved the pipeline stages together for readability. | Oliver McFadden | |
2007-05-08 | r300: Print the OpenGL define instead of a 2-digit char code in the warning. | Oliver McFadden | |
2007-05-08 | r300: Clean up the vertex buffer emission code and reduced code duplication. | Oliver McFadden | |
I tested both the unoptimized and optimized versions with Quake 3 Arena; there are no problems. | |||
2007-05-08 | r300: Cleaned up a lot of cruft in r300_render.c. | Oliver McFadden | |
2007-05-07 | radeon: enable xpress chipsets | Dave Airlie | |
glxgears and googleearth now run so that seems like a good start Thanks to Aapo Tahkola for doing the 3D work on this so far, I got lost after the GART changes. | |||
2007-05-06 | rs480: fix secondary color for real this time | Aapo Tahkola | |
2007-05-06 | Merge branch 'master' of git+ssh://aapot@git.freedesktop.org/git/mesa/mesa | Aapo Tahkola | |
2007-05-06 | rs480: fix textures and secondary color(?). clipping is still busted. tested ↵ | Aapo Tahkola | |
on r480 | |||
2007-05-06 | r300: fix broken vbos | Aapo Tahkola | |
2007-05-06 | r300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG. | Oliver McFadden | |
2007-05-06 | r300: Removed more deprecated state code that is now set in separate functions. | Oliver McFadden | |
2007-05-06 | r300: R300_ZS_... is now set in separate functions; removed the deprecated code. | Oliver McFadden | |
2007-05-06 | r300: Point size is now set in a separate function; removed the deprecated code. | Oliver McFadden | |
2007-05-06 | r300: Use the defined values for R300_VAP_CNTL_STATUS. | Oliver McFadden | |
2007-05-06 | r300: fix primary color on rs480 | Aapo Tahkola | |
2007-05-05 | don't use hw to perform vertex transform etc. when using swtcl. This for ↵ | Aapo Tahkola | |
compatibility with vertex programs and the fact that swtcl very rarely gets hit with tcl capable hw. | |||
2007-05-03 | fix some matrix/state token indexing bugs (see bug 10848) | Brian | |
2007-04-30 | r300: Don't crash in radeonUpdatePageFlipping when !radeon->glCtx->DrawBuffer. | Michel Dänzer | |
This feels like a kludge, maybe there's a better solution. | |||
2007-04-29 | r300: Page flipping fixes. | Michel Dänzer | |
Mostly making sure the page flipping state is respected when necessary. | |||
2007-04-29 | r300: radeonMakeCurrent cleanups. | Michel Dänzer | |
r300UpdateWindow is superfluous or even possibly wrong here; _mesa_make_current will set the viewport when necessary. So the conditional _mesa_set_viewport call can go as well. | |||
2007-04-27 | "Fix" for bug 9170. May need more attention. | Brian | |
2007-04-17 | r300: r300_render.c:391: warning: unused variable 'i' | Oliver McFadden | |
2007-04-16 | move GL_EXT_stencil_two_side into alphabetical position | Brian | |
2007-04-16 | Fix glActiveStencilFaceEXT dispatch problem (bug 10523). | Brian | |
OK, _all_ extensions that might get enabled by the driver need to be in the card_extensions[] list. driInitExtensions() is called at least twice: first during screen creation, then once for each context that's created. The first call sets up the dispatch table. The second call just sets the extension enable/disable flags. | |||
2007-04-16 | remove _tnl_arb_vertex_program_stage | Brian | |
2007-04-14 | r300: emit different clear paths for non-TCL, this gets the clear color correct | Dave Airlie | |
2007-04-14 | r300: remove unneeded semicolon from macro | Dave Airlie | |
2007-04-14 | r300: if we don't have TCL don't setup state emissions for vertex shaders | Dave Airlie | |
2007-04-10 | rs480: set vap cntl to what fglrx uses for non-TCL cards | Dave Airlie | |
2007-04-10 | r300: don't enable VAP/TCL on cards that don't support it | Dave Airlie | |
2007-03-27 | r300: Fix radeonUpdatePageFlipping() function. | Roland Scheidegger | |
Always call driFlipRenderbuffers() with pfCurrentPage value, in case it's initially 1 instead of 0. May fix some issues with pageflip, the same fix was applied to r128, radeon and r200 (6e0e6eff05727ac8833c2b2dffc51c6619427e77). | |||
2007-03-27 | r300: Check ctx->WinSysDrawBuffer before calling function that dereferences it. | Michel Dänzer | |
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=10417 . | |||
2007-03-26 | r300: Remove a warning when vertex programs produce an unused output | Nicolai Haehnle | |
As far as we know, the hardware prefers outputs packed tightly together with no holes caused by outputs that are not even read by the fragment program. Therefore, we slightly rewrite vertex programs in this case. It would be interesting to test this interaction between vertex programs and fragment programs further, because some of that rewrite may be unnecessary. However, play it safe for now and don't change the current behaviour. | |||
2007-03-26 | r300: Whitespace cleanup (remove trailing spaces) | Nicolai Haehnle | |
2007-03-26 | r300: Fix warnings that were introduced by the glsl merge | Nicolai Haehnle | |
2007-03-26 | merge of glsl-compiler-1 branch | Brian | |
2007-03-25 | r300: Whitespace cleanup in r300_texmem.c | Nicolai Haehnle | |